top of page

Reinforcement Learning Project

Reinforcement learning is the fascinating and cutting-edge branch of artificial intelligence and machine learning that revolves around teaching agents or algorithms how to make decisions and take actions in an environment to achieve specific goals. Here you can find my reinforcement learning projects

01

Reinforced Mountain Car

In this project, I have used the openAI-GYM Mountain car game and Q-learning to play the game. 

Link to Repository

02

Reinforced Snake Game

I have built for learning purposes a Sanke game by Pygame and made it auto-playable by computer by using deep Q-learning.

Link to Repository

03

Flappy Bird using NEAT

I have made this game for learning purposes by pygame and used the NEAT (NeroEvolution for Augmenting Topologies) algorithm. 

Link to Repository

bottom of page