Skip to content

Purpose of max_episode_steps in Crafter? #26

@jens321

Description

@jens321

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions