Actor Modules¶
Actor modules represent policies in RL. They map observations to actions, either deterministically or stochastically.
TensorDictModules and SafeModules¶
|
General class for deterministic actors in RL. |
|
A wrapper around a multi-action actor. |
|
|
|
A safe sequence of TensorDictModules. |
|
A Tanh module for deterministic policies with bounded action space. |
Probabilistic actors¶
|
General class for probabilistic actors in RL. |
|
|
|
|
Q-Value actors¶
|
A Q-Value actor class. |
|
A Distributional DQN actor class. |
|
Q-Value TensorDictModule for Q-value policies. |
|
Distributional Q-Value hook for Q-value policies. |