Skip to content

My solutions to Berkeley CS294-112 (Deep Reinforcement Learning) in PyTorch

License

Notifications You must be signed in to change notification settings

solpino/DeepRL_CS294

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS 294: Deep Reinforcement Learning, Fall 2017 - Homework

The course website : http://rail.eecs.berkeley.edu/deeprlcourse/

Here are my solutions for CS 294 in Pytorch. I covered this course remotely and therefore I don't guarantee my solutions are perfect. Some given codes originally depended on TensorFlow are modified for PyTorch. I worked the assignments to improve my Pytorch skills and understanding RL.

Dependencies:

Tensorflow is not required at all as I modifed all codes that depends on Tensorflow.

  • PyTorch 0.4.0
  • MuJoCo version 1.31
  • OpenAI Gym 0.9.1

HW1

  • Behavior Learning
  • DAgger

HW2

  • Policy Gradient

HW3

  • Deep Q-Network(DQN) with target network on Atari

About

My solutions to Berkeley CS294-112 (Deep Reinforcement Learning) in PyTorch

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published