paper-with-me

Papers

Phasic Policy Gradient

2020-09-09 · Karl Cobbe, Jacob Hilton, Oleg Klimov, John Schulman

We introduce Phasic Policy Gradient (PPG), a reinforcement learning framework which modifies traditional on-policy actor-critic methods by separating policy and value function training into distinct phases. In prior methods, one must choose between using a shared network or separate networks to represent the policy and value function. Using separate networks avoids interference between objectives, while using a shared network allows useful features to be shared. PPG is able to achieve the best of both worlds by splitting optimization into two phases, one that advances training and one that distills features. PPG also enables the value function to be more aggressively optimized with a higher level of sample reuse. Compared to PPO, we find that PPG significantly improves sample efficiency on the challenging Procgen Benchmark.

📄 PDF Abstract BibTeX arXiv:2009.04416

Code (3)

openai/phasic-policy-gradient 공식 구현 pytorch
jjccero/pbrl/tree/master/pbrl/algorithms/ppg pytorch
opendilab/DI-engine/blob/main/ding/policy/ppg.py pytorch

Tasks

Reinforcement Learning (RL)

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 제목 키워드 기반

Aphasic Speech Recognition using a Mixture of Speech Intelligibility Experts

2020-08-25

Robust speech recognition is a key prerequisite for semantic feature extraction in automatic aphasic speech analysis. However, standard one-size-fits-all automatic speech recognition models perform poorly when applied to…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Mixture-of-ExpertsRobust Speech Recognition+2

Phasic dopamine release identification using ensemble of AlexNet

2020-06-03 · Luca Patarnello, Marco Celin, Loris Nanni

Dopamine (DA) is an organic chemical that influences several parts of behaviour and physical functions. Fast-scan cyclic voltammetry (FSCV) is a technique used for in vivo phasic dopamine release measurements. The analys…

Phasic Self-Imitative Reduction for Sparse-Reward Goal-Conditioned Reinforcement Learning

2022-06-24 · Yunfei Li, Tian Gao, Jiaqi Yang, Huazhe Xu 외

It has been a recent trend to leverage the power of supervised learning (SL) towards more effective reinforcement learning (RL) methods. We propose a novel phasic approach by alternating online RL and offline SL for tack…

reinforcement-learningReinforcement Learning (RL)

Speech Data Augmentation for Improving Phoneme Transcriptions of Aphasic Speech Using Wav2Vec 2.0 for the PSST Challenge

2022-06-01 · RaPID (LREC) 2022 6 · Birger Moell, Jim O’Regan, Shivam Mehta, Ambika Kirkland 외

As part of the PSST challenge, we explore how data augmentations, data sources, and model size affect phoneme transcription accuracy on speech produced by individuals with aphasia. We evaluate model performance in terms …

Automatic Phoneme RecognitionData AugmentationPhoneme RecognitionRoom Impulse Response (RIR)

Improving Assistive Robotics with Deep Reinforcement Learning

2022-09-05 · Yash Jakhotiya, Iman Haque

Assistive Robotics is a class of robotics concerned with aiding humans in daily care tasks that they may be inhibited from doing due to disabilities or age. While research has demonstrated that classical control methods …

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)