DougTrajano / pucrs-rl-tabular

Tabular RL Practical

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tabular RL Practical

Tabular RL Practical

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:

pip install -r requirements.txt

Then run Jupyter notebook from the src folder:

cd src
jupyter notebook

About

Tabular RL Practical


Languages

Language:Jupyter Notebook 92.3%Language:Python 7.7%