You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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 74print(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.
The text was updated successfully, but these errors were encountered: