
Building Custom Gym Environments for Reinforcement Learning
Nov 3 · 4 min read
OpenAI Gym has become the standard API for reinforcement learning. They have a wide variety of environments for users to choose from to test new algorithms and developments. Additionally, these environments form a suite to benchmark against and more and more off-the-shelf algorithms interface with them. Because of this, if you want to build your own custom environment and use these…


