Skip to content
This repository has been archived by the owner on Feb 25, 2021. It is now read-only.
/ cs294-112 Public archive

Solution to assignments from Berkely University's CS 294-112 course on deep reinforcement learning

License

Notifications You must be signed in to change notification settings

nathanpainchaud/cs294-112

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS294-112 Assignment Solutions

Solutions to the fall 2018 edition of the assignments for CS294-112: Deep Reinforcement Learning

Based on the video lectures from the Fall 2017 edition of the course.

Installation

Starting code

To be able to run the code for each homework, please start by following the instructions from each homework's PDF (linked with each assignment below) about how to install the homework. As for setting up a Python environment, the provided cs294.yml file is a conda requirements file that you can use to create a conda environment using the following command:

conda env create -f cs294.yml

This will create a conda environment named cs294.

  • Behavioral Cloning (Done)
  • DAgger
  • Computation Graph (Done)
  • Policy Gradient (Done)
  • Neural Network Baselines (Done)
  • Q-Learning
  • Actor-Critic
  • Problem 1
  • Problem 2
  • Problem 3a
  • Problem 3b

About

Solution to assignments from Berkely University's CS 294-112 course on deep reinforcement learning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published