The homework of intelligent robotics course
The homework for the intelligent robotics course.
- Homework Ⅰ-probability fundamentals
- Homework Ⅱ-Potential fields
- Homework Ⅲ- Planning
- Homework Ⅳ- Markov Decision Process
- Homework V- Reinforcement Learning
- Homework VI- Robot Perception
- Homework VII- Kalman and Particle Filters
- Homework VIII- Robot Localization
- Homework IX- Occupancy Grid Mapping With Known Poses
- Homework X- EKF-Based Landmark SLAM & Fast SLAM based on Particle Filters
-
Homework Submission Instructions Please write up your responses to the problems clearly and concisely. We require you to write up your responses with A4 paper. You are allowed and encouraged to work together. You may discuss the homework to understand the problem and reach a solution in groups. However, each student must write down the solution independently. You must understand the solution well enough in order to reconstruct it by yourself. (This is for your own benefit: you have to take the examinations alone.)
-
Written Homeworks. All calculation problems must be written on single-sided A4 paper. The scan version of the paper will also be accepted. Your final submission should be a compressed package with the extension .zip, which includes your codes and explanations (you need to know how to write the manuscript with Markdown or LATEX). Your code should be run step-by-step without any error. Real-time animation is strongly encouraged.
-
Coding Homeworks. Most of coding assignments will be done by Python(>=3.7) under a simple robotics simulator (ir_sim 1.1.8). Please install this tool with the version 1.1.8 in advance by the following command:
pip install ir_sim==1.1.8
- If your IDE is pycharm, there may be some problems about the functionality of Matplotlib, which may lead to the failure of saving the GIF animation. You can follow this link to solve this problem.