rcognita.actors
This module contains actors, i.e., entities that directly calculate actions. Actors are inegrated into controllers (agents).
Remarks:
All vectors are treated as of type [n,]
All buffers are treated as of type [L, n] where each row is a vector
Buffers are updated from bottom to top
Classes
|
Class of actors. |
|
Actor using Critic As a Lyapunov Function (CALF) to constrain the optimization. |
|
ActorCLF is an actor class that aims to optimize the decay of a Control-Lyapunov function (CLF). |
|
Model-predictive control (MPC) actor. |
|
|
|
|
|
Running (objective) Plus Optimal (objective) actor. |
|
Rollout Q-learning (RQL) actor. |
|
Staked Q-learning (SQL) actor. |
|
Actor minimizing the sum of the running objective and the optimal (or estimate thereof) objective of the next step. |