paper-with-me

Papers

Bounded Exploration with World Model Uncertainty in Soft Actor-Critic Reinforcement Learning Algorithm

2024-12-09 · Ting Qiao, Henry Williams, David Valencia, Bruce MacDonald

One of the bottlenecks preventing Deep Reinforcement Learning algorithms (DRL) from real-world applications is how to explore the environment and collect informative transitions efficiently. The present paper describes bounded exploration, a novel exploration method that integrates both 'soft' and intrinsic motivation exploration. Bounded exploration notably improved the Soft Actor-Critic algorithm's performance and its model-based extension's converging speed. It achieved the highest score in 6 out of 8 experiments. Bounded exploration presents an alternative method to introduce intrinsic motivations to exploration when the original reward function has strict meanings.

📄 PDF Abstract BibTeX arXiv:2412.06139

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement Learning

Similar Papers 제목 키워드 기반

Learning Soft Robotic Dynamics with Active Exploration

2025-10-31 · Hehui Zheng, Bhavya Sukhija, Chenhao Li, Klemens Iten 외 arxiv

Soft robots offer unmatched adaptability and safety in unstructured environments, yet their compliant, high-dimensional, and nonlinear dynamics make modeling for control notoriously difficult. Existing data-driven approa…

Reinforcement Learning

Langevin Soft Actor-Critic: Efficient Exploration through Uncertainty-Driven Critic Learning

2025-01-29 · Haque Ishfaq, Guangyuan Wang, Sami Nur Islam, Doina Precup

Existing actor-critic algorithms, which are popular for continuous control reinforcement learning (RL) tasks, suffer from poor sample efficiency due to lack of principled exploration mechanism within them. Motivated by t…

continuous-controlContinuous ControlEfficient ExplorationReinforcement Learning (RL)+1

Better Exploration with Optimistic Actor-Critic

2019-10-28 · Kamil Ciosek, Quan Vuong, Robert Loftin, Katja Hofmann

Actor-critic methods, a type of model-free Reinforcement Learning, have been successfully applied to challenging tasks in continuous control, often achieving state-of-the art performance. However, wide-scale adoption of …

continuous-controlContinuous ControlEfficient ExplorationReinforcement Learning

Better Exploration with Optimistic Actor Critic

2019-12-01 · NeurIPS 2019 12 · Kamil Ciosek, Quan Vuong, Robert Loftin, Katja Hofmann

Actor-critic methods, a type of model-free Reinforcement Learning, have been successfully applied to challenging tasks in continuous control, often achieving state-of-the art performance. However, wide-scale adoption of …

continuous-controlContinuous ControlEfficient ExplorationReinforcement Learning

Message passing-based inference in an autoregressive active inference agent

2025-09-29 · Wouter M. Kouw, Tim N. Nisslbeck, Wouter L. N. Nuijten arxiv

We present the design of an autoregressive active inference agent in the form of message passing on a factor graph. Expected free energy is derived and distributed across a planning graph. The proposed agent is validated…

Robot Navigation