PaulDanielML / MuJoCo_RL_UR5

A MuJoCo/Gym environment for robot control using Reinforcement Learning. The task of agents in this environment is pixel-wise prediction of grasp success chances.
MIT License
413 stars 54 forks source link

gym.error.NameNotFound: Environment `gym_grasper:Grasper` doesn't exist. #11

Open sreshu opened 2 years ago

sreshu commented 2 years ago

While running "example.py" , it throws error as in title

rnitin commented 2 years ago

Replacing gym==0.23.0 with version gym==0.21.0 or lower seems to solve this issue.