This package implements the Actor-Critic methods. More...
Namespaces | |
namespace | a2c |
namespace | a3c |
This package implements the Actor-Critic methods.
Currently following methods are implemented:
A2C
: Implemented in rlpack.actor_critic.a2c.A2C. More details can be found hereA3C
: Implemented in rlpack.actor_critic.a3c.A3C. More details can be found here