Skip to content

anomam/double-dqn-pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pong

Double DQN for Atari Pong

You can find a more detailed write-up about this project here.

I decided to go with a single module play.py so that it's more easily hackable to your needs.

Dependencies

Make sure to install the package manager uv, and it will take care of installing all the necessary python dependencies the first time you run the script.

Since a video recording will be made, you'll also need ffmpeg installed locally (can be done via brew, ...).

Usage

You can then run a pong episode (first player to reach 21) with the trained RL agent using:

uv run play.py

It will record an episode and save it in the same folder.

About

Double DQN RL agent for Atari pong game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages