Package ai.djl.modality.rl.agent
Contains agents to learn using reinforcement learning.
It has the main interface RlAgent and various agents
implementing it.
-
Interface Summary Interface Description RlAgent -
Class Summary Class Description EpsilonGreedy TheEpsilonGreedyis a simple exploration/excitation agent.QAgent AnRlAgentthat implements Q or Deep-Q Learning.