joseph-jnl / rlbook

Code for my walkthrough of: Reinforcement Learning An Introduction by Richard Sutton and Andrew Barto (http://incompleteideas.net/book/the-book.html)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rlbook

Documentation Status

Code for my walkthrough of: Reinforcement Learning An Introduction by Richard Sutton and Andrew Barto (http://incompleteideas.net/book/the-book.html)

Quickstart

  • Ch 2 Bandits (rlbook/bandits.py)
cd experiments
python bandits.py -m run.steps=1000 run.n_runs=2000 +bandit.epsilon=0.0,0.01,0.1
aim up -p 6006 --repo outputs/bandit/

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

About

Code for my walkthrough of: Reinforcement Learning An Introduction by Richard Sutton and Andrew Barto (http://incompleteideas.net/book/the-book.html)

License:MIT License


Languages

Language:Python 90.8%Language:Makefile 8.2%Language:Shell 0.9%