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