PulseAugur
EN
LIVE 21:33:22

New research explores reinforcement learning advancements across multiple domains · 10 sources tracked

Multiple research papers published on arXiv explore advancements in reinforcement learning (RL) and its applications. One study focuses on improving the interpretability of RL policies through decision-tree pruning, demonstrating effectiveness on control benchmarks. Another paper introduces a game-theoretic inverse reinforcement learning approach for predicting human driving behavior, showing improved accuracy over existing methods. Additionally, research investigates explainable AI (XAI) support in human-agent collaboration, the synergy between RL components for sample-efficient control, and network modernization for multi-objective RL. Other papers delve into trajectory-relative hindsight distillation, credit-conserving action-to-token allocation, and RL in simulated clinical environments for medical training. AI

IMPACT Advances in reinforcement learning techniques could lead to more efficient and interpretable AI systems across various domains, from autonomous driving to clinical decision-making.

RANK_REASON Multiple arXiv papers on reinforcement learning techniques and applications.

Read on Hugging Face Daily Papers →

AI-generated summary · Google Gemini · from 337 sources. How we write summaries →

New research explores reinforcement learning advancements across multiple domains · 10 sources tracked

How we ranked this

Signal score
0 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Research
Multiple arXiv papers on reinforcement learning techniques and applications.
Source corroboration
337 independent sources
Strong cross-source corroboration — multiple independent publishers covered this within the clustering window.
Topics
paper, model release
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
49 days old
Aged out of breaking-news scoring windows; ranking reflects the durable signal from the full source set.
Coverage growth since scoring
+140 source(s) since last score
New sources have picked up this story since our last re-score. Score will update on the next scoring pass.

Full methodology in our editorial standards.

COVERAGE [337]

  1. arXiv cs.AI TIER_1 English(EN) · Shubham Gandhi, Saurabh Goyal, Kiran Kate, Yara Rizk ·

    DRACO: Fine-Grained Credit Assignment with Dynamic Rubrics for Long-Horizon Agent Training

    arXiv:2609.04094v1 Announce Type: new Abstract: Reinforcement Learning from Verifiable Rewards works well when a task has a programmatic checker, but most long-horizon agent domains have none. We work in the outcome-blind setting, where ground-truth success signals are not availa…

  2. Hugging Face Daily Papers TIER_1 English(EN) ·

    DRACO: Fine-Grained Credit Assignment with Dynamic Rubrics for Long-Horizon Agent Training

    Reinforcement Learning from Verifiable Rewards works well when a task has a programmatic checker, but most long-horizon agent domains have none. We work in the outcome-blind setting, where ground-truth success signals are not available. Multi-criteria rubrics are a popular way to…

  3. arXiv cs.AI TIER_1 English(EN) · Chenyu Zhou, Qiliang Jiang, Shuning Wu, Xu Zhou ·

    Coverage, Not Targeting: A Structural Regime in Multi-Turn Agent Credit Assignment

    arXiv:2609.02417v1 Announce Type: cross Abstract: Multi-turn agentic RL increasingly treats credit assignment as a targeting problem: given a terminal verifiable reward, per-turn methods localize credit onto the turns that mattered. We identify the structural quantity that predic…

  4. arXiv cs.AI TIER_1 English(EN) · Yongshi Ye, Tian Lan, Feihu Jiang, Muyang Ye, Bin Zhu, Qianghuai Jia, Longyue Wang, Zhao Xu, Weihua Luo, Xiaodong Shi ·

    CHIME: Credit-Aware Hierarchical Memory Evolution for Long-Horizon Agentic Planning

    arXiv:2609.02074v1 Announce Type: new Abstract: Planning is a central capability that enables agents to decompose complex long-horizon tasks into manageable steps. Test-time search and training-based methods improve planning but incur high inference costs or require expensive tra…

  5. Hugging Face Daily Papers TIER_1 English(EN) ·

    DRACO: Fine-Grained Credit Assignment with Dynamic Rubrics for Long-Horizon Agent Training

    DRACO dynamically generates rubrics and redistributes trajectory-level scores into per-step advantages for reinforcement learning without verifiers, improving long-horizon agent performance.

  6. arXiv cs.AI TIER_1 English(EN) · Rui Jin, Jikai Chen, Yihan Chen, Hao Zhou, Demin Zhu, Kaichen Yang, Dong Wang, Linjian Mo, Chenyi Zhuang ·

    Rubric-to-Code Credit Assignment for Reinforcement Learning

    arXiv:2608.27906v2 Announce Type: replace Abstract: Interactive web application generation requires models to produce usable HTML, CSS, and JavaScript applications from natural language requests. Unlike conventional code generation, application quality depends on multiple user-fa…

  7. arXiv cs.LG TIER_1 English(EN) · Pengcheng Li, Zhengyang Zhang, Dongxu Zhang, Sui Huang, Shaohua Ma ·

    VICT: Verifier-Instrumented Credit Tracing for Long-Horizon LLM Agent Reinforcement Learning

    arXiv:2608.28128v1 Announce Type: new Abstract: Fine-grained credit assignment is a central challenge in reinforcement learning for long horizon LLM agents. Standard objectives often train from programmatically verifiable terminal rewards by broadcasting each sparse outcome to ev…

  8. arXiv cs.AI TIER_1 English(EN) · Steven Morad, Chris Lu, Ryan Kortvelesy, Stephan Liwicki, Jakob Foerster, Amanda Prorok ·

    Recurrent Reinforcement Learning with Memoroids

    arXiv:2402.09900v4 Announce Type: replace-cross Abstract: Memory models such as Recurrent Neural Networks (RNNs) and Transformers address Partially Observable Markov Decision Processes (POMDPs) by mapping trajectories to latent Markov states. Neither model scales particularly wel…

  9. arXiv cs.AI TIER_1 English(EN) · Chenyang Cao, Miguel Rogel-Garc\'ia, Mohamed Nabail, Xueqian Wang, Nicholas Rhinehart ·

    Residual Reward Models: Leveraging Prior Knowledge for Efficient Preference-based Reinforcement Learning in Robotics

    arXiv:2507.00611v2 Announce Type: replace-cross Abstract: Preference-based Reinforcement Learning (PbRL) provides a promising alternative to heuristic reward design in complex robotic environments. However, PbRL often suffers from poor sample efficiency, requiring extensive and c…

  10. arXiv cs.AI TIER_1 English(EN) · Marko Cvjetko, Benedikt Hartl, Michael Levin, Cl\'ement Moulin-Frier, Pierre-Yves Oudeyer ·

    The Artificial Experimentalist: Discovery and Control of Self-Organizing Phenomena with Autotelic Reinforcement Learning

    arXiv:2608.26116v1 Announce Type: new Abstract: Existing methods for exploring cellular automata and other complex systems mostly operate in open loop: they set initial conditions, execute a full simulation, and observe the outcome, without intervening during execution. We introd…

  11. arXiv cs.LG TIER_1 English(EN) · Yihang Yao, Bo Pang, Xuan Phi Nguyen, Ding Zhao, Shafiq Joty, Semih Yavuz ·

    Learning Generalizable Behaviors for Terminal Agents

    arXiv:2608.22631v2 Announce Type: replace Abstract: Terminal agents are a compelling application of large language models (LLMs), with the potential to integrate deeply into users' daily workflows. Reinforcement learning (RL) is a key technique for improving their capabilities, m…

  12. arXiv cs.LG TIER_1 English(EN) · Guhyeon Kang, Jaehwi Lee, Minhae Kwon ·

    Simple Actors and Deep Critics for Scalable Reinforcement Learning

    arXiv:2608.26659v1 Announce Type: new Abstract: Recent progress in offline reinforcement learning (RL) has been driven by expressive generative actors such as diffusion and flow-matching policies, which capture multimodal behavior in offline datasets. However, these actors requir…

  13. arXiv cs.LG TIER_1 English(EN) · Guopeng Li, Yiyang Duan, Yiru Jiao, Chengcheng Xu ·

    Arrive and Survive: Scaling Safe Goal-Conditioned Policy Learning from One-Bit Failure Signals

    arXiv:2608.26571v1 Announce Type: new Abstract: Contrastive reinforcement learning (CRL) scales effectively in goal-conditioned tasks by casting policy learning into a self-supervised contrastive objective. However, in a failure-terminated Markov decision process, established CRL…

  14. arXiv cs.LG TIER_1 English(EN) · Zhenya Liu, Yang Meng, Zhuokai Zhao, Xuefeng Liu, Yuxin Chen ·

    Shared Actors Need Not Share Critics: Effects of Value Mismatch in Parallel Reinforcement Learning

    arXiv:2608.26481v1 Announce Type: new Abstract: When a single policy is trained in parallel across multiple environments of the same task, such as procedurally generated levels, randomized dynamics, or curricula, implementations commonly use one critic across all sampled environm…

  15. arXiv cs.LG TIER_1 English(EN) · Zhenya Liu, Yuxin Chen ·

    Active Curriculum Refinement for Reinforcement Learning

    arXiv:2608.26469v1 Announce Type: new Abstract: In many reinforcement learning (RL) domains, environments are connected by prerequisite relations, such as difficulty-increasing edits or parameter increments, which induce a directed acyclic curriculum graph (DAG). Although this st…

  16. arXiv cs.CL TIER_1 English(EN) · Zhuochun Li, Yuelyu Ji, Yiming Zeng, Daqing He ·

    SPEAR: Distilling Domain-Adaptive Reasoning Skeletons via Sequential Symbolic Alignment in Reinforcement Learning

    arXiv:2608.26550v1 Announce Type: new Abstract: Reinforcement learning-based knowledge distillation has the potential to transfer complex reasoning from teacher to student models, yet it currently faces a critical dilemma: researchers must choose between sparse outcome-based rewa…

  17. Hugging Face Daily Papers TIER_1 English(EN) ·

    Rubric-to-Code Credit Assignment for Reinforcement Learning

    RCCA improves reinforcement learning for interactive web app generation by assigning localized credit to code regions based on rubric-level feedback, yielding substantial benchmark gains.

  18. arXiv cs.CL TIER_1 English(EN) · Ruotong Liao, Nikolai R\"ohrich, Xiaohan Wang, Yuhui Zhang, Yasaman Samadzadeh, Volker Tresp, Serena Yeung-Levy ·

    Tool Verification for Test-Time Reinforcement Learning

    arXiv:2603.02203v2 Announce Type: replace-cross Abstract: Test-time reinforcement learning (TTRL) has emerged as a promising paradigm for Recursive Self-Improving AI (RSI) by adapting Large Reasoning Models (LRMs) on unlabeled test inputs, using self-consensus rewards derived fro…

  19. arXiv cs.LG TIER_1 English(EN) · Haocheng Sun (Beijing University of Posts,Telecommunications), Mulai Tan (Air Force Engineering University) ·

    BVR Sim: An Open and High-Throughput Environment for Heterogeneous Air-Combat Reinforcement Learning

    arXiv:2608.25419v1 Announce Type: cross Abstract: Beyond-visual-range (BVR) air combat is a challenging reinforcement-learning domain characterized by partial observability, long-horizon decision making, energy management, and limited weapons. We present BVR Sim, an open-source G…

  20. arXiv cs.CL TIER_1 English(EN) · Donovan Clay, Saket Gollapudi, Sankar Harilal, Min Jang, Jacob Morrison, Sewoong Oh, Natasha Jaques ·

    Demystifying Reinforcement Learning Post-Training of Language Models

    arXiv:2608.24949v1 Announce Type: cross Abstract: Reinforcement learning (RL) post-training has emerged as a powerful framework for enhancing the capabilities of large language models (LLMs), enabling impressive reasoning, math, and coding capabilities. Yet for many researchers a…

  21. arXiv cs.LG TIER_1 English(EN) · Hyunji Nam, Yanming Wan, Mickel Liu, Peter Ahnn, Jianxun Lian, Natasha Jaques ·

    Learning to summarize user information for personalized reinforcement learning from human feedback

    arXiv:2507.13579v4 Announce Type: replace Abstract: As everyday use cases of large language model (LLM) AI assistants have expanded, it is becoming increasingly important to personalize responses to align to different users' preferences and goals. While reinforcement learning fro…

  22. arXiv cs.LG TIER_1 English(EN) · Paul Rosu, Rowan Wang ·

    Training Alignment Auditors via Reinforcement Learning

    arXiv:2608.25460v1 Announce Type: cross Abstract: Alignment auditing of frontier models increasingly relies on LLM auditors to surface undesirable behaviors at scale, but current automated auditors can struggle with coherent investigation and audit realism. In this work, we impro…

  23. Hugging Face Daily Papers TIER_1 English(EN) ·

    GRAS: Guided Reduced-Variance Proposals and Adaptive Selection for Training-Free Reward Alignment in Discrete Diffusion

    Discrete diffusion models have become a strong, widely adopted class of generators for sequence data, and steering them toward a downstream reward at inference time, without any retraining, is increasingly important. Such training-free steering is done by gradient guidance, by se…

  24. arXiv cs.MA (Multiagent) TIER_1 English(EN) · Mulai Tan ·

    BVR Sim: An Open and High-Throughput Environment for Heterogeneous Air-Combat Reinforcement Learning

    Beyond-visual-range (BVR) air combat is a challenging reinforcement-learning domain characterized by partial observability, long-horizon decision making, energy management, and limited weapons. We present BVR Sim, an open-source Gymnasium-style environment designed for heterogene…

  25. arXiv cs.AI TIER_1 English(EN) · Tiberiu-Andrei Georgescu, Alexander W. Goodall, Dalal Alrajeh, Francesco Belardinelli, Sebastian Uchitel ·

    Adaptive GR(1) Specification Repair for Liveness-Preserving Shielding in Reinforcement Learning

    arXiv:2511.02605v3 Announce Type: replace Abstract: Shielding is widely used to enforce safety in reinforcement learning (RL), ensuring that an agent's actions remain compliant with formal specifications. Classical shielding approaches, however, are often static, in the sense tha…

  26. arXiv cs.LG TIER_1 English(EN) · Haoyuan Deng, Yudong Lin, Yuanjiang Xue, Haoyang Du, Qianzhun Wang, Boyang Zhou, Zhenyu Wu, Ziwei Wang ·

    E2HiL: Entropy-Guided Sample Selection for Efficient Real-World Human-in-the-Loop Reinforcement Learning

    arXiv:2601.19969v2 Announce Type: replace-cross Abstract: Human-in-the-loop guidance has emerged as an effective approach for accelerating online reinforcement learning (RL) in real-world manipulation. However, existing human-in-the-loop RL (HiL-RL) frameworks often suffer from l…

  27. arXiv cs.LG TIER_1 English(EN) · Philip Jordan, Maryam Kamgarpour ·

    Model-Based Learning of Near-Optimal Finite-Window Policies in POMDPs

    arXiv:2604.01024v2 Announce Type: replace Abstract: We study model-based learning of finite-window policies in tabular partially observable Markov decision processes (POMDPs). A common approach to learning under partial observability is to approximate unbounded history dependenci…

  28. arXiv cs.LG TIER_1 English(EN) · Lecheng Kong, Xiyuan Wang, Yixin Chen, Muhan Zhang ·

    Round-trip Reinforcement Learning: Self-Consistent Training for Better Chemical LLMs

    arXiv:2510.01527v2 Announce Type: replace Abstract: Large Language Models (LLMs) are emerging as versatile foundation models for computational chemistry, handling bidirectional tasks like reaction prediction and retrosynthesis. However, these models often lack round-trip consiste…

  29. arXiv cs.LG TIER_1 English(EN) · Xiewei Ni, Ruofeng Mei, Xiangyu Xu ·

    CoDrift: Compositional Drifting for Offline Reinforcement Learning

    arXiv:2608.23939v1 Announce Type: new Abstract: Offline reinforcement learning is intrinsically multi-objective: a policy must remain compatible with the behavioral support of a fixed dataset while preferentially selecting high-value actions. We recast these objectives in a commo…

  30. arXiv cs.AI TIER_1 English(EN) · Mani Hamidi, Terrence W. Deacon ·

    Illuminating the Three Dogmas of Reinforcement Learning under Evolutionary Light

    arXiv:2507.11482v5 Announce Type: replace Abstract: Artificial learning systems are graduating from passive learners to increasingly autonomous agents, lending pragmatic urgency to the question of what constitutes agency. Reinforcement learning (RL) offers arguably the most expli…

  31. Hugging Face Daily Papers TIER_1 English(EN) ·

    Bellman Calibration for Marginalized Importance Weighting in Offline Reinforcement Learning

    Marginalized importance weighting evaluates a target policy by reweighting offline state-action samples with its discounted occupancy ratio, characterized by an adjoint Bellman equation. Existing minimax, primal-dual, and fitted fixed-point estimators can leave residual occupancy…

  32. Hugging Face Daily Papers TIER_1 Dansk(DA) ·

    SkillForge: Evolving Verifiable Skills for Reinforcement Learning Agents

    Large language model (LLM) agents are trained with reinforcement learning (RL) for complex decision-making tasks. However, most RL-trained agents remain episodic and cannot accumulate reusable knowledge across episodes. Recent skill-based approaches, such as SkillRL, attempt to a…

  33. arXiv cs.LG TIER_1 English(EN) · Xuyao Lin, Yixiang Shan, Jinru Duan, Tao Yang, Xinyu Zhao, Runyu Lei, Yiming Zhao, Jiaxin Fan, Zongbao Feng, Peng Jia ·

    Decoupling Policy Extraction for Offline Reinforcement Learning

    arXiv:2608.20909v1 Announce Type: new Abstract: Offline RL methods commonly jointly train the actor and critic, where the critic is used to guide the actor toward higher-value actions. This coupled learning process is well motivated in online RL, where an improved actor collects …

  34. arXiv cs.LG TIER_1 English(EN) · Lars van der Laan, Aur\'elien Bibaut, Nathan Kallus ·

    Efficient Inference for Inverse Reinforcement Learning and Dynamic Discrete Choice Models

    arXiv:2512.24407v2 Announce Type: replace Abstract: In many sequential decision-making problems, researchers observe actions but not the rewards that drive behavior, yet still wish to evaluate and compare counterfactual policies. Inverse reinforcement learning (IRL) and dynamic d…

  35. arXiv cs.LG TIER_1 English(EN) · Varun Giridhar, Anant Khandelwal, Jeremy A. Collins, Ignat Georgiev, Animesh Garg ·

    Beyond Imitation: Self-Improving Robot Policies via Off-Policy Q-Planning

    arXiv:2608.21204v1 Announce Type: cross Abstract: Behaviour Cloning (BC) has driven remarkable progress in robot manipulation, yet it is fundamentally limited by its inability to self-improve: a policy that fails cannot learn from that failure without additional human demonstrati…

  36. arXiv cs.AI TIER_1 English(EN) · Tanachai Anakewat, Takayuki Osa, Tatsuya Harada ·

    Learning Hierarchical Skill Policies with Offline Quality-Diversity Reinforcement Learning

    arXiv:2608.19684v1 Announce Type: new Abstract: Recent studies investigate how to leverage pre-collected datasets to improve the policy performance and sample efficiency of RL. One promising approach to achieve this goal is to employ a two-stage strategy: In the first stage, dive…

  37. arXiv cs.AI TIER_1 English(EN) · Astrid Horn Brorholt (Aalborg University, Aalborg, Denmark), Maris F. L. Galesloot (Radboud University, Nijmegen, Netherlands), Nils Jansen (Radboud University, Nijmegen, Netherlands), Kim Guldstrand Larsen (Aalborg University, Aalborg, Denmark), Christi… ·

    Adaptive Probabilistic Shielding by Learning MDPs for Safe Reinforcement Learning

    arXiv:2608.19836v1 Announce Type: cross Abstract: Probabilistic shielding is a technique for safe reinforcement learning (RL). Typically, a static observer -- called the shield -- constrains the learning agent's actions to those for which acting safely remains feasible. Tradition…

  38. arXiv cs.AI TIER_1 English(EN) · Dayang Liang, Lang Feng, Bo An, Yunlong Liu ·

    SAPO: Single-Rollout Autoregressive Policy Optimization for Agentic Reinforcement Learning

    arXiv:2608.19842v1 Announce Type: new Abstract: Agentic reinforcement learning (RL) has become a critical stage in the post-training of large language models. Existing critic-free, group-relative methods estimate policy advantages from multiple rollouts, avoiding the substantial …

  39. arXiv cs.LG TIER_1 English(EN) · Jin Li, Ye Luo, Zigan Wang, Xiaowei Zhang ·

    Asymptotic Theory for IV-Based Reinforcement Learning with Potential Endogeneity

    arXiv:2103.04021v4 Announce Type: replace-cross Abstract: In the standard data analysis framework, data is collected (once and for all), and then data analysis is carried out. However, with the advancement of digital technology, decision-makers constantly analyze past data and ge…

  40. arXiv cs.LG TIER_1 English(EN) · Raphael Trumpp, \"Omer Veysel \c{C}a\u{g}atan, Bar{\i}\c{s} Akg\"un, Marco Caccamo ·

    Higher Resolution, Better Generalization: Unlocking Visual Scaling in Deep Reinforcement Learning

    arXiv:2605.10546v2 Announce Type: replace Abstract: Pixel-based deep reinforcement learning agents are typically trained on heavily downsampled visual observations, a convention inherited from early benchmarks rather than grounded in principled design. In this work, we show that …

  41. arXiv cs.LG TIER_1 English(EN) · Fahim Tajwar, Guanning Zeng, Yueer Zhou, Yuda Song, Daman Arora, Yiding Jiang, Jeff Schneider, Ruslan Salakhutdinov, Haiwen Feng, Andrea Zanette ·

    Maximum Likelihood Reinforcement Learning

    arXiv:2602.02710v2 Announce Type: replace Abstract: Reinforcement learning (RL) is the method of choice for training models in setups where the objective function can only be evaluated by sampling from the model. Our key observation is that when the feedback is terminal and binar…

  42. arXiv cs.LG TIER_1 English(EN) · Shangtong Zhang ·

    Towards Formalizing Reinforcement Learning Theory: A Robbins-Siegmund Approach

    arXiv:2511.03618v2 Announce Type: replace Abstract: In this paper, we formalize the almost sure convergence of $Q$-learning and linear temporal difference (TD) learning with Markovian samples using the Lean 4 theorem prover based on the Mathlib library. $Q$-learning and linear TD…

  43. arXiv cs.CL TIER_1 English(EN) · Ru Zhang, Weijie Qiu ·

    SPyCE: Skill-Policy Co-evolution for Multimodal Agents

    arXiv:2607.13854v2 Announce Type: replace Abstract: Multimodal agents that think with images iteratively manipulate visual evidence and invoke tools across many steps. Existing reinforcement learning methods reduce trajectories to scalar rewards, forcing the policy to discover re…

  44. Hugging Face Daily Papers TIER_1 English(EN) ·

    RoMAN-Flow: Taming Autoregressive Normalizing Flows for Offline Reinforcement Learning in Robotic Manipulation

    Offline reinforcement learning improves robotic policies using previously collected data without further environment interaction. Yet prevalent diffusion- and flow-matching robot policies lack tractable likelihoods, limiting their use in likelihood-based offline RL post-training.…

  45. Hugging Face Daily Papers TIER_1 English(EN) ·

    SAPO: Single-Rollout Autoregressive Policy Optimization for Agentic Reinforcement Learning

    Agentic reinforcement learning (RL) has become a critical stage in the post-training of large language models. Existing critic-free, group-relative methods estimate policy advantages from multiple rollouts, avoiding the substantial memory overhead of conventional proximal policy …

  46. arXiv cs.AI TIER_1 English(EN) · Qingyao Li, Wenxiang Jiao, Shuai Shao, Kangning Zhang, Yuan Lu, Yi Guo, Weiwen Liu, Weinan Zhang, Yong Yu ·

    SkillGate: Training In-Policy Skill Selection in Long-Horizon Agents

    arXiv:2608.18852v1 Announce Type: new Abstract: Agent frameworks increasingly package procedural knowledge as skills: instruction files an agent reads on demand, while public libraries now hold thousands of them. Which skill to read has thus become a decision the policy itself ma…

  47. arXiv cs.AI TIER_1 English(EN) · Yugu Li, Jimmy Cao, Jianglin Qiao, Siyi Hu ·

    RTPO: Reverse-Turn Policy Optimization for Stabilizing Agentic RL Training

    arXiv:2608.18682v1 Announce Type: new Abstract: Training multi-turn agentic workflows with reinforcement learning (RL) enables large language models to perform complex reasoning, use external tools, and conduct iterative search beyond single-turn settings. Yet multi-turn RL train…

  48. arXiv cs.LG TIER_1 English(EN) · Taehyung Kim, Jongeun Choi ·

    To Go Far, Go Together: Diverse Preferences Induce a Curriculum for Reward Optimization

    arXiv:2608.18770v1 Announce Type: new Abstract: Learning a reward model from human feedback and optimizing a policy against it is one approach to aligning AI systems with individual users. From a fairness perspective, existing work improves such alignment by developing data-effic…

  49. arXiv cs.LG TIER_1 English(EN) · Tyler Kastner, Nimrod De La Vega, Amir-massoud Farahmand ·

    SingularClip: Preventing Spectral Collapse to Maintain Plasticity in Continual and Reinforcement Learning

    arXiv:2608.18319v1 Announce Type: new Abstract: Neural networks trained on nonstationary tasks frequently lose the ability to fit new targets, a phenomenon referred to as loss of plasticity. We identify a novel source of plasticity loss due to the growing anisotropy of weight mat…

  50. arXiv cs.CL TIER_1 English(EN) · Minjae Oh, Yunho Choi, Dongmin Choi, Yohan Jo ·

    Future Policy Approximation for Offline Reinforcement Learning in LLM Reasoning

    arXiv:2509.19893v3 Announce Type: replace Abstract: Reinforcement learning (RL) has emerged as a key driver of post-training for complex reasoning in large language models (LLMs), yet online RL introduces substantial instability and computational overhead. Offline RL offers a com…

  51. arXiv cs.AI TIER_1 English(EN) · Alberto Luise, Michele Lombardi ·

    Hybrid Reinforcement Learning and Search for Flight Trajectory Planning

    arXiv:2509.04100v3 Announce Type: replace Abstract: This paper explores the combination of Reinforcement Learning (RL) and search-based path planners to speed up the optimization of flight paths for airliners, where in case of emergency a fast route re-calculation can be crucial.…

  52. arXiv cs.AI TIER_1 English(EN) · Chenglin Liu, Xun Wang, Ruishuo Chen, Zhuoran Li, Longbo Huang ·

    MLREF: Efficient Module Reuse for Reward Design in Reinforcement Learning via Large Language Models

    arXiv:2608.18827v1 Announce Type: cross Abstract: Reward function design remains a bottleneck in reinforcement learning. While large language models (LLMs) have enabled automated reward generation, existing methods generate and revise reward functions as monolithic programs, maki…

  53. Hugging Face Daily Papers TIER_1 English(EN) ·

    To Go Far, Go Together: Diverse Preferences Induce a Curriculum for Reward Optimization

    Learning a reward model from human feedback and optimizing a policy against it is one approach to aligning AI systems with individual users. From a fairness perspective, existing work improves such alignment by developing data-efficient and accurate reward models that capture min…

  54. arXiv cs.AI TIER_1 English(EN) · Hoda Yamani, Henry Williams, Bruce A. MacDonald ·

    Integrating Novelty and Surprise for Experience Prioritization and Exploration in Image-Based Reinforcement Learning

    arXiv:2608.17373v1 Announce Type: cross Abstract: Sample efficiency is a central challenge in reinforcement learning (RL), particularly in image-based domains where agents must learn from high-dimensional visual inputs. Traditional sampling often relies on random or suboptimal ex…

  55. arXiv cs.AI TIER_1 English(EN) · Kasper Engelen, Sebastian Junges, Guillermo A. P\'{e}rez, Marnix Suilen ·

    Adaptive Policy Portfolios for Robust Markov Decision Processes

    arXiv:2608.17929v1 Announce Type: new Abstract: Robust Markov decision processes optimize one policy against a set of plausible transition functions. This can be conservative when the unknown dynamics are fixed and become partially identifiable after deployment. We study adaptive…

  56. arXiv cs.AI TIER_1 English(EN) · Jianan Zhou, Jung-Hoon Cho, Tianyue Zhou, Han Zheng, Jie Zhang, Roy Dong, Yining Ma, Cathy Wu ·

    Task Specialization Fine-Tuning for Contextual Reinforcement Learning

    arXiv:2608.17180v1 Announce Type: cross Abstract: Contextual Reinforcement Learning (CRL) seeks to generalize classical RL by maximizing task coverage across a context space of related tasks. While prior works often train from scratch and rely on either multi-task learning for a …

  57. arXiv cs.LG TIER_1 English(EN) · Christopher Connolly ·

    Reinforcement Learning as (Discrete) Potential Theory

    arXiv:2608.17181v1 Announce Type: new Abstract: Reinforcement learning (RL) theory fundamentally depends on probability theory through the Markov chain. There is a deep connection between probability theory and potential theory. This paper reviews that connection and explores the…

  58. arXiv cs.CL TIER_1 English(EN) · Kang Peng, Zhiwei Zhang, Yichen Zhang, Zezhong Wang, Yiming Du, Geng Tu, Baojun Wang, Bin Liang, Ruifeng Xu, Kam-Fai Wong ·

    Write, Execute, Refine: From Skill Followers to Skill Optimizers via Reinforcement Learning from Execution Feedback

    arXiv:2608.17587v1 Announce Type: new Abstract: Expert-written natural language skills can improve tool-using agents, yet agent-authored skills perform 8-11 points worse than using no skill. This gap suggests that following procedural guidance and improving it from execution evid…

  59. arXiv cs.AI TIER_1 English(EN) · Christophe D. Hounwanou, John Emeka Eze, Ya\'e U. Gaba ·

    Policy-Invariant Reward Shaping from LLM Feedback: A Framework for Hybrid RL Agents

    arXiv:2608.18008v1 Announce Type: cross Abstract: Combining large language models with reinforcement learning is increasingly explored, yet the theoretical status of LLM-derived reward signals is often left implicit. We formalize the hybrid LLM-planner and RL-controller architect…

  60. arXiv cs.LG TIER_1 English(EN) · Hoda Yamani, Yuning Xing, Koen van Rijnsoever, Bruce A. MacDonald, Henry Williams ·

    Repetition as Reinforcement: Enhancing Sample Efficiency via Instant Episode Repetition in Reinforcement Learning

    arXiv:2608.17347v1 Announce Type: new Abstract: Repetition is a fundamental mechanism in human learning, where revisiting successful experiences strengthens memory, consolidates skills, and improves future performance. Motivated by this biological principle, we introduce Instant …

  61. Hugging Face Daily Papers TIER_1 English(EN) ·

    SkillGate: Training In-Policy Skill Selection in Long-Horizon Agents

    SkillGate fixes selector credit starvation in agent skill selection by separating outcome credit for execution tokens from local advantage for skill-naming tokens, improving success rates and reducing misleading skill exposure.

  62. Hugging Face Daily Papers TIER_1 English(EN) ·

    Adaptive Policy Portfolios for Robust Markov Decision Processes

    Robust Markov decision processes optimize one policy against a set of plausible transition functions. This can be conservative when the unknown dynamics are fixed and become partially identifiable after deployment. We study adaptive policy portfolios: finite sets of memoryless ra…

  63. Hugging Face Daily Papers TIER_1 English(EN) ·

    Integrating Novelty and Surprise for Experience Prioritization and Exploration in Image-Based Reinforcement Learning

    Sample efficiency is a central challenge in reinforcement learning (RL), particularly in image-based domains where agents must learn from high-dimensional visual inputs. Traditional sampling often relies on random or suboptimal experience selection, leading to redundant updates a…

  64. arXiv cs.LG TIER_1 Français(FR) · Siddarth Venkatraman, Matthieu Dinot, Laurence Aitchison ·

    The Critic: Privileged Value Functions for LLM Reinforcement Learning

    arXiv:2608.16739v1 Announce Type: new Abstract: Reinforcement learning algorithms for Large Language Models (LLMs) are largely distinguished by their variance reduction strategy. Group-relative methods like GRPO reduce gradient variance by sampling multiple rollouts per prompt, b…

  65. arXiv cs.LG TIER_1 English(EN) · Ege C. Kaya, Mahsa Ghasemi, Abolfazl Hashemi ·

    Joint MDPs and Reinforcement Learning in Coupled-Dynamics Environments

    arXiv:2603.06946v2 Announce Type: replace Abstract: Many distributional quantities in reinforcement learning are intrinsically joint across actions, including distributions of gaps and probabilities of superiority. However, the classical Markov decision process (MDP) formalism sp…

  66. arXiv cs.LG TIER_1 English(EN) · Hao Zhang, Zhangli Zhou, Zhen Kan ·

    Temporal Logic Guided Universal Task Representations for Reinforcement Learning

    arXiv:2608.15509v1 Announce Type: cross Abstract: Task guided agents demonstrate strong performance in a wide range of complex tasks. However, most existing task representation algorithms are tailored to specific contexts and struggle to generalize across diverse scenarios. Moreo…

  67. arXiv cs.LG TIER_1 English(EN) · Ondrej Bajgar, Peter Tisnikar, Alessandro Abate, Konstantinos Gatsis, Maike Osborne ·

    Q-based Variational Inverse Reinforcement Learning

    arXiv:2608.16888v1 Announce Type: new Abstract: The development of safe and beneficial AI requires that systems can learn and act in accordance with human preferences. However, explicitly specifying these preferences by hand is often infeasible. Inverse reinforcement learning (IR…

  68. arXiv cs.AI TIER_1 English(EN) · Minjae Cho, Hiroyasu Tsukamoto, Huy T. Tran ·

    Contraction-Aware Reinforcement Learning for Nonlinear Control with Statistical Robustness

    arXiv:2506.15700v2 Announce Type: replace-cross Abstract: Control contraction metrics (CCMs)-defined by Riemannian metrics under which a closed-loop system is incrementally exponentially stable-offer a constructive framework for synthesizing contracting policies in nonlinear path…

  69. arXiv cs.AI TIER_1 English(EN) · Yixuan Wang, Yifei Chen, Haichao Zhang, Haozheng Luo, Xander Wu, Jie Ni, Yun Fu, Nuno Vasconcelos, Yijiang Li ·

    Learn What's Left, Not What's Mastered: Saturation Aware Advantage Reweighting for Multi-Reward Policy Optimization

    arXiv:2608.16072v1 Announce Type: cross Abstract: Reinforcement learning (RL) with group-relative advantages has become the de facto standard for post-training language model reasoners. However, when optimizing multiple reward objectives, existing methods typically scalarize the …

  70. arXiv cs.AI TIER_1 English(EN) · Joanikij Chulev, Hendrik Baier ·

    Command-Space Counterfactual Explanations for Pareto-Conditioned Reinforcement Learning

    arXiv:2608.14963v1 Announce Type: cross Abstract: Pareto Conditioned Networks learn multiple multi-objective reinforcement learning behaviours by conditioning a single policy on a desired return command. However, the local mapping from command and state to action remains opaque. …

  71. arXiv cs.AI TIER_1 English(EN) · Jasmina Gajcin, Juan C. Rosero, Ivana Dusparic ·

    Explaining Reinforcement Learning Decisions in Self-adaptive Systems

    arXiv:2608.14620v1 Announce Type: cross Abstract: Reinforcement Learning (RL) has been extensively used in autonomous and self-* systems, but RL policies, especially deep RL ones relying on neural networks, lack transparency and are difficult to understand. This can lead to dimin…

  72. arXiv cs.AI TIER_1 English(EN) · Minh-Ha Nguyen, Cathy Shyr ·

    Policy Iteration with Human Feedback: Bringing Post-Training RL to In-context Learning

    arXiv:2608.16831v1 Announce Type: new Abstract: Generative pretraining established reusable task representations; later work on language-based task conditioning and in-context learning showed that a fixed model could adapt its behavior from instructions and demonstrations. Policy…

  73. arXiv cs.AI TIER_1 English(EN) · Amrapali Pednekar, Alvaro Garrido-Perez, Yara Khaluf, Pieter Simoens ·

    Chronocooked: A Benchmark for Implicit Interval Timing in Reinforcement Learning Agents

    arXiv:2608.16666v1 Announce Type: new Abstract: This paper presents Chronocooked, a reinforcement learning (RL) benchmark suite for studying implicit interval timing in RL agents. Inspired by Overcooked, the suite comprises cooking scenarios that require temporal decision making.…

  74. arXiv cs.AI TIER_1 English(EN) · Gavin B. Rens ·

    Adaptive Mixing of Policies from Searching and Policies from Learning

    arXiv:2608.15700v1 Announce Type: new Abstract: Background: Distillation of training targets generated thru search/planning has proven useful in reinforcement learning, but search can take exceedingly long. Objectives: Rather than perform search to the same depth every time (typi…

  75. Hugging Face Daily Papers TIER_1 English(EN) ·

    Chronocooked: A Benchmark for Implicit Interval Timing in Reinforcement Learning Agents

    This paper presents Chronocooked, a reinforcement learning (RL) benchmark suite for studying implicit interval timing in RL agents. Inspired by Overcooked, the suite comprises cooking scenarios that require temporal decision making. The tasks and reward functions are designed suc…

  76. arXiv cs.AI TIER_1 English(EN) · Alessandro Abate, Giuseppe De Giacomo, Mathias Jackermeier, Jan Kret\'insk\'y, Maximilian Prokop, Christoph Weinhuber ·

    Semantically Labelled Automata for Multi-Task Reinforcement Learning with LTL Instructions

    arXiv:2602.06746v2 Announce Type: replace Abstract: We study multi-task reinforcement learning (RL), a setting in which an agent learns a single, universal policy capable of generalising to arbitrary, possibly unseen tasks. We consider tasks specified as linear temporal logic (LT…

  77. Hugging Face Daily Papers TIER_1 English(EN) ·

    Learn What's Left, Not What's Mastered: Saturation Aware Advantage Reweighting for Multi-Reward Policy Optimization

    SA-MRPO independently standardizes multi-objective rewards and adaptively discounts saturated objectives to redirect optimization toward under-optimized goals.

  78. arXiv cs.MA (Multiagent) TIER_1 English(EN) · Ruggero Carli ·

    Submodular Policy Learning for Distributed Task Allocation in Open Multi-Agent Systems

    This paper studies policy learning for distributed task allocation in open multi-agent systems, where agents may join and leave in a time-varying fashion, with submodular stage team utilities. At each time, the active agents select actions from local categorical policies such tha…

  79. arXiv cs.LG TIER_1 English(EN) · Wenhan Xu, Jiashuo Jiang, Lei Deng, Danny Hin-Kwok Tsang ·

    A Lyapunov Drift-Plus-Penalty Method Tailored for Reinforcement Learning with Queue Stability

    arXiv:2506.04291v2 Announce Type: replace Abstract: With the proliferation of Internet of Things (IoT) devices, the demand for addressing complex optimization challenges has intensified. The Lyapunov Drift-Plus-Penalty algorithm is a widely adopted approach for ensuring queue sta…

  80. arXiv cs.LG TIER_1 English(EN) · Takieddine Soualhi (CHROMA), Jacques Saraydaryan (CPE, CHROMA), Laetitia Matignon (UCBL) ·

    Towards Socially Compliant Navigation in Deep Reinforcement Learning via Proxemics-Based Reward Modeling

    arXiv:2608.12917v1 Announce Type: new Abstract: Developing effective robot navigation methods in crowded environments is essential for real-world applications. Although recent deep reinforcement learning (DRL) methods have improved navigation performance in crowded environments, …

  81. arXiv cs.LG TIER_1 English(EN) · C. F. Maximilian Nagy, Onur Celik, Emiliyan Gospodinov, Florian Seligmann, Weiran Liao, Aryan Kaushik, Gerhard Neumann ·

    SEAR: Sample Efficient Action Chunking Reinforcement Learning

    arXiv:2603.01891v2 Announce Type: replace Abstract: Action chunking improves exploration and accelerates value propagation in long-horizon reinforcement learning, but naively applying off-policy methods to the temporally extended action space at reduced decision frequency offsets…

  82. arXiv cs.LG TIER_1 English(EN) · Yibo Shen, Xudong Han, Xiaowei Zhu, Gen Li, Zhenxuan Pan ·

    RoutePack: Expert Placement and Attention-Aware Data Packing for MoE Reinforcement Learning

    arXiv:2608.12146v1 Announce Type: cross Abstract: Training Mixture-of-Experts (MoE) models for reinforcement learning (RL) couples two load-balancing problems: sequence composition determines dense attention work in each data-parallel microbatch, while token routing determines sp…

  83. arXiv cs.AI TIER_1 English(EN) · Zijian Zhao, Sen Li ·

    Is Per-Agent Policy Composition Safe? Rethinking Successor-Feature Transfer in Cooperative Multi-Agent Reinforcement Learning

    arXiv:2608.11658v1 Announce Type: cross Abstract: Many reinforcement learning systems, from fleet management to traffic signal control, must serve an objective that changes dynamically after deployment, and retraining a policy for each new objective is prohibitively expensive. Fo…

  84. arXiv cs.AI TIER_1 English(EN) · Matthew M. Hong, Jesse Zhang, Anusha Nagabandi, Abhishek Gupta ·

    TMRL: Diffusion Timestep-Modulated Pretraining Enables Exploration for Efficient Policy Finetuning

    arXiv:2605.12236v2 Announce Type: replace-cross Abstract: Fine-tuning pre-trained robot policies with reinforcement learning (RL) often inherits the bottlenecks introduced by pre-training with behavioral cloning (BC), which produces narrow action distributions that lack the cover…

  85. arXiv cs.AI TIER_1 English(EN) · Eliseo Curcio ·

    Cutting AI Datacenter Energy with Reinforcement Learning: Measured Power Control of LLM Training from One GPU to the Fleet

    arXiv:2608.11226v1 Announce Type: new Abstract: Reinforcement-learning post-training dominates modern language-model development, yet its power behavior on GPU hardware has not been characterized, and datacenters manage GPU power with workload-blind mechanisms, static caps and re…

  86. arXiv cs.LG TIER_1 English(EN) · Shreyas Kowshik, Sreyas Venkataraman, Leo Wang, Niharika Pant, Max Simchowitz, Aviral Kumar ·

    Adaptation of Generalist Robot Policies with Minimal Data

    arXiv:2608.11363v1 Announce Type: cross Abstract: A central goal in robot learning is to move beyond task-specific human data collection toward robots that improve through autonomous interaction. Yet fully autonomous learning remains difficult with current policies: sparse reward…

  87. arXiv cs.LG TIER_1 English(EN) · Sang Su Lee, Vineeth Loganathan, Shishir Dash, Vijay Raghavan ·

    When Offline Evaluation Misleads: A Diagnostic Protocol for Reward and Policy Selection in Delayed-Feedback Contextual Bandits

    arXiv:2608.11560v1 Announce Type: new Abstract: Personalizing marketing messages with contextual multi-armed bandits (CMABs) drives real business value, yet the objective that ultimately matters - a downstream conversion - is observed only weeks later, too late to drive online le…

  88. arXiv cs.MA (Multiagent) TIER_1 English(EN) · Sen Li ·

    Is Per-Agent Policy Composition Safe? Rethinking Successor-Feature Transfer in Cooperative Multi-Agent Reinforcement Learning

    Many reinforcement learning systems, from fleet management to traffic signal control, must serve an objective that changes dynamically after deployment, and retraining a policy for each new objective is prohibitively expensive. For a single agent, this problem is well understood:…

  89. Hugging Face Daily Papers TIER_1 English(EN) ·

    Is Per-Agent Policy Composition Safe? Rethinking Successor-Feature Transfer in Cooperative Multi-Agent Reinforcement Learning

    Many reinforcement learning systems, from fleet management to traffic signal control, must serve an objective that changes dynamically after deployment, and retraining a policy for each new objective is prohibitively expensive. For a single agent, this problem is well understood:…

  90. arXiv cs.AI TIER_1 English(EN) · Tamar Gozlan, Claudia V. Goldman ·

    SPOTting the Future: Lookahead Explanations for Deep Reinforcement Learning

    arXiv:2608.09967v1 Announce Type: new Abstract: Deep reinforcement learning (DRL) agents achieve strong performance in complex environments, yet their decision-making processes remain difficult to interpret. We introduce SPOT (Sampling Policy Observation Tree), a novel model-agno…

  91. arXiv cs.AI TIER_1 English(EN) · Daoyi Li, Yixian Zhang, Chao Yu, Wenbo Ding, Yu Wang ·

    Critic-Free Pretraining for Efficient Online Reinforcement Learning Fine-Tuning

    arXiv:2608.10473v1 Announce Type: cross Abstract: Offline-to-online (O2O) reinforcement learning aims to leverage policies pretrained on static datasets while improving them through online interaction. However, directly reusing an offline-trained critic can hinder online fine-tun…

  92. arXiv cs.AI TIER_1 English(EN) · Zelei Cheng, Amritansh Mishra, Sambit Sahu, William Campbell ·

    Efficient Reinforcement Learning for Long-Horizon Tool-Use Agentic Tasks

    arXiv:2608.10357v1 Announce Type: cross Abstract: Long-horizon tool-using agents must reason over user goals, domain policies, tool calls, simulator state, and delayed verifiable rewards. Reinforcement learning (RL) is a natural fit for this setting, but multi-turn on-policy roll…

  93. arXiv cs.LG TIER_1 English(EN) · Zefeng Liang, Jie Qiao, Ruichu Cai, Weilin Chen, Zhifeng Hao ·

    IADD-TR: Intervention-Aware Dynamics Decoupling with Targeted Regularization for Model-Based Reinforcement Learning

    arXiv:2608.10634v1 Announce Type: new Abstract: Model-based reinforcement learning (MBRL), which learns environment dynamics to generate synthetic experience, is a promising approach to sample-efficient decision making. Numerous methods have been developed to improve dynamics pre…

  94. arXiv cs.LG TIER_1 English(EN) · Chenhua Fan, Jiahui Zhu, Yuhang Zhang, Honghao Wei ·

    Boundary-Seeking Policy Gradient for Safe Reinforcement Learning

    arXiv:2608.10204v1 Announce Type: new Abstract: Safe reinforcement learning maximizes reward subject to safety constraints. For Constrained Markov Decision Processes, the linear-programming view over occupancy measures implies that whenever the constraint is active at optimality,…

  95. arXiv cs.AI TIER_1 English(EN) · Md Rafid Islam, Rafsan Jany, Zahid Hasan, Ratun Rahman ·

    Exploration-Driven Personalized Federated Reinforcement Learning via Intrinsic Motivation

    arXiv:2608.10499v1 Announce Type: cross Abstract: Personalized Federated Reinforcement Learning (PFRL) takes a decentralized approach to storing and accessing information based on past experiences while keeping each client's data private during the learning of each client's polic…

  96. Hugging Face Daily Papers TIER_1 English(EN) ·

    When Offline Evaluation Misleads: A Diagnostic Protocol for Reward and Policy Selection in Delayed-Feedback Contextual Bandits

    Personalizing marketing messages with contextual multi-armed bandits (CMABs) drives real business value, yet the objective that ultimately matters - a downstream conversion - is observed only weeks later, too late to drive online learning. Teams therefore train the bandit on a fa…

  97. Hugging Face Daily Papers TIER_1 English(EN) ·

    Exploration-Driven Personalized Federated Reinforcement Learning via Intrinsic Motivation

    Personalized Federated Reinforcement Learning (PFRL) takes a decentralized approach to storing and accessing information based on past experiences while keeping each client's data private during the learning of each client's policy. Many current methods for PFRL rely heavily on e…

  98. arXiv cs.AI TIER_1 English(EN) · Jinkun Hou, Zhuo Liu, Huimin Ren, Hongsheng Xin, Pan Zhou, Kun Zhan ·

    RISE-RL: Rubric-Informed Selective Exploration for Open-Ended Reinforcement Learning

    arXiv:2608.09123v1 Announce Type: new Abstract: Aligning Large Language Models (LLMs) for open-ended tasks is challenging because responses must satisfy multidimensional criteria without following a single correct generation trajectory. Existing rubric-based reinforcement learnin…

  99. arXiv cs.LG TIER_1 English(EN) · Wenpin Tang, Xun Yu Zhou ·

    Regret of exploratory policy improvement and $q$-learning

    arXiv:2411.01302v2 Announce Type: replace Abstract: We study the convergence of $q$-learning and related algorithms introduced by Jia and Zhou (J. Mach. Learn. Res., 24 (2023), 161) for controlled diffusion processes. For exploratory policy improvement, we establish exponential c…

  100. arXiv cs.LG TIER_1 English(EN) · Oussama Boussif, Mohammed Mahfoud, Younesse Kaddar, Moksh Jain, Sida Li, Damiano Fornasiere, Xiaoyin Chen, Yoshua Bengio, Esmeralda S. Whitammer ·

    Bayesian Symbolic Regression with Entropic Reinforcement Learning

    arXiv:2608.09617v1 Announce Type: new Abstract: Symbolic regression is the problem of finding an algebraic expression describing a stochastic dependence of a target variable on a set of inputs. Unlike forms of regression that fit parameters assuming a fixed model structure, symbo…

  101. arXiv cs.LG TIER_1 English(EN) · Emma Graham ·

    Catastrophic Forgetting in Continual Reinforcement Learning

    arXiv:2608.08673v1 Announce Type: new Abstract: This work explores the relationship between task similarity and catastrophic forgetting in reinforcement learning. Catastrophic forgetting, the phenomenon in machine learning of losing the ability to effectively perform on previous …

  102. arXiv cs.LG TIER_1 English(EN) · Ni Mu, Yao Luan, Yiqin Yang, Qing-Shan Jia ·

    Multi-Agent Reinforcement Learning via Agent-Specific Preference

    arXiv:2608.08604v1 Announce Type: new Abstract: Multi-agent reinforcement learning (MARL) is a powerful framework for solving complex collaborative tasks, but it relies heavily on well-defined global reward functions. Designing such rewards is challenging, especially in systems w…

  103. arXiv cs.LG TIER_1 English(EN) · Binwen Tan, Jingchao Wang, Dengzhe Hou, Lingyu Jiang, Zeyuan Wu, Yunhan Shen, Fangzhou Lin, Kazunori Yamada, Atsushi Koike ·

    Control-Diverse Reinforcement Fine-Tuning: Decoupling the Shared Control Bottleneck of RL Post-Training

    arXiv:2608.08224v1 Announce Type: new Abstract: Reinforcement learning post-training unlocks complex reasoning in LLMs. Yet benchmark scores reveal only whether a model improved, not what changed inside it, nor how it splits finite capability across tasks. A representative interp…

  104. arXiv cs.LG TIER_1 English(EN) · Gene Li ·

    The Sample Complexity of Policy Learning with Mu-Resets

    arXiv:2608.07772v1 Announce Type: new Abstract: We study policy-based reinforcement learning under the $\mu$-resets interaction protocol of Kakade and Langford [KL02]. This interaction protocol enables the learner to sample trajectories from a given exploratory reset distribution…

  105. arXiv cs.LG TIER_1 English(EN) · Ibne Farabi Shihab, Abu Sa-Adat Mohamed Moon-Im Al Ahsan, Md Najmus Swaqeeb ·

    Finite Constant Frontiers and Auditable Regret Certificates for Average-Reward Reinforcement Learning

    arXiv:2608.07725v1 Announce Type: new Abstract: Average-reward reinforcement-learning regret is known up to logarithmic factors, but the numerical content of published guarantees is difficult to compare because probability mode, structural parameter, logarithmic normalization, pr…

  106. arXiv cs.LG TIER_1 English(EN) · Ibne Farabi Shihab, Sanjeda Akter, Abu Sa-Adat Mohamed Moon-Im Al Ahsan, Md Najmus Swaqeeb, Anuj Sharma ·

    CODS: Iterative Bellman-Residual Data Selection for Reusable Offline Reinforcement Learning

    arXiv:2608.07719v1 Announce Type: new Abstract: Offline reinforcement learning repeatedly trains policies from a fixed transition pool, making redundant data costly across seeds and hyperparameters, while naive subsampling can remove rare transitions needed for long-horizon credi…

  107. arXiv cs.CL TIER_1 English(EN) · Yifu Huo, Shunjie Xing, Chenglong Wang, Peinan Feng, Qiaozhi He, Yan Ding, Anxiang Ma, Yuxin Gao, Tongran Liu, Tong Xiao, Jingbo Zhu ·

    Learning from Environmental Feedback: Credit Assignment across Multiple Timescales for Agentic Reinforcement Learning

    arXiv:2608.08255v1 Announce Type: cross Abstract: Agentic reinforcement learning (RL) often suffers from delayed and sparse rewards in real-world environments. A promising solution to this challenge is credit assignment, which aims to decompose trajectory-level rewards and provid…

  108. arXiv cs.AI TIER_1 English(EN) · Mohamed A. Mohamed, Kateryna Nekhomiazh, Vedant Vyas, Marcos M. Jose, Andrew Patterson, Marlos C. Machado ·

    The Cell Must Go On: Agar.io for Continual Reinforcement Learning

    arXiv:2505.18347v3 Announce Type: replace-cross Abstract: Continual reinforcement learning (RL) concerns agents that are expected to learn continually, rather than converge to a policy that is then fixed for evaluation. This setting is well-suited to environments that the agent p…

  109. arXiv cs.AI TIER_1 English(EN) · David D. Yuan, Tony Z. Zhao, Kaylee Burns, Chelsea Finn ·

    SpeedTuning: Speeding Up Policy Execution with Lightweight Reinforcement Learning

    arXiv:2608.09138v1 Announce Type: cross Abstract: While learned robotic policies hold promise for advancing generalizable manipulation, their practical deployment is often hindered by suboptimal execution speeds. Imitation learning policies are inherently limited by hardware cons…

  110. arXiv cs.AI TIER_1 English(EN) · Tianjun Pan, Yuan Li, Hongda Wang, Linbo Jin, Mengfei Song, Lei Gao, Qiming Shi, Shaokang Fu, Jiarong Zhao, Chengyu Wang, Chengfu Huo ·

    Bidirectional Context Self-Distillation for Reinforcement Learning of Skill-Based LLM Agents

    arXiv:2608.09555v1 Announce Type: new Abstract: External natural-language skills provide large language model (LLM) agents with reusable and editable guidance for solving complex tasks. Yet their effectiveness depends not only on skill quality, but also on whether the policy can …

  111. arXiv cs.AI TIER_1 English(EN) · Fabio Pavirani, Bert Claessens, Pierre Pinson, Chris Develder ·

    Control-Oriented Scenario Tree Construction through Reinforcement Learning

    arXiv:2608.09335v1 Announce Type: new Abstract: Multistage stochastic model predictive control (MPC) handles uncertainty by optimizing over a scenario tree, a finite branching approximation of future outcomes constructed from sampled forecasts. To build such a tree, conventional …

  112. arXiv cs.AI TIER_1 English(EN) · Ambuj Mehrish, Sebastiano Vascon ·

    CoRE: Consensus Rewards via Equilibrium for Test-Time Reinforcement Learning

    arXiv:2608.09324v1 Announce Type: new Abstract: On unlabeled test data, reinforcement learning lacks a ground-truth reward; test-time RL methods derive one from the model's own roll-outs, rewarding those that match the majority vote over $N$ sampled answers. That vote discards a …

  113. arXiv cs.AI TIER_1 English(EN) · Fouad Bahrpeyma ·

    A Unified Framework for Dynamic Reward Shaping in Reinforcement Learning

    arXiv:2608.08158v1 Announce Type: new Abstract: Sparse, delayed, and weakly informative rewards remain central obstacles to efficient reinforcement learning. Reward shaping addresses these limitations by supplementing the task reward with an auxiliary signal that can accelerate l…

  114. Hugging Face Daily Papers TIER_1 English(EN) ·

    Control-Oriented Scenario Tree Construction through Reinforcement Learning

    Multistage stochastic model predictive control (MPC) handles uncertainty by optimizing over a scenario tree, a finite branching approximation of future outcomes constructed from sampled forecasts. To build such a tree, conventional methods focus on matching the underlying probabi…

  115. Hugging Face Daily Papers TIER_1 English(EN) ·

    SpeedTuning: Speeding Up Policy Execution with Lightweight Reinforcement Learning

    While learned robotic policies hold promise for advancing generalizable manipulation, their practical deployment is often hindered by suboptimal execution speeds. Imitation learning policies are inherently limited by hardware constraints and the speed of the operator during data …

  116. arXiv cs.AI TIER_1 English(EN) · Lichao Ma, Yang Sun, Shuaitao Zhao, Yangyi Fang, Cong Qin, Xiaoliang Fu, Yuhang Tian, Yuchen Wei, Junbo Zhu, Yang Wei, Lu Pan, Jiaye Lin ·

    How Much, Then Where: Credit-Conserving Action-to-Token Allocation for Multi-Turn Agent Reinforcement Learning

    arXiv:2608.07118v1 Announce Type: new Abstract: Credit assignment in multi-turn agent reinforcement learning operates at two levels: assigning trajectory-level credit to actions and distributing each action's credit across its tokens. In this paper, we introduce FACTOR, which sep…

  117. arXiv cs.LG TIER_1 English(EN) · Yu Song ·

    Game-Theoretic Inverse Reinforcement Learning for Modeling Competitive Human Driving: A Cut-in Prediction Study

    arXiv:2608.06445v1 Announce Type: cross Abstract: Capturing the strategic decision-making inherent in competitive human driving is critical for autonomous vehicle safety and traffic simulation. This study demonstrates that game-theoretic Inverse Reinforcement Learning (IRL) provi…

  118. arXiv cs.CL TIER_1 English(EN) · Haoyu Zheng, Yun Zhu, Qing Wang, Wenqiao Zhang ·

    Trajectory-Relative Hindsight Distillation for Agentic Reinforcement Learning

    arXiv:2608.07371v1 Announce Type: cross Abstract: Recent agentic reinforcement learning methods use hindsight to complement sparse outcome rewards. However, a completed rollout can yield many such signals, leaving their appropriate allocation across turns unclear. We introduce TR…

  119. arXiv cs.AI TIER_1 English(EN) · Mateus Levi Sim\~oes Fernandes, Alberto Sardinha ·

    Evaluating XAI Support From A Hierarchical Reinforcement Learning Policy in Human-Agent Collaboration

    arXiv:2608.06381v1 Announce Type: cross Abstract: Explainable AI (XAI) has shown promise for human-agent collaboration, yet results rely on hand-crafted policies in custom environments, limiting generalizability to state-of-the-art teaming research. We provide the first systemati…

  120. arXiv cs.AI TIER_1 English(EN) · Mark Leon Ringer, Michel Tokic ·

    Interpretable reinforcement learning with decision-tree pruning

    arXiv:2608.07151v1 Announce Type: cross Abstract: Reinforcement learning policies are difficult to inspect, but interpreting them is a prerequisite for trustworthiness. Converting a trained policy into explicit decision-tree rules improves transparency and the resulting artifacts…

  121. arXiv cs.AI TIER_1 English(EN) · Qi Zhao, Guozheng Ma, Yilun Kong, Lu Li, Haoyu Wang, Zilin Wang, Tiantian Zhang, Yuxing Wang, Jian Sha, Yongzhe Chang, Xueqian Wang, Dacheng Tao ·

    Beyond Isolation: Unlocking Reinforcement Learning Component Synergy for Sample-Efficient Continuous Control

    arXiv:2608.07086v1 Announce Type: cross Abstract: Reinforcement learning systems are significantly more complex than other machine learning paradigms due to inherent properties, causing RL system design to jointly account for many tightly coupled factors. Despite advances in indi…

  122. arXiv cs.AI TIER_1 English(EN) · Mohamed Ghanem, Bernd Finkbeiner ·

    Flowing Through States: Neural ODE Regularization for Reinforcement Learning

    arXiv:2608.06595v1 Announce Type: cross Abstract: Neural networks applied to sequential decision-making tasks typically rely on latent representations of environment states. While environment dynamics dictate how semantic states evolve, the corresponding latent transitions are us…

  123. arXiv cs.AI TIER_1 English(EN) · Adam \v{S}tafa, Santeri Heiskanen, Petr Novotn\'y, Joni Pajarinen ·

    Momba: Network Modernization Improves Multi-Objective Reinforcement Learning

    arXiv:2608.07180v1 Announce Type: cross Abstract: Recent advances in deep reinforcement learning (RL) have shown that improving neural network architectures can yield substantial gains in sample efficiency and asymptotic performance without altering the underlying algorithms. In …

  124. arXiv cs.AI TIER_1 English(EN) · Valentin Li\'{e}vin, Samuel Schmidgall, Tim Strother, Alex Bijamov, Akshay Goel, Anil Palepu, Chunjong Park, Vahid Balazadeh, Min Woo Sun, Marius Guerard, Justin Chen, Dave Steiner, Vikram Dhillon, Ibrahim Azar, Akhil Mehta, Nicholas Spetsieris, Shilpan … ·

    ResidencyRL: Reinforcement Learning in Simulated Clinical Environments

    arXiv:2608.07418v1 Announce Type: new Abstract: In medical education, physicians convert academic knowledge into clinical expertise through residency: years of training across thousands of encounters, with diverse sources of feedback and progressively greater autonomy. Much of cl…

  125. arXiv cs.MA (Multiagent) TIER_1 English(EN) · Doron Friedman ·

    Why Study Emergent Behavior When You Can Regulate It? Aligning Multi-Agent Systems with Reward Prediction

    Multi-agent simulations are widely used to study complex social and ecological systems, where rich and often unexpected emergent behaviors arise from local interactions. A large body of prior work has focused on analyzing such emergent dynamics across domains. In this paper, we m…

  126. arXiv cs.AI TIER_1 English(EN) · Zishan Xu, Zhiyuan Yao, Yuxin Chen, Yifu Guo, Zhengxi Lu, Yuquan Lu, Jinyang Huang, Yan Xu, Yasheng Wang, Weinan Zhang, Xingshan Zeng, Weiwen Liu ·

    EnvACE: Internalizing Environment Dynamics via World Rehearsal for Agentic Reinforcement Learning

    arXiv:2608.06197v1 Announce Type: new Abstract: Training large language model agents for long-horizon tool use typically relies on interactions with real or synthesized executable environments, whose construction and verification are costly, or on external simulators that are dif…

  127. arXiv cs.AI TIER_1 English(EN) · Muyang Ye, Tian Lan, Feihu Jiang, Yongshi Ye, Wuyunsiqin, Bin Zhu, Qianghuai Jia, Zhao Xu, Weihua Luo, Ye Wang, Jinyang Zhang, Longyue Wang, Lingfeng Bao ·

    Search2Skill: Skill Distillation Beyond Knowledge Boundaries Via Rubric-Based Reinforcement Learning

    arXiv:2608.05245v1 Announce Type: new Abstract: Reusable skills, which encapsulate the procedural knowledge required to solve real-world professional tasks, offer LLM-based agents a path toward self-evolution in expert domains. Existing self-evolving skill methods construct skill…

  128. arXiv cs.LG TIER_1 English(EN) · Xinwei Liu, Junyuan Liang, Jianting Zhang, Wuhui Chen ·

    Observation-Grounded Self-Predictive Reinforcement Learning for Visual Continuous Control

    arXiv:2608.05989v1 Announce Type: new Abstract: Sample-efficient policy learning from pixels is a long-standing challenge in reinforcement learning (RL). Recent dynamics-based representation learning methods have significantly improved the sample efficiency of model-free visual R…

  129. arXiv cs.CL TIER_1 English(EN) · Chenglong Wang, Ziming Zhu, Yifu Huo, Bei Li, Qiaozhi He, Yan Ding, Xiaoyang Hao, Yuxin Gao, Tianhua Zhou, Xiaojia Chang, Tongran Liu, Jingbo Zhu ·

    RRC: Unlocking Generative Reward Models in LLM Reinforcement Learning via Ranking-Based Reward Construction

    arXiv:2608.06310v1 Announce Type: cross Abstract: Recent advances in reward modeling show a paradigm shift from discriminative reward models to generative reward models. However, despite their strong capabilities in response ranking, generative reward models have not realized the…

  130. arXiv cs.AI TIER_1 English(EN) · Vaishnav Vaidheeswaran, Dilith Jayakody, Biruk Ambaw, Jaswanth Kumar, Md Mahbub Alam, Gabriel Spadon ·

    Does Latent Context Help? A Controlled Evaluation of Inverse Reinforcement Learning in Arctic Shipping

    arXiv:2608.06105v1 Announce Type: cross Abstract: Artificial Intelligence (AI)-assisted navigation can help Arctic shipping adapt to rapidly changing sea-ice conditions, but reliable deployment requires reward models that are interpretable and robust to changing environments. Inv…

  131. arXiv cs.AI TIER_1 English(EN) · He Jiang, Jingtian Yan, Yulun Zhang, Yimin Tang, Tanishq Duhan, Rishi Veerapaneni, Guillaume Sartoretti, Jiaoyang Li ·

    Search-Aided Joint Agent-Environment Reinforcement Learning for Robust Lifelong Multi-Agent Path Finding with Rotations

    arXiv:2608.05588v1 Announce Type: cross Abstract: Lifelong Multi-Agent Path Finding (LMAPF) requires repeatedly planning collision-free paths for agents that continuously receive new goals upon reaching their current ones. While many learning-based planners have been proposed for…

  132. arXiv cs.AI TIER_1 English(EN) · Zi-Han Wang, Zhengxi Lu, Zhiyuan Yao, Jinyang Wu, Jie Wu, Zhengzhou Cai, Yueqing Sun, Ziang Ye, Linji Hao, Qi Gu, Xunliang Cai, Yongliang Shen, Yujiu Yang ·

    AgentOPSD: Recursive Self-Distillation for Agentic Reinforcement Learning

    arXiv:2608.05987v1 Announce Type: new Abstract: Reinforcement learning (RL) with verifiable rewards constructs trajectory-level advantage estimates, yet it often fails to credit the few pivotal decisions that determine outcomes in long-horizon, multi-turn agentic tasks. Recent wo…

  133. arXiv cs.LG TIER_1 English(EN) · Jiming Su, Hantao Hua, Lujia Yin, Yiping Yao, Feng Zhu ·

    Hybrid-Adaptive Thread Tuning to Mitigate Simulation Execution Bottlenecks in High-Performance Reinforcement Learning Inference

    arXiv:2608.06025v1 Announce Type: new Abstract: In simulation-in-the-loop decision-making systems, reinforcement learning (RL) inference is often constrained by simulator-side execution overhead, where workloads are highly dynamic and sensitive to runtime thread configurations. E…

  134. Hugging Face Daily Papers TIER_1 English(EN) ·

    Does Latent Context Help? A Controlled Evaluation of Inverse Reinforcement Learning in Arctic Shipping

    Artificial Intelligence (AI)-assisted navigation can help Arctic shipping adapt to rapidly changing sea-ice conditions, but reliable deployment requires reward models that are interpretable and robust to changing environments. Inverse reinforcement learning (IRL) provides a frame…

  135. arXiv cs.MA (Multiagent) TIER_1 English(EN) · Gabriel Spadon ·

    Does Latent Context Help? A Controlled Evaluation of Inverse Reinforcement Learning in Arctic Shipping

    Artificial Intelligence (AI)-assisted navigation can help Arctic shipping adapt to rapidly changing sea-ice conditions, but reliable deployment requires reward models that are interpretable and robust to changing environments. Inverse reinforcement learning (IRL) provides a frame…

  136. arXiv cs.MA (Multiagent) TIER_1 English(EN) · Feng Zhu ·

    Hybrid-Adaptive Thread Tuning to Mitigate Simulation Execution Bottlenecks in High-Performance Reinforcement Learning Inference

    In simulation-in-the-loop decision-making systems, reinforcement learning (RL) inference is often constrained by simulator-side execution overhead, where workloads are highly dynamic and sensitive to runtime thread configurations. Existing multithreaded strategies struggle to mat…

  137. Hugging Face Daily Papers TIER_1 English(EN) ·

    Observation-Grounded Self-Predictive Reinforcement Learning for Visual Continuous Control

    Sample-efficient policy learning from pixels is a long-standing challenge in reinforcement learning (RL). Recent dynamics-based representation learning methods have significantly improved the sample efficiency of model-free visual RL by learning dynamics-aware representations thr…

  138. arXiv cs.MA (Multiagent) TIER_1 English(EN) · Jiaoyang Li ·

    Search-Aided Joint Agent-Environment Reinforcement Learning for Robust Lifelong Multi-Agent Path Finding with Rotations

    Lifelong Multi-Agent Path Finding (LMAPF) requires repeatedly planning collision-free paths for agents that continuously receive new goals upon reaching their current ones. While many learning-based planners have been proposed for LMAPF, most rely on oversimplified kinematic assu…

  139. arXiv cs.LG TIER_1 English(EN) · Mohammadsaeed Haghi, Mahdi Salmani, Nima Kelidari ·

    Differentiating Through Dual Prices: End-to-End Policy Learning Under Capacity Constraints

    arXiv:2608.04669v1 Announce Type: new Abstract: Many social services assign scarce resources, such as housing assistance or hospital interventions, to people who arrive one at a time: each arrival must receive a decision immediately, and the long-run usage of every resource must …

  140. arXiv cs.AI TIER_1 English(EN) · Bohai Gu, Yueyang Yuan, Taiyi Wu, Dazhao Du, Jian Liu, Xiaoyi Pang, Jie Zhang, Xiaocheng Lu, Haobin Zhong, Xiaotong Zhao, Alan Zhao, Song Guo ·

    WorldCycle: Self-Verifiable Reinforcement Learning for Long-Horizon Video World Models

    arXiv:2608.04964v1 Announce Type: new Abstract: Interactive video world models are essential for long-horizon planning and exploration, yet they suffer from compounding errors. Post-training methods such as reinforcement learning (RL) can improve these models, but they hit a veri…

  141. arXiv cs.AI TIER_1 English(EN) · Ryozo Masukawa, Ian Bryant, Armita Kazeminajafabadi, Sanggeon Yun, Hyunwoo Oh, SungHeon Jeong, Nathaniel D. Bastian, Mahdi Imani, Mohsen Imani ·

    Trident : How to Break Deep Reinforcement Learning Cyber Defenses (Agentic)

    arXiv:2608.04317v1 Announce Type: cross Abstract: Autonomous cyber defense systems based on Deep Reinforcement Learning (DRL) have attracted significant research attention, yet remain evaluated almost exclusively against static, heuristic red agents, leaving their robustness agai…

  142. arXiv cs.AI TIER_1 English(EN) · Mahshad Rastegarmoghaddam, Davoud Nikkhouy, Shima Samadzadeh ·

    Toward Integrating Adaptive Experience Replay and Online Uncertainty Estimation in Safe Actor-Critic Optimal Control

    arXiv:2608.04732v1 Announce Type: cross Abstract: Safe actor-critic control often treats barrier filtering, uncertainty estimation, and experience replay as separate modules, even though each changes the data used for learning and control. We develop an integrated architecture in…

  143. arXiv cs.AI TIER_1 English(EN) · Yi Yang, Cong Qin, Xiaodan Liu, Chishui Chen, Qing Dong, Yan Zhang, Cao Liu, Zhao Yang, Lu Pan, Jiaye Lin, Yi Feng ·

    Agentic Reinforcement Learning with Observation-Calibrated Self-Distillation

    arXiv:2608.04788v1 Announce Type: cross Abstract: Large language model agents are commonly trained through reinforcement learning with sparse trajectory-level rewards, which offer limited guidance on how strongly individual tokens should be updated. On-Policy Self-Distillation (O…

  144. arXiv cs.AI TIER_1 English(EN) · Akhil S Anand, Shambhuraj Sawant, Paavo Parmas, Jasper Hoffmann, Dirk Reinhardt, Sebastien Gros ·

    Bi-Level Reinforcement Learning Pathway for Sim-to-Real Optimality

    arXiv:2510.17709v2 Announce Type: replace-cross Abstract: Training Reinforcement Learning (RL) policies using simulation models before deployment in real-world environments is a common strategy when real-world interaction is expensive. This approach is used in sim-to-real RL and …

  145. arXiv cs.AI TIER_1 English(EN) · Brandon Kaplowitz ·

    Reinforcement Learning and Consumption-Savings Behavior

    arXiv:2510.20748v2 Announce Type: replace-cross Abstract: This paper demonstrates how reinforcement learning can explain two puzzling empirical patterns in household consumption behavior during economic downturns. I develop a model where agents use Q-learning with neural network …

  146. arXiv cs.AI TIER_1 English(EN) · Mohsen Jalaeian Farimani, Roya Khalili Amirabadi, Davoud Nikkhouy, Malihe Abdolbaghi, Mahshad Rastegarmoghaddam, Shima Samadzadeh, Mahdi Ghane ·

    A Systematic Review and Taxonomy of Reinforcement Learning-Model Predictive Control Integration for Linear Systems

    arXiv:2604.21030v2 Announce Type: replace-cross Abstract: The integration of Model Predictive Control (MPC) and Reinforcement Learning (RL) has emerged as a promising paradigm for constrained decision-making and adaptive control. MPC offers structured optimization, explicit const…

  147. arXiv cs.CL TIER_1 English(EN) · Nhat Minh Pham, Duy Tung Doan, Thi Duyen Ngo, Vinh Van Nguyen, Khac-Hoai Nam Bui ·

    SpecRoll: Fast-Slow Verifier-Feedback Adaptation for Speculative Reinforcement Learning Rollouts

    arXiv:2608.04962v1 Announce Type: cross Abstract: Reinforcement learning (RL) post-training improves the reasoning capabilities of large language models, but autoregressive rollout generation remains a major efficiency bottleneck. Speculative decoding can accelerate generation, y…

  148. arXiv cs.LG TIER_1 English(EN) · Rohit Kumar Salla, Manoj Saravanan, Simon Stepputtis ·

    Learning When to Stop: Prefix-Optimal Dynamic Diffusion Policies for Continuous Control

    arXiv:2608.05084v1 Announce Type: new Abstract: Diffusion policies are a powerful policy class for continuous control, but their iterative denoising process creates a substantial computational bottleneck. Reducing this cost requires adapting the number of denoising steps to the d…

  149. arXiv cs.LG TIER_1 English(EN) · Maciej Wojtala, Bogusz Stefa\'nczyk, Dominik Bogucki, {\L}ukasz Lepak, Pawe{\l} Wawrzy\'nski ·

    Communication-Enhanced Tutoring for Efficient Decentralized Multi-Agent Reinforcement Learning

    arXiv:2508.13661v4 Announce Type: replace Abstract: Centralized Training with Decentralized Execution (CTDE) is the dominant paradigm in multi-agent reinforcement learning (MARL), enabling agents to act independently at test time while leveraging additional information during tra…

  150. Hugging Face Daily Papers TIER_1 English(EN) ·

    EnvACE: Internalizing Environment Dynamics via World Rehearsal for Agentic Reinforcement Learning

    Training large language model agents for long-horizon tool use typically relies on interactions with real or synthesized executable environments, whose construction and verification are costly, or on external simulators that are difficult to ground. We introduce EnvACE, an agenti…

  151. Hugging Face Daily Papers TIER_1 English(EN) ·

    AgentOPSD: Recursive Self-Distillation for Agentic Reinforcement Learning

    Reinforcement learning (RL) with verifiable rewards constructs trajectory-level advantage estimates, yet it often fails to credit the few pivotal decisions that determine outcomes in long-horizon, multi-turn agentic tasks. Recent work introduces privileged self-distillation for c…

  152. Hugging Face Daily Papers TIER_1 English(EN) ·

    Agentic Reinforcement Learning with Observation-Calibrated Self-Distillation

    Large language model agents are commonly trained through reinforcement learning with sparse trajectory-level rewards, which offer limited guidance on how strongly individual tokens should be updated. On-Policy Self-Distillation (OPSD) addresses this by re-scoring generated tokens…

  153. arXiv cs.CL TIER_1 English(EN) · Weitao Feng, Lixu Wang, Peizhuo Lv, Tianyi Wei, Jie Zhang, Chongyang Gao, Sinong Zhan, Wei Dong ·

    Token Buncher: Shielding LLMs from Harmful Reinforcement Learning Fine-Tuning

    arXiv:2508.20697v4 Announce Type: replace-cross Abstract: As large language models (LLMs) continue to grow in capability, so do the risks of harmful misuse through fine-tuning. While most prior studies assume that attackers rely on supervised fine-tuning (SFT) for such misuse, we…

  154. arXiv cs.LG TIER_1 English(EN) · Zixuan Liu, Fangzheng Wu, Brian Summa, Zizhan Zheng ·

    Robust General Utility for Reinforcement Learning

    arXiv:2608.03562v1 Announce Type: new Abstract: Reinforcement learning (RL) with general utility extends classic RL by optimizing an arbitrary utility functional of the policy-induced occupancy measure, thereby enabling a broader range of applications. However, previous work on g…

  155. arXiv cs.AI TIER_1 English(EN) · Weichen Xu, Zhenhua Liu, Lin Luo, Yaobo Liang, Chengtang Yao, Qingyu Mei, Jian Cao, Xixin Cao, Xing Zhang, Jiaolong Yang, Baining Guo ·

    Continue or Replan? Bernoulli-Continuation Policy Learning for Adaptive Horizon Execution

    arXiv:2608.03483v1 Announce Type: cross Abstract: Existing chunk-based Vision-Language-Action (VLA) models execute a fixed number of actions (i.e., execution horizon) before replanning, turning replanning into a task-agnostic periodic schedule that is independent of task progress…

  156. arXiv cs.CL TIER_1 English(EN) · Kunbin Xu, Xingzuo Li, Xuefeng Bai, Kehai Chen ·

    Hi-TTRL: Regulating Consensus with Hints for Test-Time Reinforcement Learning

    arXiv:2608.03545v1 Announce Type: new Abstract: Test-time reinforcement learning (TTRL) improves the reasoning capabilities of large language models without labeled data by updating the policy with pseudo-labels constructed through majority voting. While effective, the reward sig…

  157. arXiv cs.AI TIER_1 English(EN) · Yibei Liu, Jiajun Chen, Qianle Zhang, Tangyue Jin, Mengying Zhu, Meng Xi, Yangyang Wu ·

    Taming the Implicit: Dual-Channel Risk-Aware Reinforcement Fine-Tuning for Continual Multimodal Post-Training

    arXiv:2608.03660v1 Announce Type: new Abstract: Reinforcement fine-tuning (RFT) is widely believed to inherently resist catastrophic forgetting in continual post-training of multimodal large language models. Under pronounced task distributional shifts, however, forgetting across …

  158. arXiv cs.AI TIER_1 English(EN) · Christophe D. Hounwanou, John Emeka Eze, Ya\'e Ulrich Gaba ·

    Hybrid LLM-Augmented Reinforcement Learning Agents for Complex Sequential Decision Tasks

    arXiv:2608.03502v1 Announce Type: new Abstract: Large Language Models (LLMs) have recently shown strong capabilities in reasoning, planning, and tool-use, enabling new forms of autonomous agents. However, LLM-based agents struggle with long-horizon sequential decision tasks that …

  159. arXiv cs.AI TIER_1 English(EN) · Yongshi Ye, Liang Zhang, Yidong Chen, Xiaodong Shi, Biao Fu ·

    Don't Peek at the Answer: Outcome-Masked Group Relative Policy Optimization for Label-Free RLVR

    arXiv:2608.03119v1 Announce Type: new Abstract: Reinforcement Learning with Verifiable Rewards (RLVR) improves LLM reasoning but typically relies on ground-truth (GT) answers, limiting scalability. Voting-based label-free RLVR replace gold supervision with answer-level consensus …

  160. arXiv cs.AI TIER_1 English(EN) · Subrat Prasad Panda, Blaise Genest, Arvind Easwaran ·

    Neurosymbolic Reasoning with Incremental Knowledge for Sample Efficient Hierarchical Reinforcement Learning

    arXiv:2608.02993v1 Announce Type: new Abstract: (Flat) Reinforcement Learning (RL) agents face significant challenges in environments with sparse rewards that require long-horizon reasoning. A compelling approach to improve sample efficiency is to incorporate knowledge into learn…

  161. arXiv cs.CL TIER_1 English(EN) · Fangxu Yu, Tao Feng, Dehai Min, Zinan Lin, Weijia Xu, Michael Xu, Philip S. Yu, Ge Liu, Tianyi Zhou ·

    Reinforcement Learning with Evolving Rubrics as Rewards for Audio Reasoning

    arXiv:2608.02831v1 Announce Type: cross Abstract: Audio reasoning is essential for machine understanding of the acoustic world. Reinforcement learning with verifiable rewards can elicit such reasoning, yet existing reward designs are complementary in their limitations: outcome-ba…

  162. arXiv cs.AI TIER_1 English(EN) · Ranxu Zhang, Guinan Chen, Chenshaodong, Jinghao Lin, Xiaozhou Xu, Sunzhe, Yanyong Zhang, Chao Wang ·

    Agentic Reinforcement Learning with Self-Distilled Reward Shaping

    arXiv:2608.03223v1 Announce Type: cross Abstract: Agentic reinforcement learning enables LLM agents to learn through interaction, but sparse trajectory-level rewards reveal success without identifying which intermediate decisions deserve credit. Training-only privileged skills ca…

  163. arXiv cs.AI TIER_1 English(EN) · Guanrou Yang, Tian Tan, Qian Chen, Ziyang Ma, Yakun Song, Zhikang Niu, Qi Chen, Wenming Tu, Haitao Li, Shan Yang, Xie Chen ·

    GROW: Group-Relative Advantage-Weighted On-Policy Reinforcement Learning of Autoregressive-Diffusion Text-to-Speech model

    arXiv:2608.03215v1 Announce Type: cross Abstract: Reinforcement learning for flow-matching text-to-speech is complicated by deterministic ODE sampling: trajectory-level policy-gradient methods typically convert the ODE into an SDE and track per-step likelihood ratios, introducing…

  164. arXiv cs.AI TIER_1 English(EN) · Wen Wang, Jiahua Bao, Tu Yongsiqi, Yihao Liu, Haotian Zhou, Haoxuan Ma, Mengyu Zhou, Wenkui Fan, Junwei He, Xiaoxi Jiang, Guanjun Jiang ·

    SMOPD: Multi-Reward Reinforcement Learning via Specialize-and-Merge Online Policy Distillation

    arXiv:2608.03092v1 Announce Type: cross Abstract: We aim to improve model performance in multi-reward reinforcement learning training process. Existing Group reward-Decoupled Normalization Policy Optimization (GDPO) has mitigated the issue of reward signals masking one another du…

  165. arXiv cs.AI TIER_1 English(EN) · Ziqi Jia, Yalu Ouyang, Bo Pang, Panpan Li, Hangfei Xu, Shengzhao Wen, Shiyong Li, Yanpeng Wang ·

    CVPO: Enhancing LLM Reinforcement Learning Reasoning via Value-Variance Adaptation and Dynamic Curriculum Learning

    arXiv:2608.03068v1 Announce Type: cross Abstract: Reinforcement learning (RL) has emerged as an effective method for enhancing the reasoning capabilities of large language models (LLMs). However, existing methods suffer from insufficient precision in feedback on generated answer …

  166. arXiv cs.AI TIER_1 English(EN) · Evan Assmus, Qining Zhang, Lei Ying ·

    SP3O: Reinforcement Learning from Segment Preferences without Reward Modeling

    arXiv:2608.02951v1 Announce Type: cross Abstract: Preference-based reinforcement learning (PbRL) for general stochastic MDPs often requires training a reward model. Existing reward-model-free methods are either restricted to bandits or deterministic MDPs, such as DPO or P3O, or u…

  167. arXiv cs.MA (Multiagent) TIER_1 English(EN) · Mohsen Imani ·

    Trident : How to Break Deep Reinforcement Learning Cyber Defenses (Agentic)

    Autonomous cyber defense systems based on Deep Reinforcement Learning (DRL) have attracted significant research attention, yet remain evaluated almost exclusively against static, heuristic red agents, leaving their robustness against adaptive threats critically understudied. Mean…

  168. Hugging Face Daily Papers TIER_1 English(EN) ·

    Trident : How to Break Deep Reinforcement Learning Cyber Defenses (Agentic)

    Autonomous cyber defense systems based on Deep Reinforcement Learning (DRL) have attracted significant research attention, yet remain evaluated almost exclusively against static, heuristic red agents, leaving their robustness against adaptive threats critically understudied. Mean…

  169. Hugging Face Daily Papers TIER_1 English(EN) ·

    WorldCycle: Self-Verifiable Reinforcement Learning for Long-Horizon Video World Models

    Interactive video world models are essential for long-horizon planning and exploration, yet they suffer from compounding errors. Post-training methods such as reinforcement learning (RL) can improve these models, but they hit a verification bottleneck: for arbitrary action sequen…

  170. arXiv cs.MA (Multiagent) TIER_1 English(EN) · Weiyu Xu ·

    History Matters: Meta-policy Delegation with Heterogeneous Multi-agent Reinforcement Learning

    AI agents are expected to play an increasingly important role in future decision-making systems. In this paper, we consider collaborative systems composed of heterogeneous multi-agent systems (MAS), where their members have different capabilities and operating costs. We study how…

  171. arXiv cs.MA (Multiagent) TIER_1 English(EN) · Yaé Ulrich Gaba ·

    Hybrid LLM-Augmented Reinforcement Learning Agents for Complex Sequential Decision Tasks

    Large Language Models (LLMs) have recently shown strong capabilities in reasoning, planning, and tool-use, enabling new forms of autonomous agents. However, LLM-based agents struggle with long-horizon sequential decision tasks that require precise action optimization and environm…

  172. arXiv cs.LG TIER_1 English(EN) · Shuai Han, Mehdi Dastani, Shihan Wang ·

    Credit Assignment and Efficient Exploration based on Influence Scope in Multi-agent Reinforcement Learning

    arXiv:2505.08630v2 Announce Type: replace Abstract: Training cooperative agents in sparse-reward scenarios poses significant challenges for multi-agent reinforcement learning (MARL). Without clear feedback on actions at each step in sparse-reward setting, previous methods struggl…

  173. arXiv cs.LG TIER_1 English(EN) · Dominik Wagner, Leon Witzman, Luke Ong ·

    Near-Optimal Reinforcement Learning for Constrained Recurrence Objectives

    arXiv:2511.19849v2 Announce Type: replace-cross Abstract: Recurrence objectives, where a target region must be visited infinitely often, are a fundamental class of specifications for Markov decision processes (MDPs) and form the core of $\omega$-regular and linear temporal logic …

  174. arXiv cs.LG TIER_1 English(EN) · Brahim Driss, Alex Davey, Riad Akrour ·

    PB$^2$: Preference Space Exploration via Population-Based Methods in Preference-Based Reinforcement Learning

    arXiv:2506.13741v2 Announce Type: replace-cross Abstract: Preference-based reinforcement learning (PbRL) has emerged as a promising approach for learning behaviors from human feedback without predefined reward functions. However, current PbRL methods face a critical challenge in …

  175. arXiv cs.LG TIER_1 English(EN) · Mingfei Sun ·

    Randomized Advantage Transformation (RAT): Computing Natural Policy Gradients via Direct Backpropagation

    arXiv:2605.18591v2 Announce Type: replace Abstract: Natural policy gradients improve optimization by accounting for the geometry of distribution space, but their practical use is limited by the cost of estimating and inverting the Fisher matrix. We present Randomized Advantage Tr…

  176. arXiv cs.LG TIER_1 English(EN) · Sterre Lutz, Dani\"el Vos, Matthijs T. J. Spaan, Anna Lukina ·

    Optimizing Minimax Regret in Uncertain MDPs with Small Sets of Policies

    arXiv:2608.02509v1 Announce Type: cross Abstract: Sequential decision-making in real-world applications often involves uncertainty about the environment's model. Uncertain Markov decision processes (UMDPs) represent the possible environments as a set of MDPs with shared states an…

  177. arXiv cs.LG TIER_1 English(EN) · Wenhao Zhang, Yibo Xie, Rui Wang, Jiahua Yang, Lei Jiang, Zibo Yang, Yawei Wang, Jiali Xu, jasperawang, Haoyang Long, Huan Xiong, alantzhao ·

    Reusing Rollouts under Policy Lag: Prefix-Normalized Policy Optimization for LLM Reinforcement Learning

    arXiv:2608.01418v1 Announce Type: cross Abstract: Autoregressive rollout generation is a major computational cost in reinforcement learning for large language models. Reusing each rollout batch for additional learner updates amortizes this cost, but later updates become increasin…

  178. arXiv cs.LG TIER_1 English(EN) · Claire Vernade, Onno Eberhard, Martha White, Florian D\"orfler, Csaba Szepesv\'ari, Miroslav Krstic, Michael Muehlebach ·

    Foundations of Reinforcement Learning and Control:Connections and New Perspectives

    arXiv:2608.02433v1 Announce Type: new Abstract: Reinforcement learning and control theory are two adjacent scientific fields that focus on optimizing the controller of unknown dynamical systems using feedback. While both fields have common roots in dynamic programming, they have …

  179. arXiv cs.LG TIER_1 English(EN) · Botao Dong, Longyang Huang, Ning Pang, Hongtian Chen ·

    Diffusion Policy with Behavioral Advantage Correction for Offline Reinforcement Learning

    arXiv:2608.02332v1 Announce Type: new Abstract: In offline reinforcement learning (RL), the distribution shift between behavioral data and the learned policy can lead to erroneous \emph{Q}-value estimation, thereby misguiding the direction of policy optimization. To address this …

  180. arXiv cs.LG TIER_1 English(EN) · Zhijian Zhou, Long Li, Xuan Zhang, Zongkai Liu, Yulei Qin, Ke Li, Xing Sun, Xiaoyu Tan, Chao Qu, Yuan Qi ·

    Start Classifying: Categorical Critics for LLM Reinforcement Learning

    arXiv:2608.02181v1 Announce Type: new Abstract: Proximal Policy Optimization (PPO) for large language models typically trains its critic by mean-squared-error (MSE) regression on scalar value targets. Although scalar MSE is statistically valid for estimating the conditional expec…

  181. arXiv cs.LG TIER_1 English(EN) · Abdelghani Ghanem, Mounir Ghogho ·

    Upper-Expectile Multi-Step Q-Learning for Off-Policy Reinforcement Learning

    arXiv:2608.02034v1 Announce Type: new Abstract: Multi-step returns accelerate reward propagation in off-policy reinforcement learning, but couple the evaluation of each decision to the suboptimal logged actions that follow it, inducing a pessimistic bias that grows with the horiz…

  182. arXiv cs.LG TIER_1 English(EN) · Ankur Naskar, Vivek T A, Aditya Kumar, Gugan Thoppe, Prashanth L. A ·

    Finite-Time Analysis of Discounted Exponential-Utility Reinforcement Learning

    arXiv:2608.01917v1 Announce Type: new Abstract: Discounted exponential utility provides a principled criterion for risk-sensitive sequential decision-making, but its nonlinear structure complicates reinforcement learning. A recent work \citep{thoppe2026reinforcement} addressed th…

  183. arXiv cs.LG TIER_1 English(EN) · Wonseok Lee, Jimyeong Kim, Jungmin Ko, Wonjong Rhee ·

    Beyond On-Policy Exploration: Integrating External Policy Rollouts for Reinforcement Learning in Diffusion Language Models

    arXiv:2608.01717v1 Announce Type: new Abstract: Recent reinforcement learning methods for diffusion large language models (dLLMs) commonly rely on on-policy rollouts generated by the target dLLM itself. When successful on-policy rollouts are scarce, however, on-policy training ma…

  184. arXiv cs.LG TIER_1 English(EN) · Haowei Liu, Jiamian Wang, Hsin-Tai Wu, Zhiqiang Tao, Yi Fang ·

    HindSearch: Trajectory-Level Hindsight Critique for Search-Augmented Reinforcement Learning

    arXiv:2608.01597v1 Announce Type: new Abstract: Search-augmented LM agents are typically trained with a binary exact-match reward, which throws away most of what a failed trajectory tells us about why it failed. We introduce HindSearch, a hindsight self-distillation procedure for…

  185. arXiv cs.LG TIER_1 English(EN) · Umer Siddique, Peilang Li, Conor Wallace, Yongcan Cao ·

    Inference-Time Policy Alignment for Fair Reinforcement Learning

    arXiv:2608.00175v1 Announce Type: new Abstract: Deep reinforcement learning (RL) agents achieve strong performance by optimizing scalar reward functions. However, once deployed, the policies of these RL agents are often rigid and costly to adapt to new performance criteria. For i…

  186. arXiv cs.CL TIER_1 English(EN) · Jim Dilkes, Vahid Yazdanpanah, Sebastian Stein ·

    Instruction-Conditioned Exploration with Asymmetric Reinforcement Learning and Self-Distillation

    arXiv:2608.02087v1 Announce Type: cross Abstract: Post-training Large Language Models (LLMs) with Reinforcement Learning (RL) has become an important tool for improving model capabilities, but the LLM action-space structure introduces challenges distinct from classical RL, with i…

  187. arXiv cs.CL TIER_1 English(EN) · Li Wang, Xiaodong Lu, Xiaohan Wang, Jiajun Chai, Wei Lin, Tianhao Peng, Guojun Yin ·

    Toward Plasticity-Preserving KL Regularization for Capability Retention in LLM Reinforcement Learning

    arXiv:2608.01743v1 Announce Type: cross Abstract: Reinforcement learning (RL) has become a central paradigm for large language model (LLM) post-training, but optimization toward new objectives can degrade capabilities already present in the base model. KL regularization is widely…

  188. arXiv cs.CL TIER_1 English(EN) · Junhao Shen, Zhanqiu Zhang, Yiwen Guo, Hong Cheng ·

    Progressive Agent Skill Generation via Reinforcement Learning

    arXiv:2608.01678v1 Announce Type: cross Abstract: Existing skill generation methods largely rely on heuristics or pipeline-style consolidation, which must be specially designed for different evidence sources. In contrast, learning-based approaches offer a more unified way to mode…

  189. arXiv cs.CL TIER_1 English(EN) · Chengbo Liu, Lifang Zhou, Ruijie Yan, Pei Tan, Ao Sun, Haojun Huang, Guichun Hua, Sining Wei, Yining Chen, Yingying He, Yutao Xie ·

    RMSWeb: Reflection, Failure-Mode Mining, and Salvage-DS for Web Agent Reinforcement Learning

    arXiv:2608.00335v1 Announce Type: cross Abstract: Compact web agents can reduce deployment cost, but training them poses challenges in both data collection and post-SFT reinforcement learning (RL). Successful trajectories are expensive to collect and often contain inefficient det…

  190. arXiv cs.CL TIER_1 English(EN) · Xujun Che, Yuchen Yuan, Weida Zhao, Chenyang Yu ·

    Abstention as an Action Can Kill Both the Reward Gradient and the KL Anchor: Collapse Law and Repair for Error-Penalized Reinforcement Learning

    arXiv:2608.00301v1 Announce Type: cross Abstract: Error-penalized scoring rules ($+1$ for a correct answer, $-\lambda$ for a wrong one, $0$ for abstaining) are increasingly prescribed against hallucination: a rational agent facing such a rule answers exactly when its correctness …

  191. arXiv cs.CL TIER_1 English(EN) · Tao Liu, Tao Feng, Xiangheng Li, Jinwang Song, Yifan Li, Xiaoqing Cheng, Dixuan Zhang, Siquan Li, Lin Lan, Hongying Zan, Kunli Zhang, Chao Wu ·

    SERL-SQL: Selective Hindsight Distillation for Text-to-SQL Reinforcement Agentic Learning

    arXiv:2608.00485v1 Announce Type: new Abstract: Recent Text-to-SQL systems increasingly rely on multi-turn interaction, execution feedback, and reinforcement learning. However, most existing methods use execution correctness only as a trajectory-level reward, which provides limit…

  192. Hugging Face Daily Papers TIER_1 English(EN) ·

    CVPO: Enhancing LLM Reinforcement Learning Reasoning via Value-Variance Adaptation and Dynamic Curriculum Learning

    Reinforcement learning (RL) has emerged as an effective method for enhancing the reasoning capabilities of large language models (LLMs). However, existing methods suffer from insufficient precision in feedback on generated answer trajectories and exhibit the phenomenon of problem…

  193. Hugging Face Daily Papers TIER_1 English(EN) ·

    Optimizing Minimax Regret in Uncertain MDPs with Small Sets of Policies

    Sequential decision-making in real-world applications often involves uncertainty about the environment's model. Uncertain Markov decision processes (UMDPs) represent the possible environments as a set of MDPs with shared states and actions but potentially different transition pro…

  194. Hugging Face Daily Papers TIER_1 English(EN) ·

    Instruction-Conditioned Exploration with Asymmetric Reinforcement Learning and Self-Distillation

    Post-training Large Language Models (LLMs) with Reinforcement Learning (RL) has become an important tool for improving model capabilities, but the LLM action-space structure introduces challenges distinct from classical RL, with implications for inducing exploration. New methods …

  195. Hugging Face Daily Papers TIER_1 English(EN) ·

    Finite-Time Analysis of Discounted Exponential-Utility Reinforcement Learning

    Discounted exponential utility provides a principled criterion for risk-sensitive sequential decision-making, but its nonlinear structure complicates reinforcement learning. A recent work \citep{thoppe2026reinforcement} addressed this difficulty by introducing a Bellman-compatibl…

  196. arXiv cs.LG TIER_1 English(EN) · Yanzhe Hu, Yijie Jin, Pengfei Liu, Kai Yu, Zhijie Deng ·

    LightningRL: Breaking the Accuracy-Parallelism Trade-off of Block-wise dLLMs via Reinforcement Learning

    arXiv:2603.13319v2 Announce Type: replace Abstract: Diffusion Large Language Models (dLLMs) have emerged as a promising paradigm for parallel token generation, with block-wise variants garnering significant research interest. Despite their potential, existing dLLMs typically suff…

  197. arXiv cs.LG TIER_1 English(EN) · Yanwei Jia, Du Ouyang ·

    Convergence and Regret of the Policy Gradient for Multi-Armed Bandits in Diffusion Environment

    arXiv:2607.29593v1 Announce Type: new Abstract: This paper studies the policy gradient update for a multi-arm bandit problem in diffusion environment that is described by a stochastic differential equation (SDE) under the continuous-time reinforcement learning framework by Wang e…

  198. arXiv cs.LG TIER_1 English(EN) · Anders Jonsson, Emilie Kaufmann, Gianmarco Tedeschi, Lorenzo Steccanella ·

    Sample Efficient Hierarchical Reinforcement Learning via Best Policy Identification

    arXiv:2607.29294v1 Announce Type: new Abstract: We present HBPI-UCRL, a model-based algorithm for hierarchical reinforcement learning (HRL) that learns high-level and low-level policies in parallel. HBPI-UCRL exploits the fact that a high-level transition corresponds to a multi-s…

  199. arXiv cs.AI TIER_1 English(EN) · Jiajun Hu, Nuria Armengol Urpi, Jin Cheng, Stelian Coros ·

    Maximum Entropy Behavior Exploration for Sim2Real Zero-Shot Reinforcement Learning

    arXiv:2603.25464v2 Announce Type: replace-cross Abstract: Zero-shot reinforcement learning (RL) algorithms aim to learn a family of policies from a reward-free dataset, and recover optimal policies for any reward function directly at test time. Naturally, the quality of the pretr…

  200. arXiv cs.AI TIER_1 English(EN) · Alex Davey, Alena Shilova, Brahim Driss, Riad Akrour ·

    StaQ: a Finite Memory Approach to Discrete Action Policy Mirror Descent

    arXiv:2506.13862v2 Announce Type: replace-cross Abstract: In Reinforcement Learning (RL), regularization with a Kullback-Leibler divergence that penalizes large deviations between successive policies has emerged as a popular tool both in theory and practice. This family of algori…

  201. arXiv cs.AI TIER_1 English(EN) · Guanqun Zhao, Zijun Xie, Binbin Zheng, Enlei Gong, Jiafeng Lu, Yehan Yang, Aoqi Hu, Zeyu Chen ·

    Deconstructing Off-Policy Ratios: Entropy-Scaled Trust Regions for Asynchronous Reinforcement Learning

    arXiv:2607.22186v2 Announce Type: replace Abstract: Asynchronous reinforcement learning (RL) accelerates large language model (LLM) post-training by overlapping rollout generation with policy optimization, but the resulting stale, off-policy data can destabilize optimization and …

  202. arXiv cs.AI TIER_1 English(EN) · Reuben Tan, Baolin Peng, Zhengyuan Yang, Hao Cheng, Oier Mees, Theodore Zhao, Andrea Tupini, Isar Meijer, Qianhui Wu, Yuncong Yang, Lars Liden, Yu Gu, Sheng Zhang, Xiaodong Liu, Lijuan Wang, Marc Pollefeys, Yong Jae Lee, Jianfeng Gao ·

    Multimodal Reinforcement Learning with Adaptive Verifier for AI Agents

    arXiv:2512.03438v3 Announce Type: replace Abstract: Agentic reasoning models trained with multimodal reinforcement learning (MMRL) have become increasingly capable, yet they are almost universally optimized using sparse, outcome-based rewards computed based on the final answers. …

  203. arXiv cs.AI TIER_1 English(EN) · Naman Saxena, Mudit Gaur, Vaneet Aggarwal ·

    Hypergradient-based Bilevel Reinforcement Learning with Improved Sample Complexity

    arXiv:2607.28849v1 Announce Type: cross Abstract: Bilevel reinforcement learning (RL) is an important framework within the literature of RL that can be used to formalize various categories of problems, such as meta-learning, hierarchical task decomposition, and reinforcement lear…

  204. arXiv cs.AI TIER_1 English(EN) · Manith Adikari, Bei Peng, Samuele Vinanzi, Angelo Cangelosi ·

    LEMUR: Learning to Align with Multi-Objective Reinforcement Learning from Preference Feedback

    arXiv:2607.29559v1 Announce Type: new Abstract: Reinforcement Learning (RL) systems are typically trained using a single, well-specified scalar reward function. However, real-world decision-making tasks often involve multiple, competing objectives, such as performance versus effi…

  205. arXiv cs.AI TIER_1 English(EN) · Ruiming Liang, Yi Zhong, Yizhen Yuan, Yinan Zheng, Tianyi Tan, Tianyue Wang, Haiyun Guo, Jinqiao Wang, Xianyuan Zhan ·

    Don't Mix Rewards, Mix Policies: Policy Decomposition and Optimization for Multi-Reward RL

    arXiv:2607.29246v1 Announce Type: new Abstract: Modern large language models (LLMs) are expected not just to answer correctly, but to adapt their behavior to different human values and use cases. As a result, multi-reward reinforcement learning (RL) has become an increasingly imp…

  206. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Yi Fang ·

    HindSearch: Trajectory-Level Hindsight Critique for Search-Augmented Reinforcement Learning

    Search-augmented LM agents are typically trained with a binary exact-match reward, which throws away most of what a failed trajectory tells us about why it failed. We introduce HindSearch, a hindsight self-distillation procedure for GRPO: after each rollout, a frozen judge writes…

  207. Hugging Face Daily Papers TIER_1 English(EN) ·

    Progressive Agent Skill Generation via Reinforcement Learning

    Existing skill generation methods largely rely on heuristics or pipeline-style consolidation, which must be specially designed for different evidence sources. In contrast, learning-based approaches offer a more unified way to model skill generation across heterogeneous sources. H…

  208. Hugging Face Daily Papers TIER_1 English(EN) ·

    PCSD: Persistent Consistency for Self-Distillation in Agentic Reinforcement Learning

    Large language model agents have shown strong potential in complex interactive tasks, yet their reinforcement learning (RL) is often hindered by sparse rewards, as a long multi-turn trajectory may receive only a single outcome-level signal. On-policy self-distillation (OPSD) prov…

  209. arXiv cs.LG TIER_1 English(EN) · Ken Ding ·

    LoRA Scaffolded Policy Optimization (LSPO): A Sampling-Time Low-Rank Scaffold for Recovering Reinforcement-Learning Gradient on Zero-Reward Cliff Prompts

    arXiv:2607.27787v1 Announce Type: new Abstract: Reinforcement learning from verifiable rewards (RLVR) for mathematical reasoning suffers from a structural blind spot: on "cliff" prompts-those on which every sampled rollout in a group fails-the group-normalized advantage is identi…

  210. arXiv cs.LG TIER_1 English(EN) · Muhammad Adil Saleem, Syed Ali Raza, Mary-Anne Williams ·

    Class-Aware Reinforcement Learning for Counterfactual Explanation Generation

    arXiv:2607.27905v1 Announce Type: new Abstract: Counterfactual explanations (CFEs) enhance the interpretability of black-box models by generating alternative instances with adjusted feature values that achieve a contrastive outcome. Reinforcement learning (RL) offers a promising …

  211. arXiv cs.AI TIER_1 English(EN) · Javier C. Weddington, Bence P. \"Olveczky, Stephen A. Baccus ·

    Reinforcement Learning on Cost-Constrained Quadrupedal Hardware

    arXiv:2607.26434v2 Announce Type: cross Abstract: Deploying learned control policies on low-cost robotic platforms introduces transport latencies and noisy motor feedback that systematically widens the sim-to-real gap. The chasm of simulation to deployment in hardware lies in the…

  212. arXiv cs.CL TIER_1 English(EN) · Hongyu Chen, Liang Lin, Guangrun Wang ·

    SVR: Self-Verifying Refinement via Joint Verdict-Confidence Reinforcement Learning for Adaptive Test-Time Compute

    arXiv:2607.28457v1 Announce Type: cross Abstract: Scaling test-time computation can improve language-model reasoning, but uniform budgets waste computation on easy inputs, while verifier-guided refinement relies on external feedback. We introduce Self-Verifying Refinement (SVR), …

  213. arXiv cs.LG TIER_1 English(EN) · Ankur Naskar, Vaneet Aggarwal ·

    Hierarchical Multilevel Monte Carlo for Order-Optimal Neural Actor-Critic in Average-Reward CMDPs

    arXiv:2607.28390v1 Announce Type: new Abstract: Constrained Markov Decision Processes (CMDPs) provide a natural framework for reinforcement learning in safety-critical applications, where agents maximize long-term reward while satisfying long-term constraints. Although primal-dua…

  214. arXiv cs.LG TIER_1 English(EN) · Binbin Zheng, Zijun Xie, Guanqun Zhao, Enlei Gong, Xing Ma, Xiaoliang Fu, Zeyu Chen ·

    Group-Reflective Self-Distillation for Agentic Reinforcement Learning

    arXiv:2607.28076v1 Announce Type: cross Abstract: Reinforcement learning with verifiable rewards (RLVR) is effective for training large language model agents. However, terminal rewards provide only coarse trajectory-level supervision, leaving successful behaviors, recurring mista…

  215. arXiv cs.LG TIER_1 English(EN) · Yuxuan Zhu, Daniel Kang ·

    Noisy Data is Destructive to Reinforcement Learning with Verifiable Rewards

    arXiv:2603.16140v2 Announce Type: replace Abstract: Reinforcement learning with verifiable rewards (RLVR) has driven recent capability advances of large language models across various domains. Recent studies suggest that improved RLVR algorithms allow models to learn effectively …

  216. arXiv cs.LG TIER_1 English(EN) · Yijie Huang, Mengge Li, Xiang Yu, Zhou Zhou ·

    Continuous-time reinforcement learning for optimal switching over multiple regimes

    arXiv:2512.04697v3 Announce Type: replace-cross Abstract: This paper studies the continuous-time reinforcement learning (RL) for optimal switching problems across multiple regimes. We consider a type of exploratory formulation under entropy regularization where the agent randomiz…

  217. arXiv cs.LG TIER_1 English(EN) · Samuel Alexander, Arthur Paul Pedersen ·

    Representation and Invariance in Reinforcement Learning

    arXiv:2112.07752v4 Announce Type: replace-cross Abstract: Researchers have formalized reinforcement learning (RL) in different ways. If an agent in one RL framework is to run within another RL framework's environments, the agent must first be converted, or mapped, into that other…

  218. Hugging Face Daily Papers TIER_1 English(EN) ·

    Class-Aware Reinforcement Learning for Counterfactual Explanation Generation

    Counterfactual explanations (CFEs) enhance the interpretability of black-box models by generating alternative instances with adjusted feature values that achieve a contrastive outcome. Reinforcement learning (RL) offers a promising approach for CFE generation, enabling efficient …

  219. Hugging Face Daily Papers TIER_1 English(EN) ·

    LoRA Scaffolded Policy Optimization (LSPO): A Sampling-Time Low-Rank Scaffold for Recovering Reinforcement-Learning Gradient on Zero-Reward Cliff Prompts

    Reinforcement learning from verifiable rewards (RLVR) for mathematical reasoning suffers from a structural blind spot: on "cliff" prompts-those on which every sampled rollout in a group fails-the group-normalized advantage is identically zero, so GRPO produces no gradient on prec…

  220. arXiv cs.LG TIER_1 English(EN) · Gong Gao, Xiao Lai, Ziqi Xie, Guojie Chen, Xianhui Liu, Weidong Zhao ·

    Collaborative Weighting with Pessimistic Critic for Mitigating Overestimation in Off-Policy Reinforcement Learning

    arXiv:2607.26509v1 Announce Type: new Abstract: Deep off-policy reinforcement learning algorithms for continuous control typically rely on neural value function approximation to guide policy improvement. However, temporal-difference (TD) learning introduces noisy targets, resulti…

  221. arXiv cs.CL TIER_1 English(EN) · Jianze Wang, Kunwang Zheng, Ying Liu, Yu Cao, Qilong Zhang, Jinlong Chen, Hua Yang, Qianglong Chen ·

    SERPO: Self-Evolving Rubric Policy Optimization for Open-Ended Test-Time Reinforcement Learning

    arXiv:2607.26873v1 Announce Type: new Abstract: Test-time reinforcement learning (TTRL) enables language models to self-evolve at inference time without labeled feedback. Existing methods rely on answer voting and therefore do not extend naturally to open-ended generation, where …

  222. arXiv cs.CL TIER_1 English(EN) · Yunpeng Chu ·

    Meta-Learned Reward Shaping for Reinforcement Learning from Human Feedback

    arXiv:2607.26094v1 Announce Type: cross Abstract: Reinforcement Learning from Human Feedback (RLHF) is the standard approach for aligning large language models with human preferences, but its quality is limited by static, task-agnostic reward models. This mismatch leads to sparse…

  223. arXiv cs.LG TIER_1 English(EN) · Siddharth Aphale, Ayushman Singh ·

    SCOUT: Per-Context Reset Curricula for Sparse-Reward Reinforcement Learning

    arXiv:2607.26417v1 Announce Type: new Abstract: Sparse-reward reinforcement learning often fails because rollouts from the unassisted evaluation start rarely reach later task stages. Reset curricula address this by starting some training rollouts from easier intermediate states, …

  224. arXiv cs.LG TIER_1 English(EN) · Hei Yi Mak, Shadan Golestan, Hoang Le, Mehran Taghian Jazi, Yunke Peng, Yaoyuan Wang, Yao Wang, Junsong Wang, Tianchi Hu, Fengchen He, Guipeng Hu, Tanzila Rahman, Anandharaju Durai Raju ·

    HiFloat4 Format for End-To-End Reinforcement Learning Post-Training of Large Language Models

    arXiv:2607.26515v1 Announce Type: new Abstract: We present, to our knowledge, the first end-to-end FP4 RL post-training, in which both the rollout and training policies, including their forward and backward passes, operate at 4-bit precision. A systematic study reveals that the d…

  225. arXiv cs.LG TIER_1 English(EN) · Zhiyuan Yao, Yuxin Chen, Zhengxi Lu, Zishan Xu, Yueqing Sun, Yifu Guo, Yuquan Lu, Zhengzhou Cai, Kangning Zhang, Zhuowen Han, Zi-Han Wang, Ziang Ye, Qi Gu, Xunliang Cai, Weiwen Liu, Yongliang Shen ·

    SkillRise: Agentic Reinforcement Learning for Cross-Task Skill Evolution

    arXiv:2607.26784v1 Announce Type: new Abstract: Large language model agents often encounter related yet distinct tasks that share reusable solution patterns. Yet standard agentic reinforcement learning treats tasks as independent episodes, while existing approaches to skill learn…

  226. Hugging Face Daily Papers TIER_1 English(EN) ·

    SkillRise: Agentic Reinforcement Learning for Cross-Task Skill Evolution

    Large language model agents often encounter related yet distinct tasks that share reusable solution patterns. Yet standard agentic reinforcement learning treats tasks as independent episodes, while existing approaches to skill learning either focus on repeated attempts of one tas…

  227. arXiv cs.AI TIER_1 English(EN) · Bo-Wen Zhang, Junwei He, Wen Wang, Song-Lin Lv, Wentao Ma, Rongyi Lin, Shuhan Zhong, Lan-Zhe Guo ·

    CoRT: Counterfactual Replay for Token-Level Rubric-Guided Policy Optimization

    arXiv:2607.25659v1 Announce Type: new Abstract: Rubric-based reinforcement learning enriches language model training by evaluating model outputs against explicit criteria. Yet in GRPO-style pipelines, these structured judgments are reduced to a scalar response-level reward and co…

  228. arXiv cs.AI TIER_1 English(EN) · Zibin Meng, Zhenyu Zhao, Chunqiang Run ·

    AdaKP: Online Adaptive Knowledge-Point Selection for Reasoning-Oriented Reinforcement Learning

    arXiv:2607.24833v1 Announce Type: new Abstract: Reinforcement learning with verifiable rewards is a powerful paradigm for eliciting reasoning in large language models, yet it suffers from severe reward sparsity on competition-level mathematics. A common remedy injects atomic know…

  229. arXiv cs.AI TIER_1 English(EN) · Luc McCutcheon, Evangelos Chatzaroulas, Saber Fallah ·

    Calibrated Partial Resets: Preventing Policy Collapse in Continual Reinforcement Learning

    arXiv:2607.24996v1 Announce Type: cross Abstract: Neural networks are hindered by accumulating dormant neurons and loss of expressivity throughout training, particularly in non-stationary data settings, such as continual supervised and reinforcement learning. Recently, neuron res…

  230. arXiv cs.CL TIER_1 English(EN) · Keer Lu, Chong Chen, Bin Cui, Yunhuai Liu, Wentao Zhang ·

    PilotRL: Training Language Model Agents via Global Planning-Guided Progressive Reinforcement Learning

    arXiv:2508.00344v5 Announce Type: replace Abstract: Large Language Models (LLMs) have shown remarkable advancements in tackling agent-oriented tasks. Despite their potential, existing work faces challenges when deploying LLMs in agent-based environments. The widely adopted agent …

  231. arXiv cs.AI TIER_1 English(EN) · Md Rezwanul Haque, Md. Milon Islam, Fakhri Karray ·

    Towards Robust Reinforcement Learning for Small-Scale Language Model Agents

    arXiv:2607.25091v1 Announce Type: new Abstract: The alignment of Small Language Models (SLMs) in the 70--500M parameter range using reinforcement learning is often considered unstable, though the underlying failure mechanisms have not been systematically investigated. In the Stat…

  232. arXiv cs.AI TIER_1 English(EN) · Jiaqi Zhang, Tong Chen, Junliang Yu, Quoc Viet Hung Nguyen, Hongzhi Yin ·

    ODYSSE: Episode-wise Policy Optimization for Personalized Agentic Reasoning

    arXiv:2607.25369v1 Announce Type: new Abstract: Agentic systems have rapidly advanced in their ability to interact with real-world environments, leverage external tools, and provide services for users. However, unlike natural-world tasks that assume well-defined instructions, hum…

  233. Hugging Face Daily Papers TIER_1 English(EN) ·

    Reinforcement Learning on Cost-Constrained Quadrupedal Hardware

    Deploying learned control policies on low-cost robotic platforms introduces transport latencies and noisy motor feedback that systematically widens the sim-to-real gap. The chasm of simulation to deployment in hardware lies in the delay of the actuator reaching the commanded posi…

  234. Hugging Face Daily Papers TIER_1 English(EN) ·

    SkillRise: Agentic Reinforcement Learning for Cross-Task Skill Evolution

    Large language model agents often encounter related yet distinct tasks that share reusable solution patterns. Yet standard agentic reinforcement learning treats tasks as independent episodes, while existing approaches to skill learning either focus on repeated attempts of one tas…

  235. arXiv cs.MA (Multiagent) TIER_1 English(EN) · Guoren Wang ·

    CHILL-Harness: Counterfactual Harness Learning for Efficient Reasoning in Long-Horizon Agents

    Agent harnesses have become the operational infrastructure of modern large language model agents, coordinating context, tools, verification, and execution control to translate latent model capability into reliable long-horizon behavior. However, reliable long-horizon behavior req…

  236. arXiv cs.AI TIER_1 English(EN) · Tianyi Men, Zhuoran Jin, Kang Liu, Jun Zhao ·

    The Physics of Multi-Turn Long-Horizon Planning: From Pre-training to Post-training via Single- and Multi-Teacher On-Policy Agentic Distillation

    arXiv:2607.24720v1 Announce Type: cross Abstract: Multi-turn long-horizon planning is critical for foundation model agents, yet how to fundamentally improve it remains unclear. Existing models are trained on uncontrollable and opaque Internet data, making it difficult to identify…

  237. arXiv cs.AI TIER_1 English(EN) · Xiao Ma, Zhiquan Hu, Yi Wei, Chenchen Zhao, Yijun Chen, Jicheng Zhao, Yuming Li Chuang Dai ·

    EviBack: Search-Agent Reinforcement Learning via Evidence-Constrained Teacher Backoff

    arXiv:2607.23955v1 Announce Type: new Abstract: Reinforcement learning enables Agentic RAG systems to learn multi-turn search from verifiable outcome rewards, but all- zero rollout groups provide no comparative signal and may hide useful search behavior. We present EviBack, an ev…

  238. arXiv cs.AI TIER_1 English(EN) · Kaibing Yang, Guangfeng Cai, Shengtian Yang, Shuo He, Yu Li, Mengyi Liu, Pengwei Chen, Jun Xu, Lei Feng ·

    Progress-conditioned Group Policy Optimization for Long-Horizon Agentic Tasks

    arXiv:2607.22724v1 Announce Type: cross Abstract: Group-based policy optimization has been increasingly used to train large language model (LLM) agents from sparse outcome rewards by comparing trajectories or steps within a group. However, on difficult long-horizon tasks, this co…

  239. arXiv cs.AI TIER_1 English(EN) · Wenwu Fan, Qihong Lin, Zhijie Xia, Zhuo Zheng, Sihao Wang, Qiang Chen, Liangsheng Zhu ·

    ACRL: Adaptive Control of Training-Inference Discrepancy for Stable Reinforcement Learning

    arXiv:2607.24062v1 Announce Type: cross Abstract: Reinforcement Learning (RL) training for Large Language Models (LLMs) often suffers from instability due to the discrepancy between training and inference. This training-inference discrepancy stems from two primary factors: an arc…

  240. arXiv cs.LG TIER_1 English(EN) · Zahra Abdalla Elashaal, Afef Hfaiedh, Nahla Khraief, Issmail Ellabib, Giansalvo Cirrincione ·

    Hierarchical Soft Actor-Critic for Sparse-Reward Long-Horizon Reinforcement Learning

    arXiv:2607.23726v1 Announce Type: cross Abstract: Exploration in sparse-reward long-horizon tasks poses significant challenges for reinforcement learning. To address these challenges, we propose a two-level Hierarchical Reinforcement Learning (HRL) framework. The first level hand…

  241. arXiv cs.LG TIER_1 English(EN) · Shaker Al-Tamari, Waled Kadour ·

    Explainable Reinforcement Learning via Physics-Aware Policy Distillation

    arXiv:2607.24672v1 Announce Type: new Abstract: In safety-critical sectors such as robotics and automotive engineering, the deployment of Deep Reinforcement Learning (DRL) is often hindered by the black-box nature of deep neural networks. This lack of transparency poses significa…

  242. arXiv cs.LG TIER_1 English(EN) · Michael Girstl, Alexander Mattick, Christopher Mutschler ·

    Constrained Reinforcement Learning Using Successor Representations

    arXiv:2607.24057v1 Announce Type: new Abstract: Real-world Reinforcement Learning depends on the ability to formulate safety constraints into a policy. A common way to model such constraints is to introduce an additional cost signal in the Markov Decision Process, which notifies …

  243. arXiv cs.AI TIER_1 English(EN) · Yang Wan, Zhenhao Zhang, Jierui Wang, Linchao Zhu ·

    SeekJudge: A Practical Reward Framework for Reinforcement Learning in Computer-Use Agents

    arXiv:2607.23263v1 Announce Type: new Abstract: Deciding whether a trajectory actually fulfills its instruction governs how we measure computer-use agents on long-horizon graphical-user-interface tasks and how we train them with reinforcement learning. This judgment has long reli…

  244. Hugging Face Daily Papers TIER_1 English(EN) ·

    CoRT: Counterfactual Replay for Token-Level Rubric-Guided Policy Optimization

    Rubric-based reinforcement learning enriches language model training by evaluating model outputs against explicit criteria. Yet in GRPO-style pipelines, these structured judgments are reduced to a scalar response-level reward and converted into a response-level advantage, which i…

  245. Hugging Face Daily Papers TIER_1 English(EN) ·

    The Physics of Multi-Turn Long-Horizon Planning: From Pre-training to Post-training via Single- and Multi-Teacher On-Policy Agentic Distillation

    Multi-turn long-horizon planning is critical for foundation model agents, yet how to fundamentally improve it remains unclear. Existing models are trained on uncontrollable and opaque Internet data, making it difficult to identify how planning ability is acquired, shaped, and int…

  246. arXiv cs.CL TIER_1 English(EN) · Jian Hu, Huiying Li, Hao Zhang, Binfeng Xu, Yifan Zhang, Shaokun Zhang, Hemil Desai, Michael Demoret, Pavlo Molchanov, Jan Kautz, Yi Dong ·

    Molt: A Scalable PyTorch-Native Training Framework for Agentic Reinforcement Learning

    arXiv:2607.21653v1 Announce Type: cross Abstract: Agentic reinforcement learning research is constant algorithm modification, new estimators, new pipeline stages, new rollout schemes, and in mainstream frameworks each change threads through layers of trainer, distributed backend,…

  247. Hugging Face Daily Papers TIER_1 English(EN) ·

    Towards Robust Reinforcement Learning for Small-Scale Language Model Agents

    The alignment of Small Language Models (SLMs) in the 70--500M parameter range using reinforcement learning is often considered unstable, though the underlying failure mechanisms have not been systematically investigated. In the State-of-the-Art (SOTA) research, fifteen (model, co…

  248. Hugging Face Daily Papers TIER_1 English(EN) ·

    The Physics of Multi-Turn Long-Horizon Planning: From Pre-training to Post-training via Single- and Multi-Teacher On-Policy Agentic Distillation

    Multi-turn long-horizon planning is critical for foundation model agents, yet how to fundamentally improve it remains unclear. Existing models are trained on uncontrollable and opaque Internet data, making it difficult to identify how planning ability is acquired, shaped, and int…

  249. Hugging Face Daily Papers TIER_1 English(EN) ·

    Anticipatory Risk-Guided Reinforcement Learning for Safe Flight Through Dynamic Clutter

    Safe quadrotor navigation in cluttered and dynamic environments depends not only on instantaneous geometric perception, but more critically on anticipating collision risks induced by relative motion. Conventional modular pipelines frequently suffer from perception latency, while …

  250. Hugging Face Daily Papers TIER_1 English(EN) ·

    Sparse Gaussian-Mixture-Model Q-Functions via Hadamard Overparametrization for Online Reinforcement Learning

    This paper develops an online, off-policy policy-iteration framework for reinforcement learning (RL), based on sparse Gaussian-mixture-model Q-functions (S-GMM-QFs). The framework reconciles streaming, non-stationary data with the Riemannian structure of the parameter space while…

  251. Hugging Face Daily Papers TIER_1 English(EN) ·

    On the Impossibility of Unbiased and Length-Invariant Policy Optimization with Outcome Rewards

    Group Relative Policy Optimization (GRPO) is the dominant reinforcement learning algorithm for training reasoning capabilities in large language models, notably adopted by DeepSeek-R1. The recent improvement Dr. GRPO (COLM 2025) identifies the response-level length bias caused by…

  252. arXiv cs.AI TIER_1 English(EN) · Manoosh Samiei, Doina Precup, Paul Masset ·

    Adaptive Multi-Horizon Reinforcement Learning

    arXiv:2607.20656v1 Announce Type: cross Abstract: Effective decision-making in complex and changing environments requires balancing short-term and long-term consequences. In reinforcement learning (RL), this trade-off is typically controlled through a fixed discount factor, which…

  253. arXiv cs.AI TIER_1 English(EN) · Yipeng Shi, Zhipeng Ma, Yue Wang, Qitai Tan, Yang Li, Peng Chen, Zhengzhou Zhu ·

    PATS: Policy-Aware Training Scaffolding for Agentic Reinforcement Learning

    arXiv:2607.21419v1 Announce Type: new Abstract: In long-horizon LLM agent reinforcement learning, weak policies often repeat similar failures, producing uninformative rollout trajectories and limiting effective policy optimization. Existing skill-centric methods improve explorati…

  254. arXiv cs.AI TIER_1 English(EN) · Gong Gao, Weidong Zhao, Xianhui Liu, Ning Jia ·

    Expert Behavior Prior Reinforcement Learning

    arXiv:2607.21302v1 Announce Type: new Abstract: Behavior prior reinforcement learning (BPRL) has emerged as a promising paradigm to improve sample efficiency in online reinforcement learning (RL) by leveraging policy priors derived from offline demonstrations. However, most exist…

  255. arXiv cs.AI TIER_1 English(EN) · Yubo Wang, Qiuyu Zhao, Zenghui Sun, Shichao Dong, Jinsong Lan, Xiaoyong Zhu, Haoyang Li, Bo Zheng, Lei Chen ·

    CMI-Mem: Toward Generalizable Long-Term Memory Management via CMI-Augmented Reinforcement Learning

    arXiv:2607.20553v1 Announce Type: new Abstract: Memory Manager models are pivotal in agent systems. Existing methods rely predominantly on LLM-judged synthetic question-answer (QA) pairs, making memory valuation dependent on sampled queries and the downstream reader. To address t…

  256. arXiv cs.AI TIER_1 English(EN) · Yarden As, Dhruva Tirumala, Ren\'e Zurbr\"ugg, Chenhao Li, Stelian Coros, Andreas Krause, Markus Wulfmeier ·

    What Matters for Simulation to Online Reinforcement Learning on Real Robots

    arXiv:2602.20220v2 Announce Type: replace-cross Abstract: We investigate what specific design choices enable successful online reinforcement learning (RL) on physical robots. Across 100 real-world training runs on three distinct robotic platforms, we systematically ablate algorit…

  257. arXiv cs.AI TIER_1 English(EN) · Chaofan Pan, Lingfei Ren, Xiangyu Jiang, Yanhua Li, Xuemei Cao, Xiangkun Wang, Hao Yu, Wei Wei, Xin Yang ·

    TOUR: A Trajectory-Level Unlearning Benchmark for Offline Reinforcement Learning

    arXiv:2607.21111v1 Announce Type: cross Abstract: Offline Reinforcement Learning (RL) agents are trained on fixed behavioral trajectories, which makes trajectory-level deletion important when selected data must be removed after training. Evaluating such deletion is difficult beca…

  258. arXiv cs.LG TIER_1 English(EN) · Mohammed Sameer Syed ·

    The Mechanism Matters: When Knowledge Graphs Help Reinforcement Learning

    arXiv:2607.19616v1 Announce Type: new Abstract: Knowledge graphs (KGs) are widely used to inject prior knowledge into reinforcement learning (RL), yet the literature is dominated by single-domain, positive-result method papers, so we lack a systematic account of when KG structure…

  259. arXiv cs.AI TIER_1 English(EN) · Siyi Hu, Mohamad A Hady, Jianglin Qiao, Jimmy Cao, Mahardhika Pratama, Ryszard Kowalczyk ·

    Toward Adaptable Multi-Agent Reinforcement Learning: An Assumption-Aware Review

    arXiv:2507.10142v2 Announce Type: replace Abstract: Multi-Agent Reinforcement Learning (MARL) has achieved strong performance in simulated benchmarks, yet real deployments often violate the assumptions under which algorithms are designed and evaluated. Agent populations may chang…

  260. arXiv cs.AI TIER_1 English(EN) · Yunjie Chen, Xiaoxin Chen, Fang Wang ·

    REGEN: Replay-recycling for Expert-to-Generalist distillation with Offline Reinforcement Learning

    arXiv:2607.19450v1 Announce Type: cross Abstract: Large-scale online reinforcement learning (RL) is the predominant means of eliciting advanced abilities including long-term reasoning and agentic tool use in large language models (LLMs). However, continuing to scale it across vas…

  261. arXiv cs.LG TIER_1 English(EN) · Vasos Arnaoutis, Eric Lutters, Bojana Rosi\'c ·

    Generalized Kalman filter based temporal difference reinforcement learning

    arXiv:2607.20010v1 Announce Type: new Abstract: In this paper, we present a generalized temporal-difference (TD) reinforcement learning framework based on the theory of conditional expectations. The value and action-value (Q-value) functions are treated as uncertain quantities, a…

  262. Hugging Face Daily Papers TIER_1 English(EN) ·

    Generalized Kalman filter based temporal difference reinforcement learning

    In this paper, we present a generalized temporal-difference (TD) reinforcement learning framework based on the theory of conditional expectations. The value and action-value (Q-value) functions are treated as uncertain quantities, and their estimation is formulated as a stochasti…

  263. arXiv cs.LG TIER_1 English(EN) · Kshitij Kumar Srivastava, Kshitij Jerath ·

    S3: Stable Subgoal Selection by Constraining Uncertainty of Coarse Dynamics in Hierarchical Reinforcement Learning

    arXiv:2607.19232v1 Announce Type: new Abstract: Hierarchical Reinforcement Learning (HRL) intends to separate strategic planning from primitive execution. It has been widely successful in solving long-horizon and complex tasks, where flat-RL algorithms have difficulty in learning…

  264. arXiv cs.LG TIER_1 English(EN) · Minh Vu, Konstantinos Slavakis ·

    Gaussian-Mixture-Model Q-Functions for Policy Iteration in Reinforcement Learning

    arXiv:2512.18763v2 Announce Type: replace Abstract: Unlike their conventional use as estimators of probability density functions in reinforcement learning (RL), this paper introduces a novel function-approximation role for Gaussian mixture models (GMMs) as direct surrogates for Q…

  265. arXiv cs.CL TIER_1 English(EN) · Junyao Yang, Yucheng Shi, Zongxia Li, Zhongzhi Li, Ruhan Wang, Xiangxin Zhou, Kishan Panaganti, Haitao Mi, Leowei Liang ·

    Stale but Stable: Staleness-Adaptive Trust Regions for Stabilizing Asynchronous Reinforcement Learning

    arXiv:2607.18722v1 Announce Type: cross Abstract: Asynchronous reinforcement learning improves throughput by decoupling rollout generation from optimization, but staleness is an inevitable byproduct compounded by policy lag, engine delays, and mixture-of-experts routing. From a t…

  266. arXiv cs.AI TIER_1 English(EN) · Garvit Singla, Uma Maheswari Natarajan, Raghuram Bharadwaj Diddigi ·

    From Trajectories to Instructions: Language-Conditioned Meta-Reinforcement Learning

    arXiv:2607.18830v1 Announce Type: cross Abstract: Model-Agnostic Meta-Learning (MAML) is a widely used framework for reinforcement learning (RL) that enables efficient transfer by learning global policy parameters that can be rapidly adapted to new tasks. MAML training proceeds i…

  267. arXiv cs.AI TIER_1 English(EN) · Yamato Takahagi, Gentoku Nakasone, Yoshinari Motokawa, Toshiharu Sugawara ·

    Strategy-Following Multi-Agent Deep Reinforcement Learning Considering Control Strategies Provided to Other Agents

    arXiv:2607.18719v1 Announce Type: cross Abstract: This study proposes a learning method for multi-agent systems that allows agents to be controlled through human manager instructions after learning and enables uninstructed agents to implicitly complement the overall work based on…

  268. arXiv cs.AI TIER_1 English(EN) · Armin Sommer ·

    Planning as Emergent Behavior in Reinforcement Learning with Relational Hidden States

    arXiv:2607.18589v1 Announce Type: cross Abstract: Reinforcement learning is conventionally divided into model-based and model-free methods. In this taxonomy, model-based methods perform lookahead planning over a learned world model, whereas model-free methods learn a reactive sta…

  269. arXiv cs.AI TIER_1 English(EN) · Elena Sorina Lupu, Patrick Spieler, Khurram Javed, Kris De Asis, John D. Martin, Martha Steenstrup, Joseph Modayil ·

    The Open Ant: A Robot Platform for Reinforcement Learning Research

    arXiv:2607.18488v1 Announce Type: cross Abstract: Reinforcement learning (RL) research has demonstrated success in both physical and simulated domains; however, the predominant methodology remains rooted in simulations. The predominance of simulations makes translating research t…

  270. arXiv cs.AI TIER_1 English(EN) · Ranjit Raut, Aarav Subedi, Sagun Rai, Aaryan Shakya, Manoj Shakya ·

    Deep Reinforcement Learning to Master the Asymmetric Strategy of Baghchal

    arXiv:2607.18296v1 Announce Type: new Abstract: Baghchal is a two-player asymmetric board game with Nepali origins where four tigers are to capture goats and twenty goats desire to keep tigers in immobility. Although Baghchal has a complex structure which is strategic, has perfec…

  271. arXiv cs.AI TIER_1 English(EN) · Ubayd Ali Bapoo, Clement N Nyirenda ·

    Comparative Study of Multi-Agent Actor-Critic Algorithms in Parameterized Action Reinforcement Learning

    arXiv:2607.19117v1 Announce Type: new Abstract: Parameterized action reinforcement learning has shown strong performance in environments requiring both discrete action selection and continuous parameterization. Prior work established the effectiveness of single-agent actor-critic…

  272. arXiv cs.AI TIER_1 English(EN) · Yuxin Xiong, Xunyi Jiang, Rohan Surana, Xintong Li, Sheldon Yu, Nikki Lijing Kuang, Ryan A. Rossi, Jingbo Shang, Tong Yu, Julian McAuley, Junda Wu ·

    RRPO: Reference-Relative Policy Optimization with Stratified Conditional Rollouts

    arXiv:2607.18470v1 Announce Type: cross Abstract: Group Relative Policy Optimization (GRPO) has shown strong effectiveness in reinforcement learning from verifiable feedback, where sampled rollouts can be compared within a group using task-provided correctness signals. However, e…

  273. arXiv cs.LG TIER_1 English(EN) · Harrie Oosterhuis, Rolf Jagerman, Zhen Qin, Xuanhui Wang ·

    Exposure-Based Reinforcement Learning to Rank

    arXiv:2607.18689v1 Announce Type: new Abstract: Reinforcement learning (RL) methods for learning-to-rank (LTR) can optimize (almost) any ranking goal, e.g., from precision or discounted cumulative gain to fairness-of-exposure or ranking distillation. However, standard RL is ineff…

  274. arXiv cs.LG TIER_1 English(EN) · Mingxuan Ouyang, Hao Lan, Wanyu Lin ·

    Adopting Reinforcement Learning with Verifiable Rewards for Molecular Generation

    arXiv:2607.19044v1 Announce Type: new Abstract: Leveraging large language models (LLMs) for molecular generation has shown remarkable potential in chemical and drug design. Current methods primarily rely on supervised training or fine-tuning with limited datasets, which are insuf…

  275. arXiv cs.LG TIER_1 English(EN) · Dongming Wang, Pengcheng Dai, Wenwu Yu, Wei Ren ·

    Scalable Policy Optimization for Networked Multi-Agent Reinforcement Learning with Continuous State-Action Spaces

    arXiv:2607.18554v1 Announce Type: cross Abstract: We develop the Continuous Distributed Coupled Policy Gradient (CDCPG) algorithm for cooperative reinforcement learning in networked Markov decision processes with continuous state and action spaces. Each agent maintains a local ac…

  276. Hugging Face Daily Papers TIER_1 English(EN) ·

    Molt: A Scalable PyTorch-Native Training Framework for Agentic Reinforcement Learning

    Agentic reinforcement learning research is constant algorithm modification, new estimators, new pipeline stages, new rollout schemes, and in mainstream frameworks each change threads through layers of trainer, distributed backend, and rollout glue: the cost lands on the researche…

  277. arXiv cs.MA (Multiagent) TIER_1 English(EN) · Wei Ren ·

    CHMAS: A Coupled Hierarchical Framework for Multi-Agent Reinforcement Learning

    Multi-agent reinforcement learning (MARL) systems face fundamental challenges in balancing global coordination with local execution across different temporal scales. This paper introduces the Coupled Hierarchical Multi-Agent System (CHMAS), a novel framework that decomposes multi…

  278. arXiv cs.MA (Multiagent) TIER_1 English(EN) · Kshitij Jerath ·

    S3: Stable Subgoal Selection by Constraining Uncertainty of Coarse Dynamics in Hierarchical Reinforcement Learning

    Hierarchical Reinforcement Learning (HRL) intends to separate strategic planning from primitive execution. It has been widely successful in solving long-horizon and complex tasks, where flat-RL algorithms have difficulty in learning. However, while the low-level agent in HRL bene…

  279. Hugging Face Daily Papers TIER_1 English(EN) ·

    REGEN: Replay-recycling for Expert-to-Generalist distillation with Offline Reinforcement Learning

    Large-scale online reinforcement learning (RL) is the predominant means of eliciting advanced abilities including long-term reasoning and agentic tool use in large language models (LLMs). However, continuing to scale it across vast task domains of interest remains challenging in …

  280. Hugging Face Daily Papers TIER_1 English(EN) ·

    Stale but Stable: Staleness-Adaptive Trust Regions for Stabilizing Asynchronous Reinforcement Learning

    Asynchronous reinforcement learning improves throughput by decoupling rollout generation from optimization, but staleness is an inevitable byproduct compounded by policy lag, engine delays, and mixture-of-experts routing. From a trust-region perspective, this mismatch is critical…

  281. arXiv cs.MA (Multiagent) TIER_1 English(EN) · Toshiharu Sugawara ·

    Strategy-Following Multi-Agent Deep Reinforcement Learning Considering Control Strategies Provided to Other Agents

    This study proposes a learning method for multi-agent systems that allows agents to be controlled through human manager instructions after learning and enables uninstructed agents to implicitly complement the overall work based on the actions of other agents. Multi-agent applicat…

  282. Hugging Face Daily Papers TIER_1 English(EN) ·

    Exposure-Based Reinforcement Learning to Rank

    Reinforcement learning (RL) methods for learning-to-rank (LTR) can optimize (almost) any ranking goal, e.g., from precision or discounted cumulative gain to fairness-of-exposure or ranking distillation. However, standard RL is ineffective and computationally costly due to the eno…

  283. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Xuanhui Wang ·

    Exposure-Based Reinforcement Learning to Rank

    Reinforcement learning (RL) methods for learning-to-rank (LTR) can optimize (almost) any ranking goal, e.g., from precision or discounted cumulative gain to fairness-of-exposure or ranking distillation. However, standard RL is ineffective and computationally costly due to the eno…

  284. arXiv cs.LG TIER_1 English(EN) · Waris Radji, Odalric-Ambrym Maillard ·

    Information-Based Exploration via Random Features for Reinforcement Learning

    arXiv:2607.17981v1 Announce Type: new Abstract: Representation learning has enabled classical exploration strategies to be extended to deep Reinforcement Learning (RL), but often makes algorithms more complex and theoretical guarantees harder to establish. We introduce Random Fea…

  285. arXiv cs.AI TIER_1 English(EN) · Luca Marzari, Ezio Bartocci, Enrico Marchesini ·

    A Survey on the Verification of Reinforcement Learning Policies

    arXiv:2607.16210v1 Announce Type: new Abstract: Reinforcement learning (RL) is increasingly applied in complex, safety-critical domains, yet the lack of rigorous behavioral guarantees for neural network-based policies remains a major barrier to deployment. Recent advances in poli…

  286. arXiv cs.AI TIER_1 English(EN) · Zihan Ding ·

    Reinforcement Learning: From Algorithms To Foundation Models

    arXiv:2607.17560v1 Announce Type: new Abstract: Reinforcement learning (RL) provides a framework for sequential decision making under explicit objectives. In its classical form, RL studies how an agent should act to maximise long-term reward in a dynamic environment. In richer se…

  287. arXiv cs.LG TIER_1 English(EN) · Jello Zhou, David J. Schwab, Vudtiwat Ngampruetikorn ·

    Stochastic Resetting Accelerates Reinforcement Learning Beyond Random Search

    arXiv:2603.16842v2 Announce Type: replace Abstract: Stochastic resetting -- intermittently returning a process to a fixed reference state -- has emerged as an effective mechanism for optimizing first-passage properties. Existing theory largely treats processes that search but do …

  288. arXiv cs.LG TIER_1 English(EN) · Yiyu Qian, Su Nguyen, Chao Chen, Qinyue Zhou, Liyuan Zhao ·

    Interpret Policies in Deep Reinforcement Learning using SILVER with RL-Guided Labeling: A Model-level Approach to High-dimensional and Multi-action Environments

    arXiv:2510.19244v3 Announce Type: replace Abstract: Deep reinforcement learning (RL) achieves remarkable performance but lacks interpretability, limiting trust in policy behavior. The existing SILVER framework (Li, Siddique, and Cao 2025) explains RL policy via Shapley-based regr…

  289. arXiv cs.LG TIER_1 English(EN) · Adrian P. Pope, Jaime S. Ide, Daria Micovic, Henry Diaz, David Rosenbluth, Lee Ritholtz, Jason C. Twedt, Thayne T. Walker, Kevin Alcedo, Daniel Javorsek ·

    Hierarchical Reinforcement Learning for Air Combat at DARPA's AlphaDogfight Trials

    arXiv:2105.00990v3 Announce Type: replace Abstract: Autonomous control in high-dimensional, continuous state spaces is a persistent and important challenge in the fields of robotics and artificial intelligence. Because of high risk and complexity, the adoption of AI for autonomou…

  290. arXiv cs.AI TIER_1 English(EN) · Vincent Taboga, Justin Veilleux, Doseok Jang, Anushree Rankawat, Pierre-Luc Bacon ·

    Building2Building: A Large Scale Benchmark for Generalizable Real-World Reinforcement Learning

    arXiv:2607.16534v1 Announce Type: cross Abstract: Reinforcement learning (RL) has achieved strong results in control, yet learned policies remain brittle to changes in dynamics, action spaces, observation spaces, or goals, a critical limitation for real-world deployment. Existing…

  291. arXiv cs.AI TIER_1 English(EN) · Ziyi Liu, Grace Zhang ·

    Generalize and Guide: Decomposing Rewards for Few-Shot Inverse Reinforcement Learning

    arXiv:2607.17760v1 Announce Type: cross Abstract: Inverse reinforcement learning (IRL) provides a powerful framework for learning from demonstrations. However, real-world tasks often exhibit substantial natural variations (e.g., picking up mugs with varying shapes), making it imp…

  292. arXiv cs.AI TIER_1 English(EN) · Chinmay Rane, Kanishka Tyagi, Michael Manry ·

    OR Else: A Differentiable Trust Region for Policy Optimization

    arXiv:2607.18163v1 Announce Type: cross Abstract: PPO and the GRPO baseline studied here use clipped surrogate objectives whose favorable-direction saturation introduces an abrupt change in the scalar objective's derivative. We ask whether Output Reset (OR), a smooth one-sided sa…

  293. arXiv cs.AI TIER_1 English(EN) · Reza Refaei Afshar, Joaquin Vanschoren, Uzay Kaymak, Rui Zhang, Yaoxin Wu, Wen Song, Yingqian Zhang ·

    Automated Reinforcement Learning: An Overview

    arXiv:2201.05000v3 Announce Type: replace-cross Abstract: Reinforcement Learning and, recently, Deep Reinforcement Learning are popular methods for solving sequential decision-making problems modeled as Markov Decision Processes. RL modeling of a problem and selecting algorithms …

  294. arXiv cs.AI TIER_1 English(EN) · Lingwei Zhu, Haseeb Shah, Zheng Chen, Martha White ·

    Symmetric Behavior Regularized Policy Optimization

    arXiv:2508.04225v4 Announce Type: replace-cross Abstract: Behavior Regularized Policy Optimization (BRPO) leverages asymmetric divergence regularization to mitigate distribution shift in offline reinforcement learning. This paper is the first to study the open question of symmetr…

  295. arXiv cs.LG TIER_1 English(EN) · Hany Hamed, Abhishek Naik, Colin Bellinger, A. Rupam Mahmood ·

    Rethinking the Suitability of Reinforcement Learning Algorithms Under Practical Transfer Constraints

    arXiv:2607.17326v1 Announce Type: new Abstract: Transfer-oriented reinforcement learning requires evaluating algorithms along dimensions that go beyond standard sample efficiency. We focus on two dimensions: practical efficiency, which asks whether conclusions about algorithm sui…

  296. arXiv cs.LG TIER_1 English(EN) · Riccardo Poiani, Martino Bernasconi, Andrea Celli ·

    Theoretical Foundations of $\max$@$k$ Reinforcement Learning

    arXiv:2607.17823v1 Announce Type: new Abstract: Reinforcement Learning is a cornerstone technique for modern large reasoning models. Usually, for difficult tasks such as code generation and theorem proving, the agent is evaluated by generating $K$ responses rather than sampling a…

  297. Hugging Face Daily Papers TIER_1 English(EN) ·

    Stale but Stable: Staleness-Adaptive Trust Regions for Stabilizing Asynchronous Reinforcement Learning

    Asynchronous reinforcement learning improves throughput by decoupling rollout generation from optimization, but staleness is an inevitable byproduct compounded by policy lag, engine delays, and mixture-of-experts routing. From a trust-region perspective, this mismatch is critical…

  298. arXiv cs.MA (Multiagent) TIER_1 English(EN) · Wei Ren ·

    Scalable Policy Optimization for Networked Multi-Agent Reinforcement Learning with Continuous State-Action Spaces

    We develop the Continuous Distributed Coupled Policy Gradient (CDCPG) algorithm for cooperative reinforcement learning in networked Markov decision processes with continuous state and action spaces. Each agent maintains a local actor over a bounded graph neighborhood, and a local…

  299. Hugging Face Daily Papers TIER_1 English(EN) ·

    Generalize and Guide: Decomposing Rewards for Few-Shot Inverse Reinforcement Learning

    Inverse reinforcement learning (IRL) provides a powerful framework for learning from demonstrations. However, real-world tasks often exhibit substantial natural variations (e.g., picking up mugs with varying shapes), making it impractical to collect demonstrations that fully spec…

  300. arXiv stat.ML TIER_1 English(EN) · Zijie Cheng, Xiang Li, Yang Peng, Zhihua Zhang ·

    A Finite Sample Analysis for Quantile Temporal Difference Learning in Distributional Reinforcement Learning

    arXiv:2608.27313v1 Announce Type: new Abstract: We establish a global finite-sample guarantee for synchronous quantile temporal-difference learning (QTD) in tabular distributional reinforcement learning. The proof separates two stability mechanisms. A global comparison argument, …

  301. arXiv stat.ML TIER_1 English(EN) · Kwanyoung Kim ·

    GRAS: Guided Reduced-Variance Proposals and Adaptive Selection for Training-Free Reward Alignment in Discrete Diffusion

    arXiv:2608.26585v1 Announce Type: cross Abstract: Discrete diffusion models have become a strong, widely adopted class of generators for sequence data, and steering them toward a downstream reward at inference time, without any retraining, is increasingly important. Such training…

  302. arXiv stat.ML TIER_1 English(EN) · Lars van der Laan, Nathan Kallus ·

    Bellman Calibration for Marginalized Importance Weighting in Offline Reinforcement Learning

    arXiv:2608.24858v1 Announce Type: cross Abstract: Marginalized importance weighting evaluates a target policy by reweighting offline state-action samples with its discounted occupancy ratio, characterized by an adjoint Bellman equation. Existing minimax, primal-dual, and fitted f…

  303. arXiv stat.ML TIER_1 English(EN) · Victor Gallego, Roi Naveiro, David Rios Insua, David Gomez-Ullate Oteiza ·

    Opponent Aware Reinforcement Learning

    arXiv:1908.08773v3 Announce Type: replace-cross Abstract: In certain reinforcement learning (RL) scenarios there are adversaries trying to interfere with the underlying reward process for their own benefit. We introduce Threatened Markov Decision Processes (TMDPs) as a framework …

  304. arXiv stat.ML TIER_1 English(EN) · Tuoyi Zhao, Chengchun Shi, Zhengling Qi, Lan Wang ·

    Sparse Additive Off-Policy Evaluation for Reinforcement Learning with Potentially Limited Number of Trajectories

    arXiv:2608.22595v1 Announce Type: new Abstract: We develop a new framework for flexible, nonlinear, and interpretable off-policy evaluation for infinite-horizon reinforcement learning. To handle large state spaces and support transparent decision-making, we model the Q-function u…

  305. arXiv cs.CV TIER_1 English(EN) · Shaoxuan Wang, Guangting Zheng, Rui Huang, Zhipeng Tang, Sha Zhang, Jiajun Deng, Yanyong Zhang ·

    RoMAN-Flow: Taming Autoregressive Normalizing Flows for Offline Reinforcement Learning in Robotic Manipulation

    arXiv:2608.20208v1 Announce Type: new Abstract: Offline reinforcement learning improves robotic policies using previously collected data without further environment interaction. Yet prevalent diffusion- and flow-matching robot policies lack tractable likelihoods, limiting their u…

  306. arXiv stat.ML TIER_1 English(EN) · Chenyang Zhao, Jiqiang Zhang, Li Chen, Yong Zou ·

    Emergence of cooperation: A reputation-modulated reinforcement learning

    arXiv:2608.20016v1 Announce Type: cross Abstract: Reputation is widely recognized as a key mechanism for sustaining cooperation. However, most existing game-theoretic models treat reputation primarily as an external factor that modulates payoffs, interaction structures, or strate…

  307. arXiv stat.ML TIER_1 English(EN) · Tomasz R. Bielecki, Thibaut Mastrolia, Haoze Yan ·

    Continuous-Time Reinforcement Learning for Controlled Hawkes Jump-Diffusions

    arXiv:2608.19151v1 Announce Type: cross Abstract: We study stochastic control of multivariate Hawkes-driven stochastic differential equations with machine learning algorithms in a non-Markovian setting. Due to the path dependence of the memory of the Hawkes intensity, this proble…

  308. arXiv stat.ML TIER_1 English(EN) · Liner Xiang, Yixin Wang, Hengrui Cai ·

    Policy Optimization and Statistical Inference for Online Contextual Matrix Games

    arXiv:2608.17173v1 Announce Type: new Abstract: Online decision making often requires navigating a landscape shaped by both dynamic contexts and strategic interactions. In competitive pricing, for example, hotels must account for both dynamic contextual factors and rivals' strate…

  309. arXiv stat.ML TIER_1 English(EN) · Yixian Xu, Yuanrui Zhang, Shengjie Luo, Liwei Wang, Di He ·

    Designing Reinforcement Learning for Diffusion Models: A Unified Path-Space View

    arXiv:2608.14430v1 Announce Type: cross Abstract: Reinforcement learning (RL) post-training provides a direct way to align diffusion models with human preferences and task-specific rewards. However, current RL algorithms for diffusion models remain fragmented: reverse-trajectory …

  310. arXiv stat.ML TIER_1 English(EN) · Masahiro Kato ·

    General Bayesian Policy Learning

    arXiv:2602.23672v2 Announce Type: replace Abstract: This study proposes a General Bayes framework for policy learning. We consider decision problems in which a decision-maker chooses an action from a given set to maximize expected welfare. Typical examples include treatment choic…

  311. arXiv stat.ML TIER_1 English(EN) · Zijie Cheng, Yang Peng, Zhihua Zhang ·

    Online Inference for Quantile Temporal Difference Learning in Distributional Reinforcement Learning

    arXiv:2608.12973v1 Announce Type: new Abstract: In this paper, we study how to perform statistical inference for quantile temporal difference learning (QTD) in distributional reinforcement learning. Assuming access to a generative model, we first establish functional central limi…

  312. arXiv stat.ML TIER_1 English(EN) · Hua Zheng, Wei Xie, M. Ben Feng, Keilung Choy ·

    Variance Reduction Based Experience Replay for Policy Optimization

    arXiv:2602.05379v2 Announce Type: replace Abstract: Effective reinforcement learning (RL) for complex stochastic systems requires leveraging historical data to improve sample efficiency and accelerate policy optimization. However, classical experience replay treats all past obser…

  313. arXiv stat.ML TIER_1 English(EN) · Alireza Mousavi-Hosseini, Murat A. Erdogdu ·

    Post-Training with Policy Gradients: Optimality and the Base Model Barrier

    arXiv:2603.06957v2 Announce Type: replace Abstract: We study post-training linear autoregressive models with outcome and process rewards. Given a context $\boldsymbol{x}$, the model must predict the response $\boldsymbol{y} \in Y^N$, a sequence of length $N$ that satisfies a $\ga…

  314. arXiv stat.ML TIER_1 English(EN) · Nikita Sevriukov, Anna Barabanova, Uliana Gagarina, Karina Ivanova, Sofiia Kasaeva, Ilya Levin, Marina Sheshukova ·

    Efficient Hypergradient Descent for Inverse Reinforcement Learning

    arXiv:2608.11052v1 Announce Type: cross Abstract: Inverse reinforcement learning (IRL) aims to recover a reward function under which the resulting policy reproduces the behavior observed in expert demonstrations. A natural approach is to formulate IRL as a bilevel optimization pr…

  315. arXiv stat.ML TIER_1 English(EN) · Jianhan Zhang, Jitao Wang, John D. Piette, Donglin Zeng, Chengchun Shi, Zhenke Wu ·

    A Distribution Mapping Approach to Counterfactually Fair Reinforcement Learning

    arXiv:2608.08743v1 Announce Type: new Abstract: Reinforcement learning (RL) seeks to optimize sequential decisions to maximize population-level benefits over time. However, when deployed in high-stakes settings such as healthcare, RL decisions might systematically restrict some s…

  316. arXiv stat.ML TIER_1 English(EN) · Andreas Schlaginhaufen, Maryam Kamgarpour ·

    Fast Rates for Inverse Reinforcement Learning

    arXiv:2605.14599v2 Announce Type: replace-cross Abstract: We establish novel structural and statistical results for entropy-regularized min-max inverse reinforcement learning (Min-Max-IRL) in finite-horizon MDPs with Borel state and action spaces. We show that maximum likelihood …

  317. arXiv stat.ML TIER_1 English(EN) · Farzana Nasrin ·

    Stochastic Dynamics on Persistence Diagram Space via Reinforcement Learning

    arXiv:2608.06276v1 Announce Type: new Abstract: Persistence diagrams (PDs) provide stable and interpretable summaries of multiscale topological structure. While substantial progress has been made in the statistical analysis of PDs, existing literature often treats diagrams as sta…

  318. arXiv stat.ML TIER_1 English(EN) · M. Santos-Pascual, D. R\'ios Insua ·

    Adversarial observations in probabilistic State-Space Models for robust Reinforcement Learning

    arXiv:2606.20880v2 Announce Type: replace Abstract: Decision-making under partial or adversarial observability requires accurate inference of the environment's latent state and its associated uncertainty. This work analyses adversarial attacks on linear state-space models, where …

  319. arXiv stat.ML TIER_1 English(EN) · Luca Viano, Antoine Moulin, Audrey Huang, Volkan Cevher, Philip Amortila, Dylan J. Foster ·

    When Does On-Policy Interaction Help? Representational Tradeoffs in Value-Based Imitation Learning

    arXiv:2607.29617v1 Announce Type: cross Abstract: Imitation learning (IL)---training an agent to replicate expert behavior from demonstrations---underpins applications from robotics to language model training. Standard approaches such as Behavior Cloning (BC) are known to suffer …

  320. arXiv stat.ML TIER_1 English(EN) · Zixun Huang, Jiayi Sheng, Zeyu Zheng ·

    Variance-Aware Baselines and Adaptive Learning Rates for Reinforcement Learning with Verifiable Rewards

    arXiv:2511.23310v3 Announce Type: replace Abstract: Reinforcement learning with verifiable rewards (RLVR) has emerged as an effective paradigm for post-training large language models, yet the design of its baselines and learning-rate schedules remains largely heuristic. This limi…

  321. arXiv stat.ML TIER_1 English(EN) · Imad Aouali ·

    On-Policy and Off-Policy Learning for Large Action Spaces

    arXiv:2607.28408v1 Announce Type: cross Abstract: This thesis studies policy learning in interactive systems where an agent observes a context, selects an action from a very large set, and receives partial feedback. The main framework is contextual bandits, with two paradigms: on…

  322. arXiv stat.ML TIER_1 English(EN) · Zeyu Bian, Ying Zhou, Yifan Cui ·

    Learning from the Unseen: Offline Reinforcement Learning with Hidden Actions

    arXiv:2607.25241v1 Announce Type: new Abstract: Standard offline reinforcement learning (RL) algorithms typically assume that the actions in the dataset are observed without error. However, in many real-world applications, the true actions are unobserved and only noisy proxies ar…

  323. arXiv stat.ML TIER_1 English(EN) · Jia Wan, Sean R. Sinclair, Devavrat Shah, Martin J. Wainwright ·

    Exploiting Exogenous Structure for Sample-Efficient Reinforcement Learning

    arXiv:2409.14557v4 Announce Type: replace Abstract: We study a structured class of Markov Decision Processes, known as Exo-MDPs, in which the state space is partitioned into exogenous and endogenous components. Exogenous states evolve stochastically, independent of the agent's ac…

  324. arXiv stat.ML TIER_1 English(EN) · Runlong Zhou, Zihan Zhang, Maryam Fazel, Simon S. Du ·

    Asymptotically Optimal Regret for Reinforcement Learning without Horizon Dependence

    arXiv:2607.19854v1 Announce Type: cross Abstract: We study horizon-free regret minimization for finite-horizon time-homogeneous tabular Markov decision processes with $S$ states, $A$ actions, horizon $H$, and per-trajectory total reward bounded by $1$. We propose a new algorithm …

  325. arXiv stat.ML TIER_1 English(EN) · Joseph Lazzaro, Alessio Russo, Aldo Pacchiano ·

    Non-Asymptotic Best Policy Identification Guarantees in Online Reinforcement Learning

    arXiv:2607.17201v1 Announce Type: new Abstract: In this work we study the Best Policy Identification (BPI) problem in online, tabular Reinforcement Learning. This is an active sequential hypothesis testing problem in which the learner's objective is to identify an optimal policy …

  326. AWS Machine Learning Blog TIER_1 English(EN) · Maria Masood ·

    Custom reward functions for multi-turn reinforcement learning with Amazon Nova Forge

    In multi-turn reinforcement learning, your custom reward function decides what the model actually learns. This post shows how to design a composite multi-turn reward for Amazon Nova Forge, execute model-generated code safely inside it, and instrument each component to catch the p…

  327. Anyscale blog TIER_1 English(EN) ·

    FP8 Reinforcement Learning in SkyRL: Preserving Policy Consistency Across Training and Rollout

    SkyRL's FP8 reinforcement learning stack — training, rollout, and on-policy weight sync — matches BF16 convergence while cutting step time up to 23% on H100 and B200.

  328. Anyscale blog TIER_1 English(EN) ·

    Using Ray Direct Transport for Fast and Easy Weight Syncing in Reinforcement Learning (Part 2)

    Boost RL training performance with Ray Direct Transport (RDT), enabling fast RDMA-backed weight syncing for LLMs and improving transfer speeds by up to 6x

  329. MarkTechPost TIER_1 English(EN) · Asif Razzaq ·

    NVIDIA AI Releases Molt: A PyTorch-Native Agentic Reinforcement Learning Framework

    <p>Agentic RL research is constant algorithm modification, and in mainstream frameworks every change threads through trainer, distributed backend, and rollout glue. NVIDIA's Molt targets that cost with about 8.6K lines of RL code, composing Ray, vLLM, and NeMo AutoModel around on…

  330. MarkTechPost TIER_1 English(EN) · Asif Razzaq ·

    Kimi AI and kvcache-ai Open Sources ‘AgentENV’: A Distributed System that Powers Agentic Reinforcement Learning (RL) Training for Kimi K3

    <p>Moonshot AI's Kimi team and kvcache-ai open-sourced AgentENV (AENV) under MIT, as part of Kimi K3 Open Day. It runs agent sandboxes as Firecracker microVMs with millisecond snapshot, resume, and 16-way fork, behind an E2B-compatible API.</p> <p>The post <a href="https://www.ma…

  331. Mastodon — fosstodon.org TIER_1 English(EN) · [email protected] ·

    The full text of Stefano V. Albrecht, Filippos Christianos, and Lukas Schäfer's book Multi-Agent Reinforcement Learning: Foundations and Modern Approaches is av

    The full text of Stefano V. Albrecht, Filippos Christianos, and Lukas Schäfer's book Multi-Agent Reinforcement Learning: Foundations and Modern Approaches is available online for free. Do you want multiple AI agents in competitive play in board games and video games? How about au…

  332. Mastodon — fosstodon.org TIER_1 English(EN) · [email protected] ·

    Reinforcement learning cuts AI training power violations 89% An RL controller for GPU power cut violations 89% and boosted energy efficiency 26% in LLM training

    Reinforcement learning cuts AI training power violations 89% An RL controller for GPU power cut violations 89% and boosted energy efficiency 26% in LLM training, then failed at 72B scale before a rebuild fixed it. https://www. notatechguy.com/reinforcement- learning-cuts-ai-train…

  333. dev.to — LLM tag TIER_1 English(EN) · Multigrid ·

    Reinforcement Learning in One Page

    <p>Reinforcement learning is what you do when you can score an outcome but cannot demonstrate the behaviour that produces it. Everything else in the field — value functions, policy gradients, PPO — is machinery for turning that score into a gradient.</p> <h2> The definition, and …

  334. dev.to — LLM tag TIER_1 English(EN) · Multigrid ·

    Reinforcement Learning for Control: Sample Efficiency Is the Binding Constraint

    <p>Reinforcement learning is the natural formulation for control: there is a state, an action, a dynamics, and something you want maximised over time. It is also, in its model-free form, catastrophically expensive in exactly the currency robots cannot spend.</p> <h2> What RL offe…

  335. Mastodon — fosstodon.org TIER_1 Русский(RU) · [email protected] ·

    Reinforcement Learning in Recommendations: Optimizing User Satisfaction Throughout the Session — KDD 2026 Paper Hello! Artem Matveev from the team

    Обучение с подкреплением в рекомендациях: оптимизируем удовлетворённость пользователя за всю сессию — статья на KDD 2026 Привет! На связи Артём Матвеев из команды AI VK Research. Мы занимаемся фундаментальными и прикладными исследованиями в области рекомендательных систем, поиска…

  336. r/MachineLearning TIER_1 English(EN) · /u/This_Ad9834 ·

    PIRL: From Open-Loop Exploration to Closed-Loop Reinforcement Learning [R]

    <!-- SC_OFF --><div class="md"><p><strong>TL;DR:</strong> Most RL post-training algorithms optimize the current batch and move on. But after an update, did the new policy actually become better?</p> <p>We introduce <strong>Policy Improvement Reinforcement Learning (PIRL)</strong>…

  337. dev.to — LLM tag TIER_1 English(EN) · Orkas ·

    Why RL Training Collapses on Long-Horizon Agents

    <p>Been heads-down lately, but I finally had a couple of days to catch up on some recent papers. Sharing one of them here.</p> <p><strong>Milestone-Guided Policy Learning for Long-Horizon Language Agents</strong><br /> Zhejiang University (ZJU-REAL) · <a href="https://arxiv.org/a…