-
-
Notifications
You must be signed in to change notification settings - Fork 840
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
AssertionError: Values of the node_space should be instances of Box or Discrete, got <class 'int'> #1152
Comments
Hi, I'm glad that someone is using the Graph space. Therefore, this might be more simplify that you imagined with your node space being the range of possible node values, |
Good to know you're glad that graph space is used!
Unfortunately, another error appeared now:
|
I can't run the script because you haven't provided the perturbation script. |
Thank you so much for helping out! |
The error was actually
for You shouldn't be using a |
Um... I think I don't exactly know how to use this |
It solely acts as a tuple with three elements, Gymnasium/gymnasium/spaces/graph.py Line 17 in fc473ca
You can include the nodes, edges and edge links. The edge links is purely a binary matrix and the edge contains the weights To make a |
Question
I want to add a graph to the observation space by
getting
Any idea what's wrong with my way of doing?
The text was updated successfully, but these errors were encountered: