openmodelica-microgrid-gym
openmodelica-microgrid-gym copied to clipboard
OpenModelica Microgrid Gym (OMG): An OpenAI Gym Environment for Microgrids
RL-branch experiments to master
Question 1. If I want to import my own model from MATLAB Simulink and export it as kosim type FMU and FMU joint simulation model in openmodelica, can this tool...
https://github.com/upb-lea/openmodelica-microgrid-gym/blob/962a9645496483e6bd908f0df7a10b375c0067cf/openmodelica_microgrid_gym/env/modelica.py#L180
https://github.com/upb-lea/openmodelica-microgrid-gym/blob/8073a3380766462fd8132844e0628ea238bdaa5a/openmodelica_microgrid_gym/net/components.py#L179 Possible to shift all device parameters to net.yaml? Till now: L,C,R... parameters are defined in file and given to model_params in env maks/register. Idea: Use net.yaml as bundeld config...
A suggestion of the first intro video for the toolbox. The idea was just to show what is possible, like a teaser. https://youtu.be/UxyTr2p-ClM KSS gave me the feedback that everything...
Using animated .gif in readme.md helps the visitor to see very fast what this project is about and how to use it.
Running Pytest with windows generates an error. The second tests of the runner causes an assertion error. Running the same file in Linux doesn´t cause problems. Idea was that the...
To increase the outreach of the toolbox it seems promissing to provide beginner-friendly material to facilitate the usage of the toolbox and promote its usage in general. Such material should...
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...
- Design simulation framework from scratch to figure out benefits concerning current simulation framework - If benefits: Automatically: transfer the component-oriented model and control structure from OMG First example: two...