Skip to content

Commit c3b6dbc

Browse files
chore: remove unnecessary argument (#39)
1 parent ab4eaee commit c3b6dbc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

balrog/config/config.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ envs:
6464
area: [64, 64]
6565
view: [9, 9]
6666
size: [256, 256] # Image size in Crafter
67-
reward: True
68-
length: 10000
67+
reward: True
6968
seed: null
7069
max_episode_steps: 2000
7170
textworld_kwargs:
@@ -153,4 +152,4 @@ tasks:
153152
hydra:
154153
run:
155154
dir: . # Set the working directory to the current directory
156-
output_subdir: null # Do not use an output subdirectory
155+
output_subdir: null # Do not use an output subdirectory

0 commit comments

Comments
 (0)