Skip to content

my reproduction of figures from chapter 2 of the rl book written by R.Sutton, A.Barto related to bandits algorithms.

License

Notifications You must be signed in to change notification settings

lderoose/rl-bandit-sutton-barto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

What is it?

I am interested in reinforcement learning, and to begin with, I am working on the book "reinforcement learning an introduction 2nd edition" (Richard S.Sutton and Andrew G.Barto), considered as a reference in this field.

In the notebook of this repo you can find my reproduction of figures from chapter 2 of the book related to multi-armed bandits.

Installation

You need to install some basics Python libraries for running the notebook (numpy, matplotlib ...).

A good way is to work with virtual environment like conda env.

  • install Anaconda or Miniconda on your computer

  • change "prefix" in file: environment.yml

  • create conda env named "rl" by running

conda env create -f environment.yml

About

my reproduction of figures from chapter 2 of the rl book written by R.Sutton, A.Barto related to bandits algorithms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published