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.ffmpeg
brew install ffmpeg
sudo apt-get install ffmpeg
sudo apt-get install libav-tools
pip install imageio-ffmpeg
conda
or venv
.python3 -m venv rl4aa
source rl4aa/bin/activate
pip3 install -r requirements.txt
jupyter notebook
tutorial.ipynb
in the jupyter server in browserdeactivate
Instructions 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