Skip to content

Implementing some papers and working RL into my bones

Notifications You must be signed in to change notification settings

danielpcox/rl_practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reinforcement Learning Practice

RL practice on the path to becoming an AGI researcher (as well as some public proof of life). I'll be implementing algorithms and papers here.

Find me on Twitter @danielpcox if you see anything wrong or otherwise want to chat.

Setup

# please read this script first and do something sensible
# virtualenv setup is commented out
./scripts/setup

Usage

Train an algorithm with, e.g.:

python main.py train vpg

If you interrupt it with a KeyboardInterrupt exception (Ctrl+C), it'll save the model to /tmp/agent.pt.

Once you've got a trained agent saved somewhere, you can watch it play Pong with this:

python main.py run /tmp/agent.pt

About

Implementing some papers and working RL into my bones

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published