paper-with-me

Papers

Variance Reduction based Partial Trajectory Reuse to Accelerate Policy Gradient Optimization

2022-05-06 · Hua Zheng, Wei Xie

Built on our previous study on green simulation assisted policy gradient (GS-PG) focusing on trajectory-based reuse, in this paper, we consider infinite-horizon Markov Decision Processes and create a new importance sampling based policy gradient optimization approach to support dynamic decision making. The existing GS-PG method was designed to learn from complete episodes or process trajectories, which limits its applicability to low-data situations and flexible online process control. To overcome this limitation, the proposed approach can selectively reuse the most related partial trajectories, i.e., the reuse unit is based on per-step or per-decision historical observations. In specific, we create a mixture likelihood ratio (MLR) based policy gradient optimization that can leverage the information from historical state-action transitions generated under different behavioral policies. The proposed variance reduction experience replay (VRER) approach can intelligently select and reuse most relevant transition observations, improve the policy gradient estimation, and accelerate the learning of optimal policy. Our empirical study demonstrates that it can improve optimization convergence and enhance the performance of state-of-the-art policy optimization approaches such as actor-critic method and proximal policy optimizations.

📄 PDF Abstract BibTeX arXiv:2205.02976

Code (1)

zhenghuazx/vrer_policy_optimization 공식 구현 tf

Tasks

Decision Making

Methods 이 논문이 사용한 방법론

Experience Replay Experience Replay is a replay memory technique used in reinforcement learning where we store the agent’s experiences at each time-step, $e\_{t} = \left(s\_{t}, a\_{t}, r\_{t},…

Similar Papers 제목 키워드 기반

Variance Reduction based Experience Replay for Policy Optimization

2022-08-25 · Hua Zheng, Wei Xie, M. Ben Feng

For reinforcement learning on complex stochastic systems where many factors dynamically impact the output trajectories, it is desirable to effectively leverage the information from historical samples collected in previou…

Reinforcement Learning (RL)

Variance Reduction Based Experience Replay for Policy Optimization

2026-02-05 · Hua Zheng, Wei Xie, M. Ben Feng, Keilung Choy arxiv

Effective reinforcement learning (RL) for complex stochastic systems requires leveraging historical data to improve sample efficiency and accelerate policy optimization. However, classical experience replay treats all pa…

Reinforcement Learning

Variance Reduction based Experience Replay for Policy Optimization

2021-10-17 · Hua Zheng, Wei Xie, M. Ben Feng

For reinforcement learning on complex stochastic systems, it is desirable to effectively leverage the information from historical samples collected in previous iterations to accelerate policy optimization. Classical expe…

Efficient Backpropagation with Variance-Controlled Adaptive Sampling

2024-02-27 · Ziteng Wang, Jianfei Chen, Jun Zhu

Sampling-based algorithms, which eliminate ''unimportant'' computations during forward and/or back propagation (BP), offer potential solutions to accelerate neural network training. However, since sampling introduces app…

Learning GFlowNets from partial episodes for improved convergence and stability

2022-09-26 · Kanika Madan, Jarrid Rector-Brooks, Maksym Korablyov, Emmanuel Bengio 외

Generative flow networks (GFlowNets) are a family of algorithms for training a sequential sampler of discrete objects under an unnormalized target density and have been successfully used for various probabilistic modelin…