Skip to content

eddietaylor/Reinforcement_Learning-Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reinforcement Learning Tutorial

Installing the dependencies

To install the dependencies to run these notebooks, you should first install Anaconda.

Once you have installed Anaconda, run:

conda env create -f environment.yml

to install all the dependencies into an isolated environment.

Activate the environment by running:

conda activate rl_lab

Update the environment with a new package by adding it in the YAML file and while in the same directory as environment.yml, activate the environment, and run:

conda env update -f environment.yml

About

RL zero to hero

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published