Skip to content
/ rlrl Public

Real Life Reinforcement Learning - Multiple algorithm implementation on RetroArch Gameboy Super Mario Land

Notifications You must be signed in to change notification settings

robjlyons/rlrl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rlrl

Real Life Reinforcement Learning - Multiple algorithm implementation on RetroArch Gameboy Super Mario Land

Implementations of RL (and others) algorithms on a real time game. I'm using the gameboy mario game runing on RetroArch but essentially any game can be used with 'some' tweaking.

Where gym atari envs use ram to track scores and so on, here I am using just computer vision.

I strongly suggest using a conda environment for all of this, prefferably for each algorithm as they can use different libraries, especially things like torch and tensorflow.

Caution

These implementations are not tested to convergence. I own a potato as a PC and therefore have only been able to test upto 1m frames on very low batch sizes..

Implementations TODO

About

Real Life Reinforcement Learning - Multiple algorithm implementation on RetroArch Gameboy Super Mario Land

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published