- Python 3.7
- The rl turorial is built of OpenAI Gym
- Additional python packages are defined in the setup.py
- For now, we assumes you are running at the top directory
- Pull code from repo
git clone https://github.com/JeffersonLab/jlab_datascience_tutorials.git
- Install jlab_datascience_tutorials (via pip):
cd jlab_datascience_tutorials
pip install -e . --user
├── setup.py
├── rl_tutorial