update?

This commit is contained in:
Trance-0
2025-10-16 10:25:22 -05:00
parent b339bf5008
commit a5d38b538c
2 changed files with 9 additions and 0 deletions

View File

@@ -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

View File

@@ -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)",
}