Skip to content

Commit

Permalink
cmt-20241006-5: one more revert and some re-arrangement
Browse files Browse the repository at this point in the history
1. One More Revert
2. Some Re-Arrangements
  • Loading branch information
nicewang committed Oct 6, 2024
1 parent adc2b3c commit 5eec662
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ E = mc^2
$$
-->
## Model Predictive Control
### 1. Basic Template
> [Model Predictive Control Template](basic_template/README.md)
And, there are several ways for combining learning and model predictive control<sup>[1]</sup>:
### 2. Machine Learning and Model Predictive Control<sup>[1]</sup>
And, there are several ways for combining learning and model predictive control:
> 1. [Learning __inside__ of model predictive control](learning_inside_mpc/README.md):
>
> (e.g. learn a neural network model of robotic dynamics)
Expand Down Expand Up @@ -41,7 +43,7 @@ And, there are several ways for combining learning and model predictive control<
[3] Some related work:
> 1. Sacks, Jacob, and Byron Boots. "Learning to optimize in model predictive control." _2022_ _International_ _Conference_ _on_ _Robotics_ _and_ _Automation_ _(ICRA)_. IEEE, 2022.
[4] Some other ideas:
[4] Some other ideas for `Learning inside of MPC`:

- Learn __subgoals__ for MPC

Expand Down
2 changes: 1 addition & 1 deletion learning_inside_mpc/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-AMS_HTML"></script>
<!--<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-AMS_HTML"></script>-->

## Learning _inside_ of model predictive control
E.g. learn a neural network model of robotic dynamics:
Expand Down

0 comments on commit 5eec662

Please sign in to comment.