Skip to content

v1.2

Latest
Compare
Choose a tag to compare
@sdhiscocks sdhiscocks released this 22 Feb 13:20
· 137 commits to main since this release
9fbbebb

What's Changed

Breaking changes

  • Change how sensor parameters are passed to action generators by @nperree-dstl in #901

    • ActionableProperty has a generator_kwargs_mapping dictionary to map properties of the ActionGenerator to properties of the Sensor, allowing them to be set via the sensor. This means the previous method for setting resolutions has been modified to use this.
      • Fix: for RadarRotatingBearingRange, set resolution=resolution_value instead of resolutions=dict()
      • When creating a new sensor with an ActionableProperty, use the generator_kwargs_mapping to map sensor properties to ActionGenerator properties where required.
  • Sensor management with actionable movables by @akenyon in #943

    • Sensor managers now take a set of sensors and a set of platforms so positional arguments order has changed
      • Fix: set reward_function using kwargs (e.g. reward_function=…)
    • Import locations have changed for the base classes Action, ActionGenerator, Actionable and ActionableProperty.
      • Fix: import all from new location, stonesoup.sensormanager.action

Implemented enhancements

Fixed bugs

Documentation updates

Other changes

New Contributors

Full Changelog: v1.1...v1.2