Skip to content

sf-nf-ai/Reinforcement-Learning-CS238

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

In this project, we chose to train a Q-learning agent to play the Atari Breakout game without using Deep Q Network (DQN). The input comes as video frames representing the game screen at an instant t. We implemented a technique to encode the frames into a much lower dimensional array, so that the agent could be trained on a resource-constrained system. Feel free to read the full report for more details.

About

Q-Learning agent trained on video input to play Atari Breakout game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors