openai / roboschool

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

env.reset() not working #174

Closed agrib closed 5 years ago

agrib commented 5 years ago

After installing roboschool with pip in a conda environment on ubuntu (using python 3.6.8) . env.reset() not working. Getting error Illegal instruction (core dumped)

or when running demo_race2.py in line 43 when we call stadium.episode_restart(), then in scene_stadium.py line 14 self.cpp_world.load_thingy got the same error

xht033 commented 5 years ago

I got the same issue. Have you solved this?

teju81 commented 5 years ago

I get this error when I run env.reset(). I use Python 3.7.1

tamirblum commented 5 years ago

I also have this issue (did not use Conda). Did anyone find the reason? Using python 3.6 and ubuntu 18