package documentation

This is Reinforcement Learning for Graph Theory (RLGT), a reinforcement learning framework that aims to facilitate future research in extremal graph theory.

Package agents The rlgt.agents package defines the GraphAgent abstract base class, which formalizes a reinforcement learning agent for graph theory applications. It also provides three concrete agent classes that inherit from ...
Package environments The rlgt.environments package defines the GraphEnvironment abstract base class, which formalizes a reinforcement learning environment for graph theory applications. It also provides seven concrete environment classes that inherit from ...
Package graphs The rlgt.graphs package provides the Graph class, which models a k-edge-colored looped complete graph as well as a batch of k-edge-colored looped complete graphs of the same order. The package also provides the ...