Software & Data Downloads — MC-PILCO

Monte Carlo Probabilistic Inference for Learning COntrol for modeling and control of dynamical systems.

This package implements a Model-based Reinforcement Learning algorithm called Monte Carlo Probabilistic Inference for Learning and COntrol (MC-PILCO), for modeling and control of dynamical system. The algorithm relies on Gaussian Processes (GPs) to model the system dynamics and on a Monte Carlo approach to estimate the policy gradient during optimization. The Monte Carlo approach is shown to be effective for policy optimization thanks to a proper cost function shaping and use of dropout. The possibility of using a Monte Carlo approach allows a more flexible framework for Gaussian Process Regression that leads to more structured and more data efficient kernels. The algorithm is also extended to work for Partially Measurable Systems and takes the name of MC-PILCO-4PMS. Please see the related publication for a detailed description of the algorithm. The code is implemented in python3 and reproduces all the simulation examples in the related publication, namely, multiple ablation studies and the solution of a cart-pole system swing-up (available both in a python simulated environment and in the physic engine MuJoCo) and a trajectory controller for a UR5 (implemented in Mujoco). The results can be reproduced with statistical value via Monte Carlo simulations. The user has the possibility to add his own python system or Mujoco Environment and solve it with MC-PILCO or MC-PILCO-4PMS. Please refer to the guide for a more detailed explanation of the code base.

  •  Amadio, F., Dalla Libera, A., Antonello, R., Nikovski, D.N., Carli, R., Romeres, D., "Model-Based Policy Search Using Monte Carlo Gradient Estimation with Real Systems Application", IEEE Transaction on Robotics, DOI: 10.1109/​TRO.2022.3184837, Vol. 38, No. 6, pp. 3879-3898, December 2022.
    BibTeX TR2022-154 PDF Video Software
    • @article{Romeres2022dec,
    • author = {Amadio, Fabio and Dalla Libera, Alberto and Antonello, Riccardo and Nikovski, Daniel N. and Carli, Ruggero and Romeres, Diego},
    • title = {Model-Based Policy Search Using Monte Carlo Gradient Estimation with Real Systems Application},
    • journal = {IEEE Transaction on Robotics},
    • year = 2022,
    • volume = 38,
    • number = 6,
    • pages = {3879--3898},
    • month = dec,
    • doi = {10.1109/TRO.2022.3184837},
    • issn = {1941-0468},
    • url = {https://www.merl.com/publications/TR2022-154}
    • }

Access software at https://github.com/merlresearch/MC-PILCO.