Skip to content

Resolve "[Bug] BaseEnvMpc calls constructor of BaseEnv without using keyword arguments"

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

Merge request reports