March 2018
Intermediate to advanced
272 pages
7h 53m
English
The OpenAI gym is available as a pip install. I'll be using examples from their Box2D and atari environments. You can install these using the following code:
pip install gympip install gym[atari]pip install gym[Box2D]
Read now
Unlock full access