Reinforcement Learning with OpenAI Gym

Python project, TensorFlow.

In previous articles, we have explored different areas of computer vision using neural networks. Here, we will discuss a new area called Reinforcement Learning that uses neural networks to create agents capable of performing a task. This article describes several Reinforcement Learning techniques and shows how to build an agent capable of training in different OpenAI Gym environments.

Continue reading “Reinforcement Learning with OpenAI Gym”