nip.graph_isomorphism.environment

nip.graph_isomorphism.environment#

The graph isomorphism RL environment.

Classes

AdjacencyMatrixBox(max_num_nodes)

An abstract representation of the space of adjacency matrices.

AdjacencyMatrixSpec(max_num_nodes[, shape, ...])

A specification of the space of adjacency matrices.

GraphIsomorphismEnvironment(*args, **kwargs)

The graph isomorphism RL environment.