Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ValueError: ('Unknown space type for serialization, ', <class 'gymnasium.spaces.graph.Graph'>) #49995

Open
FlynnDowey opened this issue Jan 21, 2025 · 0 comments
Labels
bug Something that is supposed to be working; but isn't rllib RLlib related issues triage Needs triage (eg: priority, bug/not-bug, and owning component)

Comments

@FlynnDowey
Copy link

What happened + What you expected to happen

Created a custom environment with an observation space gymnasium.spaces.Graph, but Ray cannot serialize it when configuring the algorithm.

See the error printed to the console: error_report_console.txt

Versions / Dependencies

ray: 2.40.0
python: 3.12.5
gymnasium: 1.0.0

Reproduction script

See the code: bug_report_code.txt

Issue Severity

High: It blocks me from completing my task.

@FlynnDowey FlynnDowey added bug Something that is supposed to be working; but isn't triage Needs triage (eg: priority, bug/not-bug, and owning component) labels Jan 21, 2025
@jcotant1 jcotant1 added the rllib RLlib related issues label Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something that is supposed to be working; but isn't rllib RLlib related issues triage Needs triage (eg: priority, bug/not-bug, and owning component)
Projects
None yet
Development

No branches or pull requests

2 participants