Skip to content

pucrs-automated-planning/tabular-rl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tabular RL Practical

Open In Colab

Reference Jupyter Notebook for Tabular RL

Environment Set Up

For Anaconda Python, we recommend you create a separate environment as follows:

conda create -n rl python=3.9
conda activate rl
conda install --file requirements.txt

For pip, run the following command:

cd tabular-rl
pip install -r requirements.txt

Then run Jupyter notebook from the src folder:

cd src
jupyter notebook