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

The demo in Quickstart does not work #182

Open maxweissenbacher opened 1 month ago

maxweissenbacher commented 1 month ago

Just wanted to let you know that the demo you provide in the Quickstart documentation does not work. Getting this error:

self.solver: TransientSolver = env_config.get("solver")(
                                   ^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: 'NoneType' object is not callable
ludgerpaehler commented 1 month ago

Patch incoming