paper-with-me

홈 › Papers

GLIB: Efficient Exploration for Relational Model-Based Reinforcement Learning via Goal-Literal Babbling

2020-01-22 · Rohan Chitnis, Tom Silver, Joshua Tenenbaum, Leslie Pack Kaelbling, Tomas Lozano-Perez

We address the problem of efficient exploration for transition model learning in the relational model-based reinforcement learning setting without extrinsic goals or rewards. Inspired by human curiosity, we propose goal-literal babbling (GLIB), a simple and general method for exploration in such problems. GLIB samples relational conjunctive goals that can be understood as specific, targeted effects that the agent would like to achieve in the world, and plans to achieve these goals using the transition model being learned. We provide theoretical guarantees showing that exploration with GLIB will converge almost surely to the ground truth model. Experimentally, we find GLIB to strongly outperform existing methods in both prediction and planning on a range of tasks, encompassing standard PDDL and PPDDL planning benchmarks and a robotic manipulation task implemented in the PyBullet physics simulator. Video: https://youtu.be/F6lmrPT6TOY Code: https://git.io/JIsTB

📄 PDF Abstract BibTeX arXiv:2001.08299

Code (1)

ronuchit/GLIB-AAAI-2021

Tasks

Decision MakingEfficient ExplorationModel-based Reinforcement Learningreinforcement-learningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Guided Exploration for Efficient Relational Model Learning

2025-02-10 · Annie Feng, Nishanth Kumar, Tomas Lozano-Perez, Leslie Pack-Kaelbling

Efficient exploration is critical for learning relational models in large-scale environments with complex, long-horizon tasks. Random exploration methods often collect redundant or irrelevant data, limiting their ability…

Efficient Explorationmodel

RNAglib: A Python Package for RNA 2.5D Graphs

2021-09-09 · Vincent Mallet, Carlos Oliver, Jonathan Broadbent, William L. Hamilton 외

RNA 3D architectures are stabilized by sophisticated networks of (non-canonical) base pair interactions, which can be conveniently encoded as multi-relational graphs and efficiently exploited by graph theoretical approac…

BIG-bench Machine Learning

Meta-RL with Bayesian Linear Task Models

2025-12-24 · Jingyang You, Hanna Kurniawati arxiv

Deep Bayesian reinforcement learning adapts to unseen tasks by inferring latent transition and reward models, but existing methods typically rely on variational posteriors and evidence lower bounds, introducing approxima…

Reinforcement LearningBayesian Inference

Differentiable Rule Induction with Learned Relational Features

2022-01-17 · Remy Kusters, Yusik Kim, Marine Collery, Christian de Sainte Marie 외

Rule-based decision models are attractive due to their interpretability. However, existing rule induction methods often result in long and consequently less interpretable rule models. This problem can often be attributed…

Dual-Attention Heterogeneous GNN for Multi-robot Collaborative Area Search via Deep Reinforcement Learning

2026-01-07 · Lina Zhu, Jiyu Cheng, Yuehu Liu, Wei Zhang arxiv

In multi-robot collaborative area search, a key challenge is to dynamically balance the two objectives of exploring unknown areas and covering specific targets to be rescued. Existing methods are often constrained by hom…

Reinforcement LearningGraph Neural Network