Post date: Mar 17, 2020 10:7:46 AM
Playing with OpenAI gym.
Had many problems then decided to severely downgrade my ambitions.
I finally used this to guide me in the installation.
http://robots.uc3m.es/gitbook-installation-guides/install-openai-gym.html
Pointers!!!
install swig before Box2D. This should get you through the installation.
when you hit pyglet, I didn't specify and the default latest was 1.5.0 or something. Installs okay but crashed on env.show(). I reverted to ver 1.2.4 which is the oldest version of pyglet. There is a warning that gym requires 1.4.0 or greater. I ignored it and it finally worked. Maybe I could have got away with a higher version. Don't know but I thought to document this much before anything else happens.
I am running on Python 2.7.