OpenAI Gym with RL

Description

  • Dema Ushchapovskyy

  • Ongoing

Building reinforcement learning algorithms from the bottom up to solve various OpenAI gym environments.

Implemented algorithms such as DQN, DDQN, DRQN, A2C, A3C, PPO all from scratch to improve my understanding of reinforcement learning. As well as that I experimented with extending Python with C++ for performance improvements.

Environments attempted so far include BlackJack, Pacman, Cartpole and others.