Skip to content

Unified Way of Serializing Spaces and Samples from Spaces #107

@maximilianreimer

Description

@maximilianreimer

Currently gym.Spaces as well as the sample drawn from them are serialized to JSON in different ways producing duplicated code and incompatible formats at a different places of the program.

Known serialization code locations:

  • dacbench.abstract_benchmark.AbstractBenchmark.load_config(...)
  • dacbench.abstract_env.AbstractEnv.__init__(...)
  • dacbench.container.container_utils.Encoder and dacbench.container.container_utils.Decoder

Related to #91 and #80

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions