Scalable Exploration for High-Dimensional Continuous Control via Value-Guided Flow
Yunyue Wei, Chenhui Zuo, Yanan Sui
TL;DR
Qflex introduces a value-guided, flow-based exploration mechanism for high-dimensional continuous control. It constructs a Q-guided velocity field $v_Q(\boldsymbol{a};\boldsymbol{s})=\boldsymbol{M}\nabla_{\boldsymbol{a}}Q^{\pi_{old}}(\boldsymbol{s},\boldsymbol{a})$ and transports actions from a learnable source distribution toward high-value regions via an ODE, forming a policy-improvement flow. Flow matching trains the velocity field to align with target transport and integrates seamlessly into an actor-critic loop, preserving full policy expressiveness without dimension reduction. Empirical results across diverse high-dimensional benchmarks and a 700-actuator full-body musculoskeletal model show that Qflex achieves superior sample efficiency and robust, scalable exploration, enabling agile movements like walking, running, and ballet.
Abstract
Controlling high-dimensional systems in biological and robotic applications is challenging due to expansive state-action spaces, where effective exploration is critical. Commonly used exploration strategies in reinforcement learning are largely undirected with sharp degradation as action dimensionality grows. Many existing methods resort to dimensionality reduction, which constrains policy expressiveness and forfeits system flexibility. We introduce Q-guided Flow Exploration (Qflex), a scalable reinforcement learning method that conducts exploration directly in the native high-dimensional action space. During training, Qflex traverses actions from a learnable source distribution along a probability flow induced by the learned value function, aligning exploration with task-relevant gradients rather than isotropic noise. Our proposed method substantially outperforms representative online reinforcement learning baselines across diverse high-dimensional continuous-control benchmarks. Qflex also successfully controls a full-body human musculoskeletal model to perform agile, complex movements, demonstrating superior scalability and sample efficiency in very high-dimensional settings. Our results indicate that value-guided flows offer a principled and practical route to exploration at scale.
