paper-with-me

Papers

Robust Value Iteration for Continuous Control Tasks

2021-05-25 · Michael Lutter, Shie Mannor, Jan Peters, Dieter Fox, Animesh Garg

When transferring a control policy from simulation to a physical system, the policy needs to be robust to variations in the dynamics to perform well. Commonly, the optimal policy overfits to the approximate model and the corresponding state-distribution, often resulting in failure to trasnfer underlying distributional shifts. In this paper, we present Robust Fitted Value Iteration, which uses dynamic programming to compute the optimal value function on the compact state domain and incorporates adversarial perturbations of the system dynamics. The adversarial perturbations encourage a optimal policy that is robust to changes in the dynamics. Utilizing the continuous-time perspective of reinforcement learning, we derive the optimal perturbations for the states, actions, observations and model parameters in closed-form. Notably, the resulting algorithm does not require discretization of states or actions. Therefore, the optimal adversarial perturbations can be efficiently incorporated in the min-max value function update. We apply the resulting algorithm to the physical Furuta pendulum and cartpole. By changing the masses of the systems we evaluate the quantitative and qualitative performance across different model parameters. We show that robust value iteration is more robust compared to deep reinforcement learning algorithm and the non-robust version of the algorithm. Videos of the experiments are shown at https://sites.google.com/view/rfvi

📄 PDF Abstract BibTeX arXiv:2105.12189

Code (1)

milutter/value_iteration pytorch

Tasks

continuous-controlContinuous ControlDeep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Continuous Policy and Value Iteration for Stochastic Control Problems and Its Convergence

2025-06-09 · Qi Feng, Gu Wang

We introduce a continuous policy-value iteration algorithm where the approximations of the value function of a stochastic control problem and the optimal control are simultaneously updated through Langevin-type dynamics.…

Value Iteration in Continuous Actions, States and Time

2021-05-10 · Michael Lutter, Shie Mannor, Jan Peters, Dieter Fox 외

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…

Deep Reinforcement Learning

Continuous-Time Fitted Value Iteration for Robust Policies

2021-10-05 · Michael Lutter, Boris Belousov, Shie Mannor, Dieter Fox 외

Solving the Hamilton-Jacobi-Bellman equation is important in many domains including control, robotics and economics. Especially for continuous control, solving this differential equation and its extension the Hamilton-Ja…

continuous-controlContinuous ControlDeep Reinforcement Learning

Improving Value Estimation Critically Enhances Vanilla Policy Gradient

2025-05-25 · Tao Wang, Ruipeng Zhang, Sicun Gao

Modern policy gradient algorithms, such as TRPO and PPO, outperform vanilla policy gradient in many RL tasks. Questioning the common belief that enforcing approximate trust regions leads to steady policy improvement in p…

continuous-controlContinuous Control

Distributional Soft Actor-Critic: Off-Policy Reinforcement Learning for Addressing Value Estimation Errors

2020-01-09 · Jingliang Duan, Yang Guan, Shengbo Eben Li, Yangang Ren 외

In reinforcement learning (RL), function approximation errors are known to easily lead to the Q-value overestimations, thus greatly reducing policy performance. This paper presents a distributional soft actor-critic (DSA…

continuous-controlContinuous ControlMuJoCoreinforcement-learning+2