Wilhelm Kirchgässner
Wilhelm Kirchgässner
> I managed to set the timeout to 600s via `nbgrader validate --Execute.timeout=600` and in the config file via `c.Execute.timeout = 600`. > > See also > > ``` >...
same problem here with keras 2 (incorporating the pull request). No data based init applied - using weight norm for a single layer GRU model. LSTM is working fine -...
Maybe this package could help to outsource performance-critical code into c code: https://github.com/mypyc/mypyc
@max-schenke please help outlining the task here
We have this issue on our backlog, and we will fix it in near future
`>>> env_checker.check_env(gem.make("Cont-CC-SCIM-v0"))` ``` AssertionError: The obs returned by the `reset()` method length is not same as the observation space length, obs length: 14, space length: 2 ``` `gym-0.26.2` and `gym-electric-motor-1.1.0`
thanks for the hint, I will look into it
gymnasium API was adopted in GEM v.2.0.0
Hi, there is a stripped-down environment for a PMSM with differential inductances support at https://github.com/ExcitingSystems/exciting-environments/blob/main/exciting_environments/saturated_pmsm/saturated_pmsm_env.py Maybe this helps for the time being