You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+28-14Lines changed: 28 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,9 @@
11
11
## Overview
12
12
This student-led course explores modern techniques for controlling — and learning to control — dynamical systems. Topics range from classical optimal control and numerical optimization to reinforcement learning, PDE-constrained optimization (finite-element methods, Neural DiffEq, PINNs, neural operators), and GPU-accelerated workflows.
13
13
14
+
## Objective
15
+
Create an online book at the end using the materials from all lectures.
16
+
14
17
## Prerequisites
15
18
* Solid linear-algebra background
16
19
* Programming experience in Julia, Python, *or* MATLAB
@@ -19,9 +22,22 @@ This student-led course explores modern techniques for controlling — and learn
**Class material is due one week before the lecture!** No exceptions apart from the first 2 lectures.
30
+
31
+
**Issues outlining references that will be used for lecture preparation are due at the end of the 3rd week (10/05/2025)!**
32
+
20 minutes of research should give you an initial idea of what you need to read.
33
+
34
+
🎯🚲 **Guessing Game**
35
+
36
+
Here’s how the presentation grading works: we already know the lecture content we expect from you. Any deviations will be penalized **exponentially**. Your mission is twofold:
37
+
1.**Check your understanding** — use [discussions](https://github.com/LearningToOptimize/LearningToControlClass/discussions) from previous lectures to ensure you’ve mastered earlier topics. We expect lectures to be extremely linked to each other.
38
+
2.**Test your hypotheses** — validate your lecture content by raising and resolving issues, focusing primarily on your *main task issue* (see this example from [class 03](https://github.com/LearningToOptimize/LearningToControlClass/issues/18)).
39
+
40
+
All interactions will happen **only through GitHub** — no in-person hints will be given.
0 commit comments