module documentation
This Python module contains the ReinforceAgent class, which implements a reinforcement
learning agent for graph theory applications using the REINFORCE method with PyTorch.
| Class | |
This class encapsulates a reinforcement learning agent for graph theory applications using the PyTorch-based REINFORCE method. The agent operates on a configurable environment given as a GraphEnvironment... |