Skip to content

Commit

Permalink
readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsilver committed Aug 3, 2024
1 parent a354c3a commit b63f134
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,23 @@ permalink: /:path/
---

# Robot Planning Meets Machine Learning
## Princeton University, Fall 2025
<hr>
<p><b>Instructor:</b> <a href="https://tomsilver.github.io">Tom Silver</a></p>

Coming soon.
<p><b>Time and Location:</b> TBD</p>

<p><b>Course description:</b> Planning and learning are essential for intelligent robots. In this course, we will consider how planning and learning can be combined to accomplish difficult tasks over long time horizons with sparse feedback, complicated constraints, and multiple forms of uncertainty. The course will be in two parts. In Part 1, the instructor will lecture on planning and students will complete problem sets to establish a common technical foundation. In Part 2, students will present papers on machine learning for planning while working on extended final projects.</p>

<p><b>Key questions:</b> Throughout the course, we will revisit the following questions:
<ol>
<li>What learning and planning should happen in the factory vs. the wild?</li>
<li>Where on the learning-planning spectrum should robots be?</li>
<li>What planning models should be learned?</li>
<li>How should we taxonomize learning-for-planning methods?</li>
<li>What objectives should we use to train and evaluate these methods?</li>
<li>To what extent are learning and planning necessary for general-purpose robotics?</li>
</ol>
</p>

<p><b>Prerequisites:</b> This course is designed for graduate students and advanced undergraduates. Students should be very comfortable with Python and fairly comfortable with machine learning. Familiarity with planning and robots is encouraged but not required.</p>
4 changes: 1 addition & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ color_scheme: custom
search_enabled: false
heading_anchors: true
permalink: pretty
footer_content: >
Powered by <a href="https://jekyllrb.com/" target="_blank">Jekyll</a> with <a href="https://github.com/kevinlin1/just-the-class">just-the-class</a> theme.
Hosted by <a href="https://pages.github.com/" target="_blank">GitHub Pages</a>.
footer_content:

# Collections for website data
collections:
Expand Down

0 comments on commit b63f134

Please sign in to comment.