This commit is contained in:
Zheyuan Wu
2025-10-23 10:34:51 -05:00
parent 81a1425f87
commit 824a0bfd7c
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# CSE510 Deep Reinforcement Learning (Lecture 17)
## Model-based RL
### Model-based RL vs. Model-free RL
- Sample efficiency
- Generalization and transferability
- Support efficient exploration in large-scale RL problems
- Explainability
- Super-human performance in practice

View File

@@ -19,4 +19,5 @@ export default {
CSE510_L14: "CSE510 Deep Reinforcement Learning (Lecture 14)",
CSE510_L15: "CSE510 Deep Reinforcement Learning (Lecture 15)",
CSE510_L16: "CSE510 Deep Reinforcement Learning (Lecture 16)",
CSE510_L17: "CSE510 Deep Reinforcement Learning (Lecture 17)",
}