paper-with-me

홈 › Papers

Discovered Policy Optimisation

2022-10-11 · Chris Lu, Jakub Grudzien Kuba, Alistair Letcher, Luke Metz, Christian Schroeder de Witt, Jakob Foerster

Tremendous progress has been made in reinforcement learning (RL) over the past decade. Most of these advancements came through the continual development of new algorithms, which were designed using a combination of mathematical derivations, intuitions, and experimentation. Such an approach of creating algorithms manually is limited by human understanding and ingenuity. In contrast, meta-learning provides a toolkit for automatic machine learning method optimisation, potentially addressing this flaw. However, black-box approaches which attempt to discover RL algorithms with minimal prior structure have thus far not outperformed existing hand-crafted algorithms. Mirror Learning, which includes RL algorithms, such as PPO, offers a potential middle-ground starting point: while every method in this framework comes with theoretical guarantees, components that differentiate them are subject to design. In this paper we explore the Mirror Learning space by meta-learning a "drift" function. We refer to the immediate result as Learnt Policy Optimisation (LPO). By analysing LPO we gain original insights into policy optimisation which we use to formulate a novel, closed-form RL algorithm, Discovered Policy Optimisation (DPO). Our experiments in Brax environments confirm state-of-the-art performance of LPO and DPO, as well as their transfer to unseen settings.

📄 PDF Abstract BibTeX arXiv:2210.05639

Code (1)

luchris429/purejaxrl jax

Tasks

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

Maximum Entropy On-Policy Actor-Critic via Entropy Advantage Estimation

2024-07-25 · Jean Seong Bjorn Choe, Jong-Kook Kim

Entropy Regularisation is a widely adopted technique that enhances policy optimisation performance and stability. A notable form of entropy regularisation is augmenting the objective with an entropy term, thereby simulta…

MuJoCo

Bayes-Adaptive Deep Model-Based Policy Optimisation

2020-10-29 · Tai Hoang, Ngo Anh Vien

We introduce a Bayesian (deep) model-based reinforcement learning method (RoMBRL) that can capture model uncertainty to achieve sample-efficient policy optimisation. We propose to formulate the model-based policy optimis…

modelModel-based Reinforcement Learning

Evolving Continuous Optimisers from Scratch

2021-03-22 · Michael A. Lones

This work uses genetic programming to explore the space of continuous optimisers, with the goal of discovering novel ways of doing optimisation. In order to keep the search space broad, the optimisers are evolved from sc…

Multi-Agent Constrained Policy Optimisation

2021-10-06 · Shangding Gu, Jakub Grudzien Kuba, Munning Wen, Ruiqing Chen 외

Developing reinforcement learning algorithms that satisfy safety constraints is becoming increasingly important in real-world applications. In multi-agent reinforcement learning (MARL) settings, policy optimisation with …

MuJoCoMulti-agent Reinforcement Learningreinforcement-learningReinforcement Learning+1

Training Saturation in Layerwise Quantum Approximate Optimisation

2021-06-25 · E. Campos, D. Rabinovich, V. Akshay, J. Biamonte

Quantum Approximate Optimisation (QAOA) is the most studied gate based variational quantum algorithm today. We train QAOA one layer at a time to maximize overlap with an $n$ qubit target state. Doing so we discovered tha…