OpenAI Gym is a Pythonic API that provides simulated training environments for reinforcement learning agents to act based on environmental observations. The agent aims to maximize rewards, while being penalized for each unexpected decision. OpenAI Gym allows users to develop and compare reinforcement learning algorithms, and provides a toolkit for users to build machine learning models from scratch or connect their app to a working model.
