Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 478 Bytes

File metadata and controls

21 lines (16 loc) · 478 Bytes

Pong-RL

Reinforcement learning used in the game of pong

Goals of Pong-RL

Learn RL principles using native C++ language with its STL.

What is already done?

  • Fully working the game of pong
  • UCB/Q-Learning agent
  • Agent reward logging
  • Unit tests
  • Maths library
  • Policy based algorithms