dynamicslab / hydrogym

An RL-Gym for Challenge Problems in Data-Driven Modeling and Control of Fluid Dynamics.
https://hydrogym.readthedocs.io
MIT License
45 stars 10 forks source link

Configuration files into `.ini` files #162

Open ludgerpaehler opened 3 months ago

ludgerpaehler commented 3 months ago

Restructuring our environment definitions s.t. we have default configuration files loaded with the configuration manager, i.e. we can then load them with the configuration manager from Python.

Closes #161

Will enable us down the line to better template default environment configurations.

ludgerpaehler commented 3 months ago

I.e. for configuration file documentation:

https://docs.python.org/3/library/configparser.html