Skip to content
New issue

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

Probably wrong MetaWorld env settings #8

Open
NagisaZj opened this issue Apr 11, 2023 · 2 comments
Open

Probably wrong MetaWorld env settings #8

NagisaZj opened this issue Apr 11, 2023 · 2 comments

Comments

@NagisaZj
Copy link

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.

@sihengz02
Copy link

Hi, do you have any insights

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.

Hi, NagisaZj, do you any solution or insights? Actually I find that the goal is always the same.

@artpli
Copy link

artpli commented Aug 9, 2024

Hi Siheng @sihengz02 , I encountered the same issue. Did you figure out a solution before?

Best,
Peng

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants