Repo for developing prescriptors based on an RL agent.
Analogous commands with python venv:
conda create --name xprize_rl python=3.8
conda activate xprize_rl
cd $HERE
conda install -c conda-forge --file requirements.txtcd $HERE
pip install .cd $HERE
python ./update_xprize-repo.py
cd covid-xprize-uptodate
pip install .conda update --all