Skip to content

Commit 16dbaf4

Browse files
Update class07.md
1 parent 0340647 commit 16dbaf4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

class07/class07.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@ Stochastic Optimal Control (SOC) is concerned with choosing control actions in s
99
In real-world systems, uncertainties arise from sensor noise, model inaccuracies, and external disturbances.
1010
SOC explicitly accounts for these uncertainties while attempting to optimize a performance objective.
1111

12+
Notebook on Kalman Filtering available [here](https://learningtooptimize.github.io/LearningToControlClass/dev/class07/Kalman\_Filtering.html).
13+
1214
Files for this class are available [here](https://github.com/LearningToOptimize/LearningToControlClass/tree/main/class07).
13-
=======
15+
16+
#
17+
1418
Consider a discrete-time system with dynamics given by: $x_{t+1} = A * x_t + B * u_t + w_t$
1519
where $x_t$ represents the state at time $t$, $u_t$ is the control input, and $w_t$ is a stochastic disturbance, typically modeled as a zero-mean Gaussian with covariance $Q_w$.
1620

0 commit comments

Comments
 (0)