From efeb846d8764fe89b1c53eb514e112c745335184 Mon Sep 17 00:00:00 2001 From: Davide Paglieri Date: Tue, 25 Feb 2025 11:56:41 +0000 Subject: [PATCH] chore: remove unnecessary argument --- balrog/config/config.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/balrog/config/config.yaml b/balrog/config/config.yaml index 31a26ce3..24be0f68 100644 --- a/balrog/config/config.yaml +++ b/balrog/config/config.yaml @@ -64,8 +64,7 @@ envs: area: [64, 64] view: [9, 9] size: [256, 256] # Image size in Crafter - reward: True - length: 10000 + reward: True seed: null max_episode_steps: 2000 textworld_kwargs: @@ -153,4 +152,4 @@ tasks: hydra: run: dir: . # Set the working directory to the current directory - output_subdir: null # Do not use an output subdirectory \ No newline at end of file + output_subdir: null # Do not use an output subdirectory