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, when I'm trying to run the example to train PPO on ML1 Push enironment (the provide code), "ValueError: GymEnv can take env as either a string, or an Gym environment, but got type <class 'metaworld.envs.mujoco.sawyer_xyz.v2.sawyer_push_v2.SawyerPushEnvV2'> instead." jump out. Caused by "envs = [env_up() for env_up in train_task_sampler.sample(n_tasks)]"
The text was updated successfully, but these errors were encountered:
Hi, when I'm trying to run the example to train PPO on ML1 Push enironment (the provide code), "ValueError: GymEnv can take env as either a string, or an Gym environment, but got type <class 'metaworld.envs.mujoco.sawyer_xyz.v2.sawyer_push_v2.SawyerPushEnvV2'> instead." jump out. Caused by "
envs = [env_up() for env_up in train_task_sampler.sample(n_tasks)]
"The text was updated successfully, but these errors were encountered: