Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 586 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 586 Bytes

Model Predictive Control for Pendulum-v0

Naive MPC uses the real model for simulation.

Learning MPC uses a learned system dynamics with neural network for simulation.

Installation

pip install numpy matplotlib gym 
pip install mxnet  (or mxnet-cu90 which corresponds your cuda version)

Examples:
image

Naive MPC with different rollouts and horizon:
image