Package jline.api.rl
Reinforcement Learning utilities for queueing control.
This package provides utilities for applying reinforcement learning techniques to queueing system control and optimization problems.
See: Description
-
Class Summary Class Description RlEnv RL environment for queueing network routing decisions. SampleEvent Container for a sampled event from the RL environment. RlEnvGeneral General RL environment for queueing network control decisions. GeneralSampleEvent Container for a sampled event from the general RL environment. RlTdAgent TD learning agent for queueing network routing decisions. HashmapResult Result of the HashMap-based TD control solve. ApproximationResult Result of value function approximation. RlTdAgentGeneral General TD learning agent for queueing network control.