Resolve "[Bug] BaseEnvMpc calls constructor of BaseEnv without using keyword arguments"
requested to merge 244-bug-baseenvmpc-calls-constructor-of-baseenv-without-using-keyword-arguments into development
Summary
switch base env mpc constructor args to keyword args
Explain your context
when migrating to eta_utility 3.x, environments must not specify a seed anymore, this lead to errors in the initialization
Please list breaking changes, new features or bugfixes
- Breaking changes:
- New features:
-
Bugfixes:
- Fixes Error in BaseEnvMPC initialization that occured when using pre eta_utility 3.x environments
Closes #244 (closed)
Edited by A.Clement