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:
- Git clone this repository;
- Run "docker build -t <image_name> ." in directory with Dockerfile;
- Run "docker run -v "$(pwd)/results:/example/results" <image_name>";
- Check out the pdf report in results.