Skip to content

nopperl/rl-exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RL exercises

This repo contains solutions to selected exercises of the textbook Reinforcement Learning - An Introduction (second edition). It contains both text assignments as LaTeX/PDF files and programming assignments in Julia/Python.

Setup

Install Jupyter Lab:

pip install jupyterlab

Install the required packages:

pip install -r requirements.txt

Install Julia:

apt install julia

Install the IJulia kernel:

julia
julia>]
pkg>add IJulia

Install required packages:

pkg>add Plots
pkg>add StatsBase
pkg>add HypothesisTests

To start Jupter Lab, run:

jupyter lab

Now, the *.ipynb files can be interactively explored.

About

Solutions of exercises in Sutton, Barto (2018)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published