Skip to content

Commit a80dc91

Browse files
committed
add comments
1 parent 40f5a6f commit a80dc91

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

balrog/config/config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ envs:
6767
reward: True
6868
seed: null
6969
max_episode_steps: 2000
70-
unique_items: True
71-
precise_location: False
72-
skip_items: []
73-
edge_only_items: []
70+
unique_items: True # False
71+
precise_location: False # True
72+
skip_items: [] # ["grass", "sand", "path"]
73+
edge_only_items: [] # ["water", "lava"]
7474
textworld_kwargs:
7575
objective: True
7676
description: True

0 commit comments

Comments
 (0)