Update graph.py (#413)

This commit is contained in:
Sushant S
2023-03-29 19:09:46 +05:30
committed by GitHub
parent b326e3eb52
commit fbb709bf4c

View File

@@ -69,7 +69,7 @@ class Graph(Space[GraphInstance]):
Args:
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.
"""
assert isinstance(