№ 02 / SUMMARIES

#reinforcement-learning

Every summary, chronological. Filter by category, tag, or source from the rail.

Tag · #reinforcement-learning
DAY 01Wednesday JUN 24 · 20261 SUMMARIES
arXiv cs.AIAI & LLMs

Breaking Filter Bubbles with Semantic Pareto-DQN

A new reinforcement learning framework for recommender systems that treats engagement, diversity, and fairness as distinct, non-aggregable rewards to prevent semantic homogenization.

arXiv cs.AI
DAY 02Monday JUN 22 · 20261 SUMMARIES
Level Up CodingAI & LLMs

Fixing GRPO Failure Modes in Production

GRPO is more efficient than PPO but prone to silent failures like advantage collapse and entropy loss. Using Dynamic Sampling Policy Optimization (DAPO) techniques—specifically dynamic sampling, token-level normalization, and decoupled KL—is essential for stable production training.

Level Up Coding
DAY 03June 17, 2026 JUN 17 · 20261 SUMMARIES
arXiv cs.AIAI & LLMs

Verbal Reinforcement Learning: Closing the Feedback Loop

The paper introduces a framework for 'Verbal Reinforcement Learning' (VRL), shifting from raw reward signals to structured insight governance by extracting and managing verbal feedback from world interactions.

arXiv cs.AI
DAY 04June 11, 2026 JUN 11 · 20261 SUMMARIES
arXiv cs.AIAI & LLMs

SVoT: Enhancing Spatial Reasoning via State-Aware Visualization

SVoT improves spatial reasoning in LLMs by using reinforcement learning to generate state-aware visual representations of thought, allowing models to track complex spatial relationships more accurately than text-only chain-of-thought.

arXiv cs.AI
DAY 05June 10, 2026 JUN 10 · 20261 SUMMARIES
AI EngineerAI & LLMs

Optimizing AI for Tool Use via RL and Data Quality

Improving model performance for complex tasks often requires teaching tool discipline through RL and high-quality data rather than scaling model size. A 4B parameter model outperformed a 235B model by learning to inspect schemas and self-correct errors.

AI Engineer
DAY 06June 7, 2026 JUN 7 · 20261 SUMMARIES
MarkTechPostAI & LLMs

Harness-1: Offloading Bookkeeping to Improve Search Agent Performance

Harness-1 improves retrieval performance by separating search policy from state management, using a stateful harness to handle bookkeeping and memory, allowing the 20B model to focus on semantic decisions.

MarkTechPost
DAY 07May 30, 2026 MAY 30 · 20261 SUMMARIES
MarkTechPostAI & LLMs

SIA: Self-Improving Agents That Evolve Scaffold and Weights

Hexo Labs' open-source SIA framework enables AI agents to autonomously improve by iteratively updating both their operational harness (prompts/tools) and internal model weights (via LoRA) within a single feedback loop.

MarkTechPost
DAY 08May 27, 2026 MAY 27 · 20261 SUMMARIES
Python in Plain EnglishAI & LLMs

Practical Lessons in Building Adaptive Routing Agents with RL

Building a DQN-based routing agent reveals that reinforcement learning is often fragile; success depends less on the algorithm and more on rigorous reward shaping, stability tracking, and evaluation beyond simple success rates.

Python in Plain English
DAY 09May 22, 2026 MAY 22 · 20261 SUMMARIES
arXiv cs.AIAI & LLMs

COSMO-Agent: Automating CAD-CAE Design Loops with LLMs

COSMO-Agent is a reinforcement learning framework that enables LLMs to bridge the CAD-CAE semantic gap by orchestrating external tools to perform iterative, constraint-driven geometric design.

arXiv cs.AI
DAY 10April 13, 2026 APR 13 · 20261 SUMMARIES
IBM TechnologyAI & LLMs

Physical AI Trains Robots via Sim + RL Feedback Loops

Physical AI equips robots with VLAs for perception-reasoning-action, uses reinforcement learning in randomized simulations, and iterates with real-world data to close the sim-to-real gap for messy environments.

IBM Technology
DAY 11April 8, 2026 APR 8 · 20262 SUMMARIES
Towards AIData Science & Visualization

Relative Slate Bandits for E-com Homepage Picks

Use group-relative contextual bandits to select optimal product slates for e-commerce homepages, leveraging relative quality signals for efficient RL over full prediction models.

Towards AI
Level Up CodingData Science & Visualization

RL Solves Sequential Coupon Optimization

Treat coupon decisions (when, to whom, strength) as sequential problems with reinforcement learning to balance conversion, margins, budgets, and customer fatigue—backed by field experiments.

Showing 12 of 12