paper-with-me

홈 › Papers

Meta-learning curiosity algorithms

2020-03-11 · ICLR 2020 1 · Ferran Alet, Martin F. Schneider, Tomas Lozano-Perez, Leslie Pack Kaelbling

We hypothesize that curiosity is a mechanism found by evolution that encourages meaningful exploration early in an agent's life in order to expose it to experiences that enable it to obtain high rewards over the course of its lifetime. We formulate the problem of generating curious behavior as one of meta-learning: an outer loop will search over a space of curiosity mechanisms that dynamically adapt the agent's reward signal, and an inner loop will perform standard reinforcement learning using the adapted reward signal. However, current meta-RL methods based on transferring neural network weights have only generalized between very similar tasks. To broaden the generalization, we instead propose to meta-learn algorithms: pieces of code similar to those designed by humans in ML papers. Our rich language of programs combines neural networks with other building blocks such as buffers, nearest-neighbor modules and custom loss functions. We demonstrate the effectiveness of the approach empirically, finding two novel curiosity algorithms that perform on par or better than human-designed published curiosity algorithms in domains as disparate as grid navigation with image inputs, acrobot, lunar lander, ant and hopper.

📄 PDF Abstract BibTeX arXiv:2003.05325

Code (1)

mfranzs/meta-learning-curiosity-algorithms 공식 구현 tf

Tasks

AcrobotMeta-LearningReinforcement Learning

Similar Papers 제목 키워드 기반

A Brief Survey of Associations Between Meta-Learning and General AI

2021-01-12 · Huimin Peng

This paper briefly reviews the history of meta-learning and describes its contribution to general AI. Meta-learning improves model generalization capacity and devises general algorithms applicable to both in-distribution…

Meta-Learning

A Novel Multimodal Approach for Studying the Dynamics of Curiosity in Small Group Learning

2022-04-01 · Tanmay Sinha, Zhen Bai, Justine Cassell

Curiosity is a vital metacognitive skill in educational contexts, leading to creativity, and a love of learning. And while many school systems increasingly undercut curiosity by teaching to the test, teachers are increas…

Lifelong learning

Using Curiosity for an Even Representation of Tasks in Continual Offline Reinforcement Learning

2023-12-05 · Pankayaraj Pathmanathan, Natalia Díaz-Rodríguez, Javier Del Ser

In this work, we investigate the means of using curiosity on replay buffers to improve offline multi-task continual reinforcement learning when tasks, which are defined by the non-stationarity in the environment, are non…

Boundary Detectionreinforcement-learningReinforcement Learning

Curiosity-Driven Reinforcement Learning based Low-Level Flight Control

2023-07-28 · Amir Ramezani Dooraki, Alexandros Iosifidis

Curiosity is one of the main motives in many of the natural creatures with measurable levels of intelligence for exploration and, as a result, more efficient learning. It makes it possible for humans and many animals to …

reinforcement-learningReinforcement Learning

Episodic Curiosity through Reachability

2018-10-04 · ICLR 2019 5 · Nikolay Savinov, Anton Raichuk, Raphaël Marinier, Damien Vincent 외

Rewards are sparse in the real world and most of today's reinforcement learning algorithms struggle with such sparsity. One solution to this problem is to allow the agent to create rewards for itself - thus making reward…

MuJoCoReinforcement Learning