yawning_titan.envs.specific.graph_explore#
Classes
A custom environment that follows the gym interface spec. |
- class yawning_titan.envs.specific.graph_explore.GraphExplore[source]#
A custom environment that follows the gym interface spec.
This environment emulates a network and enables an agent to select which node to visit, if it is not possible to move to the node the agent is denied the move.
Initialise environment.
- metadata = {'render.modes': ['human']}#
- NODES = 10#
- random_seed = 1010#
- GAME_MAX = 1000#
- visualisation = None#