kirschte / CS294-112_deepRL_homework

My implementations of CS294-112's assignments.

Home Page:http://rail.eecs.berkeley.edu/deeprlcourse/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reinforcement Learning Projects

In this repository, you'll find my solutions to the CS294-112 course homework about DeepRL offered by UC Berkeley in Fall '18. Specifically, this course covers implementation offerings of the following algorithms:

  1. Imitation Learning with DAgger
  2. Policy Gradient with variants: vanilla, reward to go, reward normalized, baseline average, baseline estimation w/ neural network
  3. Q-Learning + Actor-Critic incl. Double DQN
  4. Model-based RL with a dynamics model and MPC
  5. Advanced topics
    1. Exploration with histogram, RBF-Kernel, EX2
    2. Soft Actor-Critic with Maximum-Entropy method
    3. Meta-Learning with feed-forward / GRU based contextual policies

About

My implementations of CS294-112's assignments.

http://rail.eecs.berkeley.edu/deeprlcourse/

License:MIT License


Languages

Language:Python 92.7%Language:TeX 6.6%Language:Shell 0.7%