By Gabriel Eyyi (ZHAW)
In this blog post I will show how to combine dynamic models from Modelica with reinforcement learning.
As part of one of my master projects a software environment was developed to examine reinforcement learning algorithms on existing dynamic models from Modelica in order to solve control tasks. Modelica is a non-proprietary, object-oriented, equation based language to conveniently model complex physical systems [1].
The result is the Python library Dymola Reinforcement Learning (dymrl) which allows you to explore reinforcement learning algorithms for dynamical systems.
The code of this project can be found at github.
Recent Comments