From 5eec662c50442275df4c46419320b4fb58c304dc Mon Sep 17 00:00:00 2001 From: nicewang <15051965381@163.com> Date: Mon, 7 Oct 2024 02:23:29 +0800 Subject: [PATCH] cmt-20241006-5: one more revert and some re-arrangement 1. One More Revert 2. Some Re-Arrangements --- README.md | 6 ++++-- learning_inside_mpc/README.md | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6641a63..1c54465 100644 --- a/README.md +++ b/README.md @@ -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[1]: +### 2. Machine Learning and Model Predictive Control[1] +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) @@ -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 diff --git a/learning_inside_mpc/README.md b/learning_inside_mpc/README.md index 9ecea2a..5d39c98 100644 --- a/learning_inside_mpc/README.md +++ b/learning_inside_mpc/README.md @@ -1,4 +1,4 @@ - + ## Learning _inside_ of model predictive control E.g. learn a neural network model of robotic dynamics: