Skip to content

0.6.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jun 14:27
· 3 commits to main since this release

In this release we add two components (Marker sensor, Bicycle kinematics), a new base class for behaviors that are evaluated jointly (e.g., centralized controllers), dynamic attributes for agents and worlds (which are similar to properties but are not defined in advance), and several methods related to bounding boxes.

We partially expose samplers to Python: it is now possible to load them from YAML and query them to generate values. We also implement a few new samplers (uniform_size and permutation for lists, binary for numbers, normal_2d for vectors). It is now possible to manipulate groups of scenarios in Python.

The treatment of targets' spatial and angular components is now symmetric.
We can now set specific and default configurations for rendering worlds
We also fix few errors and implemented a more solid registration of Python properties.

What's Changed

Full Changelog: 0.5.0...0.6.0