paper-with-me

홈 › Papers

Parallel bootstrap-based on-policy deep reinforcement learning for continuous flow control applications

2023-04-24 · J. Viquerat, E. Hachem

The coupling of deep reinforcement learning to numerical flow control problems has recently received a considerable attention, leading to groundbreaking results and opening new perspectives for the domain. Due to the usually high computational cost of fluid dynamics solvers, the use of parallel environments during the learning process represents an essential ingredient to attain efficient control in a reasonable time. Yet, most of the deep reinforcement learning literature for flow control relies on on-policy algorithms, for which the massively parallel transition collection may break theoretical assumptions and lead to suboptimal control models. To overcome this issue, we propose a parallelism pattern relying on partial-trajectory buffers terminated by a return bootstrapping step, allowing a flexible use of parallel environments while preserving the on-policiness of the updates. This approach is illustrated on a CPU-intensive continuous flow control problem from the literature.

📄 PDF Abstract BibTeX arXiv:2304.12330

Code (0)

등록된 구현이 없습니다.

Tasks

CPUDeep Reinforcement Learningreinforcement-learningReinforcement Learning

Similar Papers 제목 키워드 기반

Sample-Efficient Model-Free Reinforcement Learning with Off-Policy Critics

2019-03-11 · Denis Steckelmacher, Hélène Plisnier, Diederik M. Roijers, Ann Nowé

Value-based reinforcement-learning algorithms provide state-of-the-art results in model-free discrete-action settings, and tend to outperform actor-critic algorithms. We argue that actor-critic algorithms are limited by …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Thompson Sampling

Interactive Parallel Exploration for Reinforcement Learning in Continuous Action Spaces

2018-09-27 · Whiyoung Jung, Giseung Park, Youngchul Sung

In this paper, a new interactive parallel learning scheme is proposed to enhance the performance of off-policy continuous-action reinforcement learning. In the proposed interactive parallel learning scheme, multiple ide…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Stabilizing Off-Policy Q-Learning via Bootstrapping Error Reduction

2019-06-03 · NeurIPS 2019 12 · Aviral Kumar, Justin Fu, George Tucker, Sergey Levine

Off-policy reinforcement learning aims to leverage experience collected from prior policies for sample-efficient learning. However, in practice, commonly used off-policy approximate dynamic programming methods based on Q…

continuous-controlContinuous ControlQ-LearningReinforcement Learning

Fast and Highly Expressive Policy Learning for Offline Reinforcement Learning via Bootstrapped Flow Q-Learning

2026-06-09 · Thanh Nguyen, Tri Ton, Hongbin Choe, Tung M. Luu 외 arxiv

Diffusion-based Q-learning has emerged as a powerful paradigm for offline reinforcement learning, but its reliance on multi-step denoising makes both training and inference computationally expensive and brittle. Recent e…

Reinforcement Learning

Bootstrapping the Expressivity with Model-based Planning

2019-09-25 · Kefan Dong, Yuping Luo, Tengyu Ma

We compare the model-free reinforcement learning with the model-based approaches through the lens of the expressive power of neural networks for policies, $Q$-functions, and dynamics. We show, theoretically and empirica…

modelMuJoCo