module documentation
This Python module defines two global reinforcement learning environments that inherit from the
GraphEnvironment class. These environments model graph building games in which the edges (resp.
arcs) are initially fully colored in some predetermined manner, and at each step, any edge (resp.
arc) can be properly recolored with any color.
| Class | |
This class inherits from GraphEnvironment and models a graph building game for constructing 2-edge-colored looped complete graphs. In this environment, all edges (resp. arcs) are initially fully colored in some manner, and at each step, any edge (resp... |
| Class | |
This class inherits from the GraphEnvironment class and models a graph building game in which the edges (resp. arcs) are initially fully colored in some manner, and at each step, any edge (resp. arc) can be potentially recolored with any color... |