Final Project for CS395T/CSE392: Predictive Machine Learning.
- Set up python virtual environment. Run:
conda create -n py310 python=3.10 # type 'y' when conda asks you to proceed
conda activate py310
python3 -m venv .env
conda deactivate
source .env/bin/activate
- Install dependencies. Run:
pip install --upgrade pip
pip install gymnasium[classic-control] minari stable-baselines3[extra] torchrl
pip install ipykernel
pip install moviepy # need this to render as video output
pip install imitation # need this for IRL
pip install seals # need this for wrapper implementing fixed horizon