We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40f5a6f commit a80dc91Copy full SHA for a80dc91
balrog/config/config.yaml
@@ -67,10 +67,10 @@ envs:
67
reward: True
68
seed: null
69
max_episode_steps: 2000
70
- unique_items: True
71
- precise_location: False
72
- skip_items: []
73
- edge_only_items: []
+ unique_items: True # False
+ precise_location: False # True
+ skip_items: [] # ["grass", "sand", "path"]
+ edge_only_items: [] # ["water", "lava"]
74
textworld_kwargs:
75
objective: True
76
description: True
0 commit comments