Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 562 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 562 Bytes

Reinforcement Learning: An Introduction (programming exercises)

Build Status

This repo contains solutions for the programming exercises from Sutton & Barto's Reinforcement Learning: An introduction book.

Setup

Just:

  pip install -r requirements.txt

Run

To execute the code, simply:

    python -m chapterXX.exY <command line args>