Regularized PPO and adversarial RL variants (SC-PPO, ACC-RARL, ME-RARL) with early stopping extend reported transfer success in MuJoCo control tasks beyond RARL, but the gains depend on oracle selection of policy snapshots.
Clipped Action Policy Gradient
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Many continuous control tasks have bounded action spaces. When policy gradient methods are applied to such tasks, out-of-bound actions need to be clipped before execution, while policies are usually optimized as if the actions are not clipped. We propose a policy gradient estimator that exploits the knowledge of actions being clipped to reduce the variance in estimation. We prove that our estimator, named clipped action policy gradient (CAPG), is unbiased and achieves lower variance than the conventional estimator that ignores action bounds. Experimental results demonstrate that CAPG generally outperforms the conventional estimator, indicating that it is a better policy gradient estimator for continuous control tasks. The source code is available at https://github.com/pfnet-research/capg.
citation-role summary
citation-polarity summary
fields
cs.LG 1years
2019 1verdicts
CONDITIONAL 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
Generalization in Transfer Learning
Regularized PPO and adversarial RL variants (SC-PPO, ACC-RARL, ME-RARL) with early stopping extend reported transfer success in MuJoCo control tasks beyond RARL, but the gains depend on oracle selection of policy snapshots.