thomas-a-neil / homework

Imitation Learning Homework 1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CS294-112 HW

Set up a virtual environment with the python dependencies at the root of the project

virtualenv venv --python=python3
source venv/bin/activate
pip3 install -r requirements.txt

About

Imitation Learning Homework 1

License:MIT License


Languages

Language:Jupyter Notebook 61.2%Language:Python 38.3%Language:Shell 0.4%