CS285 DRL Notes-Lecture 6 Actor-Critic This is the note for Berkeley CS285 Lecture 6. The lecture turns REINFORCE into actor-critic by learning a value function that gives each action a less noisy credit signal. The actor decides what to 2026-07-20 Lecture Notes #DRL #CS285 #actor-critic #GAE #off-policy RL
CS285 DRL Notes-Lecture 5 Policy Gradients This is the note for Berkeley CS285 Lecture 5. The lecture introduces the simplest model-free policy-gradient method: REINFORCE. The central idea is simple: make sampled actions more likely when thei 2026-07-20 Lecture Notes #DRL #CS285 #policy gradient #REINFORCE
CS285 DRL Notes-Lecture 4 Reinforcement Learning Basics This is the note of Berkeley CS285, taught by Sergey Levine. Lecture 4 can be understood through one idea: A policy is good only if the future state distribution it creates leads to high reward. The 2026-07-20 Lecture Notes #DRL #reinforcement learning #CS285 #MDP #value function
CS285 DRL Notes-Lecture 3 Supervised Learning of Behaviors This is the note for Berkeley CS285 Lecture 3. The lecture asks how to make behavioral cloning work when a small prediction error can change the future data distribution. Strong imitation learning ne 2026-03-10 Lecture Notes #DRL #CS285 #imitation learning #behavioral cloning #goal-conditioned learning
CS285 DRL Notes-Lecture 1 Introduction This is the note of Berkeley CS285 taught by Sergey Levine. Lecture 1 introduces reinforcement learning (RL) as a framework for learning decisions from experience. The whole lecture can be understood 2026-03-09 Lecture Notes #DRL #reinforcement learning #introduction #CS285
CS285 DRL Notes-Lecture 2 Supervised Learning of Behaviors This is the note of Berkeley CS285 taught by Sergey Levine. Lecture 2 studies the simplest way to learn a policy from an expert: behavioral cloning. The central idea is easy to miss: Behavioral cloni 2026-03-09 Lecture Notes #DRL #CS285 #imitation learning #behavioral cloning #DAgger
Git Usage Guide Welcome to Git! This is a quick, copy-paste friendly guide to get you productive fast. If you need deeper explanations, check the official Git docs or the excellent free book Pro Git. Quick StartInsta 2026-03-09 Technique Notes #Git #tools