This repository contains the material for the second day of the RL4AA’23 event.
Homepage for RL4AA Collaboration: https://rl4aa.github.io/
git clone https://github.com/ansantam/RL4AA23.zip file.ffmpegbrew install ffmpegsudo apt-get install ffmpegsudo apt-get install libav-toolspip install imageio-ffmpegconda or venv.python3 -m venv rl4aa
source rl4aa/bin/activate
pip3 install -r requirements.txt
jupyter notebook
tutorial.ipynb in the jupyter server in browserdeactivateInstructions to install conda here
conda env create -f environment.yml
conda activate rl4aa
jupyter notebook
tutorial.ipynb in the jupyter server in browserconda deactivate to deactivate the virtual environmentcd path_to_your_folder/RL4AA23
conda create -n rl4aa python=3.10
conda activate rl4aa
pip3 install -r requirements.txt
jupyter notebook
tutorial.ipynb in the jupyter server in browserconda deactivate to deactivate the virtual environment