LGROSYMay 10, 2021

Value Iteration in Continuous Actions, States and Time

arXiv:2105.04682v140 citations
Originality Highly original
AI Analysis

This work addresses a bottleneck in reinforcement learning for continuous control problems, offering a more efficient and robust alternative to discretization-based methods.

The paper tackles the problem of applying value iteration to environments with continuous states and actions, which typically requires discretization leading to high computational complexity, by proposing continuous fitted value iteration (cFVI) that enables dynamic programming with a known dynamics model and achieves robust performance comparable to deep reinforcement learning in physical systems.

Classical value iteration approaches are not applicable to environments with continuous states and actions. For such environments, the states and actions are usually discretized, which leads to an exponential increase in computational complexity. In this paper, we propose continuous fitted value iteration (cFVI). This algorithm enables dynamic programming for continuous states and actions with a known dynamics model. Leveraging the continuous-time formulation, the optimal policy can be derived for non-linear control-affine dynamics. This closed-form solution enables the efficient extension of value iteration to continuous environments. We show in non-linear control experiments that the dynamic programming solution obtains the same quantitative performance as deep reinforcement learning methods in simulation but excels when transferred to the physical system. The policy obtained by cFVI is more robust to changes in the dynamics despite using only a deterministic model and without explicitly incorporating robustness in the optimization. Videos of the physical system are available at \url{https://sites.google.com/view/value-iteration}.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes