Package ai.djl.modality.rl
Contains utility classes for reinforcement learning.
-
Interface Summary Interface Description ReplayBuffer RecordsRlEnv.Steps so that they can be trained on. -
Class Summary Class Description ActionSpace Contains the available actions that can be taken in anRlEnv.LruReplayBuffer A simpleReplayBufferthat randomly selects across the whole buffer, but always removes the oldest items in the buffer once it is full.