Skip to content

My take on some problems from "Reinforcement Learning: An Introduction" by Sutton & Barto

Notifications You must be signed in to change notification settings

alexlyzhov/sutton-barto

Repository files navigation

sutton-barto

My take on some problems from "Reinforcement Learning: An Introduction" by Sutton & Barto

Dyna_shortcut_maze_example_8.3_reproducible contains everything required to build a Docker image running one experiment related to example 8.3 (for an assignment).

To run it:

  1. Git clone this repository;
  2. Run "docker build -t <image_name> ." in directory with Dockerfile;
  3. Run "docker run -v "$(pwd)/results:/example/results" <image_name>";
  4. Check out the pdf report in results.

About

My take on some problems from "Reinforcement Learning: An Introduction" by Sutton & Barto

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages