Skip to content

Probably wrong MetaWorld env settings #8

Description

@NagisaZj

Hi, thank you for the code. I found that the MetaWorld envs are initialized with _freeze_rand_vec=False and _partially_observable=True, this will make the agent impossible to know the goal, which is randomly reset at the start of every episode, and not provided in the state input.
I checked this at the make_metaworld_env function in utils.py. I added this code to line 74 print(env._freeze_rand_vec,env._partially_observable) and it gives 'False True'.

Another question is, which commit did you use for your experiments? Meta-World has been updated frequently, and the version used may cause differences in results. Thank you.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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