Blog posts

2023

2022

A brief tutorial to OpenAI’s Gym: Part 1

4 minute read

Published:

I have been playing with OpenAI’s gym for a while and I’ll say it is one of the best library out there to implement control problems for reinforcement learning (Though I have not been using it for RL 🙂). In this short blog I’ll introduce the basic commands and blocks to make your own environment in OpenAI Gym. Let’s get started