Skip to content

LiorB-D/BounceQLearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BounceQLearning

The Goal

This project uses PyGame to simulate 1-sided Pong. The goal is to use Q-Learning(With Tensorflow) to teach an RL agent to play the game.

I was able to succesfully train the agent to play perfectly when I rewarded it at all times for being closer to the ball. I haven't yet been able to train the agent to play only rewarding it with succesful hits. I anticipate that this is an issue of my patience in letting the model train, and not actually anything with the implementation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages