-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Description
I noticed the Crafter language wrapper specifies a max_steps property, but it seems it's never used: https://github.com/balrog-ai/BALROG/blob/main/balrog/environments/crafter/env.py#L199. In addition, the underlying Crafter environment seems to have its own length property: https://github.com/danijar/crafter/blob/main/crafter/env.py#L29, which is also customizable by BALROG here: https://github.com/balrog-ai/BALROG/blob/main/balrog/config/config.yaml#L67 Hence, I'm wondering if length is the only one needed? And if not, what's the purpose of max_steps?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels