paper-with-me

Papers

Continuous Value Iteration (CVI) Reinforcement Learning and Imaginary Experience Replay (IER) for learning multi-goal, continuous action and state space controllers

2019-08-27 · Andreas Gerken, Michael Spranger

This paper presents a novel model-free Reinforcement Learning algorithm for learning behavior in continuous action, state, and goal spaces. The algorithm approximates optimal value functions using non-parametric estimators. It is able to efficiently learn to reach multiple arbitrary goals in deterministic and nondeterministic environments. To improve generalization in the goal space, we propose a novel sample augmentation technique. Using these methods, robots learn faster and overall better controllers. We benchmark the proposed algorithms using simulation and a real-world voltage controlled robot that learns to maneuver in a non-observable Cartesian task space.

📄 PDF Abstract BibTeX arXiv:1908.10255

Code (1)

mauriciogtec/cvi pytorch

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Learning to Reweight Imaginary Transitions for Model-Based Reinforcement Learning

2021-04-09 · Wenzhen Huang, Qiyue Yin, Junge Zhang, Kaiqi Huang

Model-based reinforcement learning (RL) is more sample efficient than model-free RL by using imaginary trajectories generated by the learned dynamics model. When the model is inaccurate or biased, imaginary trajectories …

Model-based Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Imaginary Hindsight Experience Replay: Curious Model-based Learning for Sparse Reward Tasks

2021-10-05 · Robert McCarthy, Qiang Wang, Stephen J. Redmond

Model-based reinforcement learning is a promising learning strategy for practical robotic applications due to its improved data-efficiency versus model-free counterparts. However, current state-of-the-art model-based met…

FetchPush-v1Model-based Reinforcement LearningOpenAI Gym

IPD: Boosting Sequential Policy with Imaginary Planning Distillation in Offline Reinforcement Learning

2026-03-04 · Yihao Qin, Yuanfei Wang, Hang Zhou, Peiran Liu 외 arxiv

Decision transformer based sequential policies have emerged as a powerful paradigm in offline reinforcement learning (RL), yet their efficacy remains constrained by the quality of static datasets and inherent architectur…

Reinforcement LearningOffline RL

S2VG: Soft Stochastic Value Gradient method

2019-09-25 · Xiaoyu Tan, Chao Qu, Junwu Xiong, James Zhang

Model-based reinforcement learning (MBRL) has shown its advantages in sample-efficiency over model-free reinforcement learning (MFRL). Despite the impressive results it achieves, it still faces a trade-off between the ea…

Model-based Reinforcement Learningreinforcement-learningReinforcement 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