From a5d38b538c180f537232e157f3603d743b9afca9 Mon Sep 17 00:00:00 2001 From: Trance-0 <60459821+Trance-0@users.noreply.github.com> Date: Thu, 16 Oct 2025 10:25:22 -0500 Subject: [PATCH] =?UTF-8?q?update=EF=BC=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/CSE510/CSE510_L15.md | 8 ++++++++ content/CSE510/_meta.js | 1 + 2 files changed, 9 insertions(+) create mode 100644 content/CSE510/CSE510_L15.md diff --git a/content/CSE510/CSE510_L15.md b/content/CSE510/CSE510_L15.md new file mode 100644 index 0000000..6cd3509 --- /dev/null +++ b/content/CSE510/CSE510_L15.md @@ -0,0 +1,8 @@ +# CSE510 Deep Reinforcement Learning (Lecture 15) + +## Off-Policy Actor-Critic (OffPAC) + +## Deterministic Policy Gradient (DPG) + +## Deep Deterministic Policy Gradient (DDPG) +ยง Extensions of DDPG \ No newline at end of file diff --git a/content/CSE510/_meta.js b/content/CSE510/_meta.js index f3bfa16..265b659 100644 --- a/content/CSE510/_meta.js +++ b/content/CSE510/_meta.js @@ -17,4 +17,5 @@ export default { CSE510_L12: "CSE510 Deep Reinforcement Learning (Lecture 12)", CSE510_L13: "CSE510 Deep Reinforcement Learning (Lecture 13)", CSE510_L14: "CSE510 Deep Reinforcement Learning (Lecture 14)", + CSE510_L15: "CSE510 Deep Reinforcement Learning (Lecture 15)", } \ No newline at end of file