mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-01 22:11:25 +00:00
Update graph.py (#413)
This commit is contained in:
@@ -69,7 +69,7 @@ class Graph(Space[GraphInstance]):
|
|||||||
|
|
||||||
Args:
|
Args:
|
||||||
node_space (Union[Box, Discrete]): space of the node features.
|
node_space (Union[Box, Discrete]): space of the node features.
|
||||||
edge_space (Union[None, Box, Discrete]): space of the node features.
|
edge_space (Union[None, Box, Discrete]): space of the edge features.
|
||||||
seed: Optionally, you can use this argument to seed the RNG that is used to sample from the space.
|
seed: Optionally, you can use this argument to seed the RNG that is used to sample from the space.
|
||||||
"""
|
"""
|
||||||
assert isinstance(
|
assert isinstance(
|
||||||
|
Reference in New Issue
Block a user