paper-with-me

Papers

Continuous-Time Fitted Value Iteration for Robust Policies

2021-10-05 · Michael Lutter, Boris Belousov, Shie Mannor, Dieter Fox, Animesh Garg, Jan Peters

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-Jacobi-Isaacs equation, is important as it yields the optimal policy that achieves the maximum reward on a give task. In the case of the Hamilton-Jacobi-Isaacs equation, which includes an adversary controlling the environment and minimizing the reward, the obtained policy is also robust to perturbations of the dynamics. In this paper we propose continuous fitted value iteration (cFVI) and robust fitted value iteration (rFVI). These algorithms leverage the non-linear control-affine dynamics and separable state and action reward of many continuous control problems to derive the optimal policy and optimal adversary in closed form. This analytic expression simplifies the differential equations and enables us to solve for the optimal value function using value iteration for continuous actions and states as well as the adversarial case. Notably, the resulting algorithms do not require discretization of states or actions. We apply the resulting algorithms to the Furuta pendulum and cartpole. We show that both algorithms obtain the optimal policy. The robustness Sim2Real experiments on the physical systems show that the policies successfully achieve the task in the real-world. When changing the masses of the pendulum, we observe 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:2110.01954

Code (1)

milutter/value_iteration pytorch

Tasks

continuous-controlContinuous ControlDeep Reinforcement Learning

Similar Papers 제목 키워드 기반

Fitted Q-iteration in continuous action-space MDPs

2007-12-01 · NeurIPS 2007 12 · András Antos, Csaba Szepesvári, Rémi Munos

We consider continuous state, continuous action batch reinforcement learning where the goal is to learn a good policy from a sufficiently rich trajectory generated by another policy. We study a variant of fitted Q-iterat…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Logically-Constrained Neural Fitted Q-Iteration

2018-09-20 · Mohammadhosein Hasanbeig, Alessandro Abate, Daniel Kroening

We propose a method for efficient training of Q-functions for continuous-state Markov Decision Processes (MDPs) such that the traces of the resulting policies satisfy a given Linear Temporal Logic (LTL) property. LTL, a …

Online Reinforcement Learning for Real-Time Exploration in Continuous State and Action Markov Decision Processes

2016-12-12 · Ludovic Hofer, Hugo Gimbert

This paper presents a new method to learn online policies in continuous state, continuous action, model-free Markov decision processes, with two properties that are crucial for practical applications. First, the policies…

regressionReinforcement LearningReinforcement Learning (RL)

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

Fitted Q-iteration by Advantage Weighted Regression

2008-12-01 · NeurIPS 2008 12 · Gerhard Neumann, Jan R. Peters

Recently, fitted Q-iteration (FQI) based methods have become more popular due to their increased sample efficiency, a more stable learning process and the higher quality of the resulting policy. However, these methods re…

regression