memory challenge c inconsistent (#3985)

This commit is contained in:
merwanehamadi
2023-05-07 18:16:26 -07:00
committed by GitHub
parent dc959596fc
commit baa7873ec1
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# Memory Challenge C
**Status**: Current level to beat: level 2
**Status**: Current level to beat: level 1
**Command to try**:
```

View File

@@ -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