We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
max_steps
length
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 ownlength
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 iflength
is the only one needed? And if not, what's the purpose ofmax_steps
?Thanks!
The text was updated successfully, but these errors were encountered: