A brief introduction to reinforcement learning paradigm, from the perspective of game agents.
Top 5 Free Courses in Reinforcement Learning
In this post, we bring 5 courses developed by top of mind universities and companies, and you can watch them online for free.
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