Skip to content

Commit

Permalink
add resources page
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsilver committed Aug 3, 2024
1 parent 9f61b78 commit db96282
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions resources.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
layout: home
title: Resources
nav_order: 4
---

<h1>Resources</h1>
<hr style="margin: 1em 0">

<h3>Textbooks</h3>
<p>There are no required textbooks for this course, but the following are good references:</p>
<ul>
<li><i>Planning with Markov Decision Processes: An AI Perspective.</i> Mausam & Andrey Kolobov (Morgan & Claypool, 2012).</li>
<li><i>Algorithms for Decision Making.</i> Mykel J. Kochenderfer (MIT Press, 2022).</li>
<li><i>Planning Algorithms.</i> Steven M. LaValle (Cambridge University Press, 2006).</li>
<li><i>Artificial Intelligence: A Modern Approach (AIMA).</i> Stuart Russell & Peter Norvig (Fourth Edition, Pearson, 2020).</li>
<li><i>Probabilistic Machine Learning: An Introduction.</i> Kevin Murphy (MIT Press, 2022).</li>
<li><i>Pattern Recognition and Machine Learning.</i> Christopher Bishop (Springer, 2006).</li>
<li><i>Reinforcement Learning: An Introduction.</i> Richard Sutton & Andrew Barto (Second Edition, MIT Press, 2018).</li>
<li><i>Machine Learning Methods for Planning.</i> Steven Minton (Morgan Kaufmann, 2000).</li>
</ul>

0 comments on commit db96282

Please sign in to comment.