rll / rllab

rllab is a framework for developing and evaluating reinforcement learning algorithms, fully compatible with OpenAI Gym.
Other
2.91k stars 799 forks source link

Unable to create atari environment #96

Open jamesarambam opened 7 years ago

jamesarambam commented 7 years ago

Does anybody had this issue : unable to create atari enivronment in rllab3 environment (in macosx): env = GymEnv('Pong-v0') or env = gym.make('Pong-v0') Error : Referenced from: /Users/james/anaconda/envs/rllab3/lib/python3.5/site-packages/atari_py/ale_interface/build/libale_c.so Expected in: /usr/lib/libstdc++.6.dylib in /Users/james/anaconda/envs/rllab3/lib/python3.5/site-packages/atari_py/ale_interface/build/libale_c.so

dementrock commented 7 years ago

It works for me. Might be a better question to post to the gym repo, with more detailed error messages.