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
I just run " python mbexp.py -env reacher" with gym 0.17.2, but get the following traceback:
Traceback (most recent call last):
File "mbexp.py", line 64, in
main(args.env, "MPC", args.ctrl_arg, args.override, args.logdir)
File "mbexp.py", line 37, in main
cfg = create_config(env, ctrl_type, ctrl_args, overrides, logdir)
File "/home/ubuntu/data/handful-of-trials-pytorch/config/default.py", line 54, in create_config
cfg_module = cfg_source.CONFIG_MODULE()
File "/home/ubuntu/data/handful-of-trials-pytorch/config/reacher.py", line 99, in init
self.ENV = gym.make(self.ENV_NAME)
File "/home/ubuntu/miniconda3/lib/python3.7/site-packages/gym/envs/registration.py", line 145, in make
return registry.make(id, **kwargs)
File "/home/ubuntu/miniconda3/lib/python3.7/site-packages/gym/envs/registration.py", line 90, in make
env = spec.make(kwargs)
File "/home/ubuntu/miniconda3/lib/python3.7/site-packages/gym/envs/registration.py", line 60, in make
env = cls(_kwargs)
File "/home/ubuntu/data/handful-of-trials-pytorch/env/reacher.py", line 18, in init
mujoco_env.MujocoEnv.init(self, os.path.join(dir_path, 'assets/reacher3d.xml'), 2)
File "/home/ubuntu/miniconda3/lib/python3.7/site-packages/gym/envs/mujoco/mujoco_env.py", line 64, in init
observation, _reward, done, _info = self.step(action)
File "/home/ubuntu/miniconda3/lib/python3.7/site-packages/gym/core.py", line 56, in step
raise NotImplementedError
NotImplementedError
Could anyone give me some solutions? Thank you.
The text was updated successfully, but these errors were encountered:
I just run " python mbexp.py -env reacher" with gym 0.17.2, but get the following traceback:
Traceback (most recent call last):
File "mbexp.py", line 64, in
main(args.env, "MPC", args.ctrl_arg, args.override, args.logdir)
File "mbexp.py", line 37, in main
cfg = create_config(env, ctrl_type, ctrl_args, overrides, logdir)
File "/home/ubuntu/data/handful-of-trials-pytorch/config/default.py", line 54, in create_config
cfg_module = cfg_source.CONFIG_MODULE()
File "/home/ubuntu/data/handful-of-trials-pytorch/config/reacher.py", line 99, in init
self.ENV = gym.make(self.ENV_NAME)
File "/home/ubuntu/miniconda3/lib/python3.7/site-packages/gym/envs/registration.py", line 145, in make
return registry.make(id, **kwargs)
File "/home/ubuntu/miniconda3/lib/python3.7/site-packages/gym/envs/registration.py", line 90, in make
env = spec.make(kwargs)
File "/home/ubuntu/miniconda3/lib/python3.7/site-packages/gym/envs/registration.py", line 60, in make
env = cls(_kwargs)
File "/home/ubuntu/data/handful-of-trials-pytorch/env/reacher.py", line 18, in init
mujoco_env.MujocoEnv.init(self, os.path.join(dir_path, 'assets/reacher3d.xml'), 2)
File "/home/ubuntu/miniconda3/lib/python3.7/site-packages/gym/envs/mujoco/mujoco_env.py", line 64, in init
observation, _reward, done, _info = self.step(action)
File "/home/ubuntu/miniconda3/lib/python3.7/site-packages/gym/core.py", line 56, in step
raise NotImplementedError
NotImplementedError
Could anyone give me some solutions? Thank you.
The text was updated successfully, but these errors were encountered: