Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 195 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 195 Bytes

Reinforcement learning methods Q-learning applied to the agent to make computer learn how to play the game of pong. The agent learns by playing with itself.

Pong is made using pygame libraries.