chainer / chainerrl-visualizer

MIT License
53 stars 13 forks source link

gym version issue #13

Closed huckiyang closed 5 years ago

huckiyang commented 5 years ago

I just found out - if you have the lastest version gym (e.g., 0.13.0), you might have some conflict with the visualizer. try to downgrade to

pip install gym==0.10.9

it works

disktnk commented 5 years ago

Thanks for kindly report, we fixed Gym version tentatively.