Most RL algorithms for continuous actions fall into two classes. PPO, MPO, etc... work for arbitrary policies but only use scalar value information. DDPG, SAC, TD3, etc… use gradients of the value but are limited to policies that can be represented by reparameterization.
6 likes 1 replies
?