Skip to content

Commit

Permalink
FEAT: update SDM366
Browse files Browse the repository at this point in the history
  • Loading branch information
squarezhong committed Nov 23, 2024
1 parent 119eb1b commit b2cce95
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions courses/SDM366.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,21 @@

## Introduction

<details> <summary>English Introduction</summary>
This course will introduce the students to the fundamental concepts and methods in modern control, especially optimal control and estimation theory. Topics include state-space modelling of dynamical systems, least square estimation and system identification, state-feedback and output-feedback controller design, optimal control, dynamic programming, Model predictive control, linear quadratic regulators, and Kalman filter.
The course will also connect these control and estimation methods to applications in robotics, mechanical, electrical, and aerospace systems.
</details>

<details> <summary>中文介绍</summary>
本课程将向学生介绍现代控制的基本概念和方法,特别是最优控制和估计理论。主题包括动态系统的状态空间建模、最小二乘估计和系统辨识、状态反馈和输出反馈控制器设计、最优控制、动态规划、模型预测控制、线性二次调节器和卡尔曼滤波器。
本课程还将把这些控制和估计方法与机器人、机械、电气和航空航天系统的应用联系起来。
</details>

## Lecture Notes

## Lab

* 2024 Spring
## Lab and Project

<details> <summary>2024 Spring (click to expand)</summary>
2024春季学期的实验课,主要包含了RNN,Regressor,Path Planning,Dynamic Programming,LQR以及EKF卡尔曼滤波器。

Project主要有三个,分别是:
Expand All @@ -23,7 +26,15 @@ Project主要有三个,分别是:
* project 2:**LQR控制倒立摆**

* Project 3:**二足机器人的状态估计、强化学习控制倒立摆、使用LQR控制一阶倒立摆**
</details>

- [LiferLifer/SDM366_Final_Project](https://github.com/LiferLifer/SDM366_Final_Project)
- [Ethylene9160/SDM366_MuJoCo_Exercises](https://github.com/Ethylene9160/SDM366_MuJoCo_Exercises)

## Materials

## Links
- Official Repository (2024 Spring):
[clearlab-sustech/SDM366-Sp24](https://github.com/clearlab-sustech/SDM366-Sp24)

* 2024 Spring, including the course codes, assignment codes, and projects: [Ethylene9160/SDM366_Optimal_Estimation: Assignments on cource SDM366Optimal Control and Estimation, sustech spring 2024. (github.com)](https://github.com/Ethylene9160/SDM366_Optimal_Estimation/)
- 2024 Spring materials, including the course codes, assignment codes, and projects:
[Ethylene9160/SDM366_Optimal_Estimation](https://github.com/Ethylene9160/SDM366_Optimal_Estimation/)

0 comments on commit b2cce95

Please sign in to comment.