Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 554 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 554 Bytes

http://cs234.stanford.edu/

Set up instructions

cd assignment1
sudo pip install virtualenv # This may already be installed
virtualenv .env # Create a virtual environment
source .env/bin/activate # Activate the virtual environment
pip install -r requirements.txt # Install dependencies

Install Gym

git clone https://github.com/openai/gym cd gym pip install -e . # minimal install

Work on the assignment for a while ...

deactivate # Exit the virtual environment