paper-with-me

Papers

Sample-efficient Real-time Planning with Curiosity Cross-Entropy Method and Contrastive Learning

2023-03-07 · Mostafa Kotb, Cornelius Weber, Stefan Wermter

Model-based reinforcement learning (MBRL) with real-time planning has shown great potential in locomotion and manipulation control tasks. However, the existing planning methods, such as the Cross-Entropy Method (CEM), do not scale well to complex high-dimensional environments. One of the key reasons for underperformance is the lack of exploration, as these planning methods only aim to maximize the cumulative extrinsic reward over the planning horizon. Furthermore, planning inside the compact latent space in the absence of observations makes it challenging to use curiosity-based intrinsic motivation. We propose Curiosity CEM (CCEM), an improved version of the CEM algorithm for encouraging exploration via curiosity. Our proposed method maximizes the sum of state-action Q values over the planning horizon, in which these Q values estimate the future extrinsic and intrinsic reward, hence encouraging reaching novel observations. In addition, our model uses contrastive representation learning to efficiently learn latent representations. Experiments on image-based continuous control tasks from the DeepMind Control suite show that CCEM is by a large margin more sample-efficient than previous MBRL algorithms and compares favorably with the best model-free RL methods.

📄 PDF Abstract BibTeX arXiv:2303.03787

Code (1)

2m-kotb/curiosity-cem 공식 구현 pytorch

Tasks

continuous-controlContinuous ControlContrastive LearningModel-based Reinforcement LearningRepresentation Learning

Similar Papers 제목 키워드 기반

An Adversarial Objective for Scalable Exploration

2020-03-13 · Bernadette Bucher, Karl Schmeckpeper, Nikolai Matni, Kostas Daniilidis

Model-based curiosity combines active learning approaches to optimal sampling with the information gain based incentives for exploration presented in the curiosity literature. Existing model-based curiosity methods look …

Active LearningPrediction

Flexible and Efficient Long-Range Planning Through Curious Exploration

2020-04-22 · ICML 2020 1 · Aidan Curtis, Minjian Xin, Dilip Arumugam, Kevin Feigelis 외

Identifying algorithms that flexibly and efficiently discover temporally-extended multi-phase plans is an essential step for the advancement of robotics and model-based reinforcement learning. The core problem of long-ra…

Deep Reinforcement LearningImitation LearningModel-based Reinforcement LearningMotion Planning+4

Hyp2Nav: Hyperbolic Planning and Curiosity for Crowd Navigation

2024-07-18 · Guido Maria D'Amely di Melendugno, Alessandro Flaborea, Pascal Mettes, Fabio Galasso

Autonomous robots are increasingly becoming a strong fixture in social environments. Effective crowd navigation requires not only safe yet fast planning, but should also enable interpretability and computational efficien…

Computational EfficiencyDecision MakingSocial Navigation

The Curious Case of Curiosity across Human Cultures and LLMs

2025-10-14 · Angana Borah, Zhijing Jin, Rada Mihalcea arxiv

Recent advances in Large Language Models (LLMs) have expanded their role in human interaction, yet curiosity -- a central driver of inquiry -- remains underexplored in these systems, particularly across cultural contexts…

Touch-based Curiosity for Sparse-Reward Tasks

2021-04-01 · Sai Rajeswar, Cyril Ibrahim, Nitin Surya, Florian Golemo 외

Robots in many real-world settings have access to force/torque sensors in their gripper and tactile sensing is often necessary in tasks that involve contact-rich motion. In this work, we leverage surprise from mismatches…