module documentation

This Python module contains the DeepCrossEntropyAgent class, which implements a reinforcement learning agent for graph theory applications using the Deep Cross-Entropy method with PyTorch.

Class DeepCrossEntropyAgent This class encapsulates a reinforcement learning agent for graph theory applications using the PyTorch-based Deep Cross-Entropy method. The agent operates on a configurable environment given as a GraphEnvironment...