Package ai.djl.modality.rl.agent
package ai.djl.modality.rl.agent
Contains agents to learn using reinforcement learning.
It has the main interface RlAgent and various agents
implementing it.
-
ClassDescriptionThe
EpsilonGreedyis a simple exploration/excitation agent.AnRlAgentthat implements Q or Deep-Q Learning.