Skip to content
/ MPC Public

Contains simple MPC implementation with neural network learned dynamics.

Notifications You must be signed in to change notification settings

manantomar/MPC

Repository files navigation

About

This work aims at implementing simple MPC controller for gym's Mujoco models as described in Neural Network Dynamics for Model-Based Deep Reinforcement Learning with Model-Free Fine-Tuning and build on it by adding LQR based controllers instead of using simple shooting methods. Such controllers are then applied in parallel and the stored trajectories are used to learn a general neural network policy.

Dependencies

This code has been tested on python3 and requires mujoco_py installed.

How to Run

Please use python3 main.py to run. Passing --load_model will restore the previously stored policy parameters.

About

Contains simple MPC implementation with neural network learned dynamics.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages