Skip to content

Just a bunch of exercises created during my thesis work working on Reinforcement Learning.

License

Notifications You must be signed in to change notification settings

PieroMacaluso/reinforcement-learning-stuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reinforcement Learning

Just a bunch of Python scripts implemented during my Master Thesis working on Reinforcement Learning using OpenAI Gym.

Installation

I suggest you to use pipenv to install all the packages needed to execute correctly the exercises.

git clone https://github.com/pieromacaluso/rl-exercises.git
cd rl-exercises
pipenv install

Table of Contents

Environments

Exercises

References