Learn how to create random maps for the FrozenLake environment.
Tag: Gym
Gym Tutorial: The Frozen Lake
In this article, we are going to learn how to create and explore the Frozen Lake environment using the Gym library, an open source project created by OpenAI used for reinforcement learning experiments.
How to install OpenAI Gym
The OpenAI/Gym project offers a common interface for different kind of environments so we can focus on creating and testing our reinforcement learning models. In this tutorial I show how to install Gym using the most common package managers for Python. Prerequisites The only prerequisite for basic installation of Gym is the Python 3.5+ interpreter … Continue reading How to install OpenAI Gym