upb-lea / openmodelica-microgrid-gym

OpenModelica Microgrid Gym (OMG): An OpenAI Gym Environment for Microgrids
GNU General Public License v3.0
182 stars 37 forks source link

Add examples highlighting the learning process with state-of-the-art RL algorithms #51

Open wallscheid opened 4 years ago

wallscheid commented 4 years ago

Based on the available expert controller design examples (PI-based inner current/voltage control + droop control for power sharing) it will be very interesting to highlight the shortcomings and adavantages of applying state-of-the-art RL algorithms as a replacement for the expert-based controllers.

wallscheid commented 4 years ago

Proposal: Use available, pre-fabricated RL toolboxes (Pytorch -> Stable Baseline3, Tensorflow -> Tensorforce / Keras-RL2).

stheid commented 3 years ago

blocked by #101