paper-with-me

Papers

Toward Causal-Aware RL: State-Wise Action-Refined Temporal Difference

2022-01-02 · Hao Sun, Taiyi Wang

Although it is well known that exploration plays a key role in Reinforcement Learning (RL), prevailing exploration strategies for continuous control tasks in RL are mainly based on naive isotropic Gaussian noise regardless of the causality relationship between action space and the task and consider all dimensions of actions equally important. In this work, we propose to conduct interventions on the primal action space to discover the causal relationship between the action space and the task reward. We propose the method of State-Wise Action Refined (SWAR), which addresses the issue of action space redundancy and promote causality discovery in RL. We formulate causality discovery in RL tasks as a state-dependent action space selection problem and propose two practical algorithms as solutions. The first approach, TD-SWAR, detects task-related actions during temporal difference learning, while the second approach, Dyn-SWAR, reveals important actions through dynamic model prediction. Empirically, both methods provide approaches to understand the decisions made by RL agents and improve learning efficiency in action-redundant tasks.

📄 PDF Abstract BibTeX arXiv:2201.00354

Code (1)

2groza/action-refined-temporal-difference 공식 구현 pytorch

Tasks

continuous-controlContinuous ControlReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

An Uncertainty-Aware Resilience Micro-Agent for Causal Observability in the Computing Continuum

2026-05-11 · Suvi De Silva, Alfreds Lapkovskis, Alaa Saleh, Sasu Tarkoma 외 arxiv

Grey failures in the computing continuum produce ambiguous overlapping symptoms that existing approaches fail to diagnose reliably, either due to a lack of causal awareness or acting under high epistemic uncertainty, ris…

Just-In-Time Piecewise-Linear Semantics for ReLU-type Networks

2025-10-20 · Hongyi Duan, Haoyang Liu, Jian'an Zhang, Fengrui Liu 외 arxiv

We present a JIT PL semantics for ReLU-type networks that compiles models into a guarded CPWL transducer with shared guards. The system adds hyperplanes only when operands are affine on the current cell, maintains global…

SkillSmith: Co-Evolving Skills and Tools for Self-Improving Agent Systems

2026-05-31 · Yangbo Wei, Zhen Huang, Shaoqiang Lu, Junhong Qian 외 arxiv

Recent self-evolving agents have shown that skills can be discovered, refined, and accumulated through execution. However, existing skill-evolution frameworks typically assume a fixed tool layer and evaluate each skill i…

GUI-CIDER: Mid-training GUI Agents via Causal Internalization and Density-aware Exemplar Reselection

2026-05-27 · Zheng Wu, Chengcheng Han, Zhengxi Lu, Tianjie Ju 외 arxiv

Despite the rapid progress of multimodal large language models in building Graphical User Interface (GUI) agents, their real-world task completion is fundamentally bottlenecked by a lack of world knowledge about GUI oper…

Reinforcement Learning

Quantifying Consistency and Information Loss for Causal Abstraction Learning

2023-05-07 · Fabio Massimo Zennaro, Paolo Turrini, Theodoros Damoulas

Structural causal models provide a formalism to express causal relations between variables of interest. Models and variables can represent a system at different levels of abstraction, whereby relations may be coarsened a…