mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-31 11:54:30 +01:00
memory challenge c inconsistent (#3985)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Memory Challenge C
|
||||
|
||||
**Status**: Current level to beat: level 2
|
||||
**Status**: Current level to beat: level 1
|
||||
|
||||
**Command to try**:
|
||||
```
|
||||
|
||||
@@ -6,7 +6,7 @@ from tests.integration.agent_utils import run_interaction_loop
|
||||
from tests.integration.challenges.utils import generate_noise, get_level_to_run
|
||||
from tests.utils import requires_api_key
|
||||
|
||||
LEVEL_CURRENTLY_BEATEN = 1
|
||||
LEVEL_CURRENTLY_BEATEN = None
|
||||
MAX_LEVEL = 5
|
||||
NOISE = 1000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user