phuongboi / playing-atari-with-reinforcement-learning

Playing atari with reinforcement learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Playing atari with reinforcement learning


Languages

Language:Python 100.0%