You have come a long way in your quest to get hands-on experience in building intelligent agents to solve a variety of challenging problems. In the previous chapters, we looked into several environments that are available in OpenAI Gym. In this chapter, we will look beyond the Gym and look at some of the other well developed environments that you can use to train your intelligent agents or run experiments.
Before we look at other open source libraries that provide good learning environments for developing intelligent agents, let's have a look at a recent class of environments added to the OpenAI Gym library. If, like me, you are interested in robotics, you will like this one a lot. Yes! It is the robotics class of environments, which provides very useful environments for robotic...