Skip to content

Final Project for CS395T/CSE392: Predictive Machine Learning.

License

Notifications You must be signed in to change notification settings

jsukpark/cs395t-final-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cs395t-final-project

Final Project for CS395T/CSE392: Predictive Machine Learning.

Installation

  1. 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
  1. 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

About

Final Project for CS395T/CSE392: Predictive Machine Learning.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published