/pucrs-rl-tabular

Tabular RL Practical

Primary LanguageJupyter Notebook

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