Package ai.djl.modality.rl
package ai.djl.modality.rl
Contains utility classes for reinforcement learning.
-
ClassDescriptionContains the available actions that can be taken in an
RlEnv.A simpleReplayBufferthat randomly selects across the whole buffer, but always removes the oldest items in the buffer once it is full.RecordsRlEnv.Steps so that they can be trained on.