This repo contain some of my re-implement of playing atari games with reinforcement learning

[07/10/2023] Play Pong Game

  • Playing atari pong game from openai Gym use Q-learning and experience replay memory [2].

  • The implementation base on Shubham Lohiya[1] and references from juliankappler [3]

  • Run python play_pong.py

Training result

alt text

Reference