Amir Ardalan Kalantari Dehagh - 260851609 Oleg Zhilin - 260581713
Note that when cloning this repository, the saved models are included so it might take a bit of time (the total size is slightly over 1GB)
- Create a virtual environment:
python -m venv venv - Activate it:
source venv/bin/activate - Install dependencies:
pip install -r requirements.txt - Add custom environments as dependencies:
cd analysis/continuous_cartpole; pip install -e . - Finally, run one of the following files from the
analysisdirectory:cartpole.py: to train PILCO models (takes a long time)cartpole_from_file.py: visualize learning of PILCO models in thesaveddirectorytrain_transfer.py: train a set of transfer models for each PILCO iteration in thesaveddirectorypath_analysis.py: to reproduce path plots from the report (needssavedandtransfer-savedirectory contents)