Skip to content
Snippets Groups Projects
Mohak Bhardwaj's avatar
d088d56a

Reinforcement Learning Spring 2020

Code for homework assignments for CSE 599W Spring 2020

Installation

[1] Install the latest version of Anaconda for your system from here. Please make sure to install the Python 3.7 version. Note that we will aim to support Linux and MacOS, so make sure you have access to a machine with either of these operating systems.

[2] Execute the following steps to setup the repository and install the required dependencies.

conda create -n rl_spring2020 python=3.7
git clone https://gitlab.cs.washington.edu/mohakb/rl_spring2020.git
cd rl_spring2020
conda env update -n rl_spring2020 -f environment.yml
conda activate rl_spring2020

[3] Now head over to hw0 directory.