openai / roboschool

DEPRECATED: Open-source software for robot simulation, integrated with OpenAI Gym.
Other
2.12k stars 486 forks source link

AttributeError: module 'roboschool' has no attribute 'RoboschoolAnt' #182

Open zanovis opened 5 years ago

zanovis commented 5 years ago

I'm running: import roboschool import gym import sys env = gym.make('RoboschoolAnt-v1')

and getting an error of: AttributeError: module 'roboschool' has no attribute 'RoboschoolAnt'

Roboschool was installed successfully as well.