oa::ActorCritic
environment-neutral discrete actor/critic contract. Custom policies only need to implement evaluate; PPO collection, loss construction and updates do not depend on the concrete network architecture.
Inheritance
public Module
Public Methods
Public Method Documentation
No public source comment is attached to this declaration.
Parameters
inObservationconst oa::Matrix &—
Returns
ActorCriticOutputThe declared return value.
No public source comment is attached to this declaration.
Parameters
inObservationconst oa::Matrix &—
Returns
oa::MatrixThe declared return value.