Skip to content

v1.0.1

Compare
Choose a tag to compare
@tomwardio tomwardio released this 06 Apr 13:36

Added

  • Support for per-element min/max values. This supercedes the existing scalar
    fields, which have been marked as deprecated. These fields will be be
    removed in a future version of dm_env_rpc.
  • Initial set of compliance tests that environment authors can use to better
    ensure their implementations adhere to the protocol specification.
  • Support for dm_env DiscreteArray specs.

Changed

  • dm_env_rpc EnvironmentResponse errors in Python are now raised as a
    custom, DmEnvRpcError exception.