paper-with-me

홈 › Papers

Lifetime policy reuse and the importance of task capacity

2021-06-03 · David M. Bossens, Adam J. Sobey

A long-standing challenge in artificial intelligence is lifelong reinforcement learning, where learners are given many tasks in sequence and must transfer knowledge between tasks while avoiding catastrophic forgetting. Policy reuse and other multi-policy reinforcement learning techniques can learn multiple tasks but may generate many policies. This paper presents two novel contributions, namely 1) Lifetime Policy Reuse, a model-agnostic policy reuse algorithm that avoids generating many policies by optimising a fixed number of near-optimal policies through a combination of policy optimisation and adaptive policy selection; and 2) the task capacity, a measure for the maximal number of tasks that a policy can accurately solve. Comparing two state-of-the-art base-learners, the results demonstrate the importance of Lifetime Policy Reuse and task capacity based pre-selection on an 18-task partially observable Pacman domain and a Cartpole domain of up to 125 tasks.

📄 PDF Abstract BibTeX arXiv:2106.01741

Code (1)

bossdm/LifelongRL 공식 구현

Tasks

reinforcement-learningReinforcement Learning

Methods 이 논문이 사용한 방법론

Entropy Regularization 설명 없음
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…

Similar Papers 제목 키워드 기반

On the Reuse Bias in Off-Policy Reinforcement Learning

2022-09-15 · Chengyang Ying, Zhongkai Hao, Xinning Zhou, Hang Su 외

Importance sampling (IS) is a popular technique in off-policy evaluation, which re-weights the return of trajectories in the replay buffer to boost sample efficiency. However, training with IS can be unstable and previou…

continuous-controlContinuous ControlMuJoCoOff-policy evaluation+3

Predicting Battery Lifetime Under Varying Usage Conditions from Early Aging Data

2023-07-17 · Tingkai Li, ZiHao Zhou, Adam Thelen, David Howey 외

Accurate battery lifetime prediction is important for preventative maintenance, warranties, and improved cell design and manufacturing. However, manufacturing variability and usage-dependent degradation make life predict…

Feature Engineering

Importance mixing: Improving sample reuse in evolutionary policy search methods

2018-08-17 · Aloïs Pourchot, Nicolas Perrin, Olivier Sigaud

Deep neuroevolution, that is evolutionary policy search methods based on deep neural networks, have recently emerged as a competitor to deep reinforcement learning algorithms due to their better parallelization capabilit…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

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 sampl…

Decision Making

Organismal Agency and Rapid Adaptation: The Phenopoiesis Algorithm for Phenotype-First Evolution

2026-02-01 · Nam H. Le arxiv

Evolutionary success depends on the capacity to adapt: organisms must respond to environmental challenges through both genetic innovation and lifetime learning. The gene-centric paradigm attributes evolutionary causality…