Package jline.api.rl
See: Description
-
Class Summary Class Description RlEnv Reinforcement Learning Environment for Queueing Networks Provides an interface for RL agents to interact with queueing network models SampleResult Data class to hold sample results RlEnvGeneral General Reinforcement Learning Environment for Queueing Networks Provides a more general interface for RL agents with configurable action spaces RlTDAgent Temporal Difference Learning Agent for Queueing Network Control Implements TD learning with tabular value and Q functions RlTDAgentGeneral General Temporal Difference Learning Agent for Queueing Network Control Supports multiple value function approximation methods: Tabular
HashMap-based
Linear function approximation
Quadratic function approximation