Interface | Description |
---|---|
Critic |
This interface provides the methods necessary for implementing the critic part of an actor-critic learning algorithm.
|
Class | Description |
---|---|
Actor |
This class provides interface necessary for the actor portion of an Actor-Critic learning algorithm.
|
ActorCritic |
This is a general class structure for implementing Actor-critic learning.
|
CritiqueResult |
The CritiqueResult class stores the relevant information regarding a critique of behavior.
|