diff --git a/content/CSE510/CSE510_L17.md b/content/CSE510/CSE510_L17.md new file mode 100644 index 0000000..86cf02b --- /dev/null +++ b/content/CSE510/CSE510_L17.md @@ -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 + diff --git a/content/CSE510/_meta.js b/content/CSE510/_meta.js index ed7eb0e..9e042b6 100644 --- a/content/CSE510/_meta.js +++ b/content/CSE510/_meta.js @@ -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)", } \ No newline at end of file