Post

UCB CS285: Deep Reinforcement Learning

Replication of classical reinforcement learning algorithms

UCB CS285: Deep Reinforcement Learning

Github Link

Course Info

Amazing open source course to learn ideas about modern reinforcement learning.

Lecturer: Sergey Levine, Personal Website and his outstanding Berkeley RAIL lab

Course Website

Lectures

Deep RL 2023 class is a well developed version. The lectures and videos are more challenging than previous versions.

Assignments

Course assignment are separated into theory and application parts. I’ve completed hw1-3 model-free models and algorithms on Mujoco dataset.

Replicated Behavioral Cloning and DAGGAR algorithm

Replicated Policy Gradients, Baseline, Generalized Advantage Estimation(GAE)

Replicated Deep Q-Networks(DQN), Double Q-Learning(DDQN), Actor-Critic, Reparameterize, and Soft Actor-Critic(SAC)

This post is licensed under CC BY 4.0 by the author.