module documentation

This Python module defines the GraphAgent abstract base class, which formalizes the concept of a reinforcement learning agent for graph theory applications.

Class GraphAgent This abstract class encapsulates the concept of a reinforcement learning agent for graph theory applications. Such an agent is intended to solve extremal problems in which a given graph invariant is to be maximized over a finite family of fully colored ...