本文仅供学习使用
本文参考:
B站:DR_CAN
Dr. CAN学习笔记 - 最优控制Optimal Control Ch07-2 动态规划 Dynamic Programming
- 1. 基本概念
- 2. 代码详解
- 3. 简单一维案例
1. 基本概念
Richoard Bell man 最优化理论:
An optimal policy has the property that whatever the initial state and initial decision are, the remaining decisions must constitude an optimal policy with regard to the state resulting from the first decision.
——动态Dynamic 面向未来
2. 代码详解
3. 简单一维案例