THE FUTURE IS HERE

OpenAI Gym: How to Start an Environment and Visualize it

Find the full course here: https://courses.dibya.online/p/fastdeeprl

Find out how to start and visualize environments in OpenAI Gym.

In this video, we will get started with the CartPole environment in OpenAI Gym. We will learn how to tell Gym to start the simulation of the CartPole-v1 task, and how to visualize the current state of the simulation.

You need to know the names of the environments in order to start them. You can find the names of nearly all Gym environments on the following webpage: https://www.gymlibrary.dev/environments/classic_control/

This tutorial is part of a Deep Reinforcement Learning course, available as a YouTube playlist here: https://www.youtube.com/playlist?list=PLgPe2w6G51vNh8uG_11VqXA389oufBVMo

The videos in the course build on top each each other. For optimal results, I recommend watching the videos in order, starting from the beginning of the playlist.