Closed Abc11c closed 1 month ago
Hi @Abc11c,
Regarding you questions:
env_params.eval_env_names=reach-v2
and use the following agent_params/data_paths
config:
mt40_v2:
base: ${DATA_DIR}/your_metaworld_dir
names:
- reach-v2.pkl
I hope this helps!
Hi @thomasschmied,
Thank you for releasing the code! I want to quickly benchmark some of the metaworld v2 environments but stuck at mujuco setup I have the following doubts and would be grateful for any advice
dm_control_1M_v3_full
andmetaworld_v2_cwnet_2M
in the config, so just renaming the data subfolder should be good?What version ofmujoco
to use? I had some issues with installingmujoco-py==2.0.2.13
as seen in therequirements.txt
so had to downgrade to2.0,2.8
, and use mujoco version.I get the following error when I try to run the pretrain configs
It was caused by mujoco version issue downgrading it to
mujoco==2.1.5
fixed it.Thanks!