Skip to content

Issue with running train_trials.py due to unsupported 'gym.spaces.dict.Dict' #6

@selenak666

Description

@selenak666

stable-baselines3 does not support '<class 'gym.spaces.dict.Dict'>', so when I run trials/scripts/train_trials.py, I get the following error

assert not hasattr(obs_space, "spaces"), f"Unsupported structured space '{type(obs_space)}'"

AssertionError: Unsupported structured space '<class 'gym.spaces.dict.Dict'>

How can the code be executed?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions