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