Skip to content

Resolve "Continuous action space must have a finite lower and upper bound"

Summary

The action_space and the observation_space are set correctly with the default values for the lower and upper limits in the state config. The check in stablesbaselines must have finite limits.

Explain your context

Changed the default values with the max/min value for the float32.

Please list breaking changes, new features or bugfixes

  • Breaking changes:

  • New features:

  • Bugfixes: action_space and observation_space receive correct default values for the min/max values

Closes #351

Edited by J.Stock

Merge request reports

Loading