Mitigating Suboptimality Of Deterministic Policy Gradients In Complex Q-functions
2024 Β· Ayush Jain, Norio Kosaka, Xinhu Li, et al.
Abstract
In reinforcement learning, off-policy actor-critic methods like DDPG and TD3 use deterministic policy gradients: the Q-function is learned from environment data, while the actor maximizes it via gradient ascent. We observe that in complex tasks such as dexterous manipulation and restricted locomotion with mobility constraints, the Q-function exhibits many local optima, making gradient ascent prone to getting stuck. To address this, we introduce SAVO, an actor architecture that (i) generates multiple action proposals and selects the one with the highest Q-value, and (ii) approximates the Q-function repeatedly by truncating poor local optima to guide gradient ascent more effectively. We evaluate tasks such as restricted locomotion, dexterous manipulation, and large discrete-action space recommender systems and show that our actor finds optimal actions more frequently and outperforms alternate actor architectures.
Authors
(none)
Tags
Stats
Related papers
- Approximating Gradients For Differentiable Quality Diversity In Reinforcement Learning (2022)0.00
- Compatible Gradient Approximations For Actor-critic Algorithms (2024)0.00
- Proximal Policy Optimization Algorithms (2017)0.00
- Q-prop: Sample-efficient Policy Gradient With An Off-policy Critic (2016)0.00
- Value Improved Actor Critic Algorithms (2024)0.00
- Actor-critic Policy Optimization In Partially Observable Multiagent Environments (2018)0.00
- Zeroth-order Deterministic Policy Gradient (2020)0.00
- Softmax Deep Double Deterministic Policy Gradients (2020)0.00