No Plan but Everything Under Control: Robustly Solving Sequential Tasks with Dynamically Composed Gradient Descent
Vito Mengers, Oliver Brock
TL;DR
The paper tackles the challenge of solving long-horizon sequential tasks without explicit planning by proposing dynamically composed gradient descent, where world regularities are encoded as interdependent components whose connections adapt to the current state. The AICON framework uses active interconnections among recursive estimators to generate a rich set of gradients, from which the steepest path guides actions via the update $a_{t+1} = a_t - k abla g(a_t)$, enabling emergent subgoals and robust behavior. It demonstrates the approach on Blocks World, achieving near-optimal performance without future-state predictions, and on a real-world drawer-opening task with uncertainty and disturbances, outperforming planning baselines. The results suggest a computationally efficient alternative to planning that aligns with biological problem-solving strategies and supports interactive perception and error recovery in dynamic environments.
Abstract
We introduce a novel gradient-based approach for solving sequential tasks by dynamically adjusting the underlying myopic potential field in response to feedback and the world's regularities. This adjustment implicitly considers subgoals encoded in these regularities, enabling the solution of long sequential tasks, as demonstrated by solving the traditional planning domain of Blocks World - without any planning. Unlike conventional planning methods, our feedback-driven approach adapts to uncertain and dynamic environments, as demonstrated by one hundred real-world trials involving drawer manipulation. These experiments highlight the robustness of our method compared to planning and show how interactive perception and error recovery naturally emerge from gradient descent without explicitly implementing them. This offers a computationally efficient alternative to planning for a variety of sequential tasks, while aligning with observations on biological problem-solving strategies.
