What do these badges mean?
- 🚀ShippingCode exists. Multiple GitHub repos already reference this paper — people are building on it.
- 📈ClimbingCitation velocity is rising. Researchers are starting to pick it up.
- 💤QuietPublished but no notable signal yet. Most papers live here — could become anything later.
- 🎭HypeHeavy social buzz but no shipping signal. The counter-signal — defer until Twitter/X data is wired up.
- 💤Quiet2608.23566·Aug 24, 2026·~10 mincs.LGcs.AIcs.CL
How to Train a Critic Stably and Efficiently
Penghui Qi, Xiangxin Zhou, Wee Sun Lee
⭐ 0 stars / 0 repos📚 0 citesELI5Instead of sampling many responses per question to estimate how good they are, this work trains a critic (reward predictor) that can reliably score a single response, using design tricks like bounded predictions and Monte Carlo targets to keep training stable.
Problem solvedGroup-based RL methods for LLMs need to generate 4–64 responses per prompt to estimate advantages, which is expensive. A working critic could do it with one response, but critic training is notoriously unstable and crashes. This recipe makes it work reliably.
- 💤Quiet2608.23493·Aug 24, 2026·~8 mincs.AI
SRPO: Self-Reflective Policy Optimization for Long-Horizon Reasoning
Jialong Liu, Yuling Shi, Ning Yang, Xiaodong Gu, +1
⭐ 0 stars / 0 repos📚 1 citesELI5An LLM learns to critique its own mistakes after completing a task, then uses those self-critiques to create detailed learning signals for every token it generates — like a student reviewing their work and using that feedback to improve rather than just being told 'wrong' or 'right' at the end.
Problem solvedTraining LLMs on complex multi-step reasoning is expensive and requires either expensive external reward models or teacher models. Self-reflection lets models generate their own dense feedback from sparse outcome signals, cutting training compute dramatically while improving performance.
- 💤Quiet2608.23452·Aug 24, 2026·~10 mincs.ROcs.AIcs.LG
Reward-Free Continual Adaptation for Resilient Space Robots
Andrej Orsula, Miguel Olivares-Mendez, Carol Martinez
⭐ 0 stars / 0 repos📚 0 citesELI5A space robot learns to keep working after hardware breaks by updating its internal mental model of how the world works, without needing anyone to tell it whether it's doing well or poorly.
Problem solvedSpace robots can't use traditional reinforcement learning after launch because there's no way to give them reward signals in orbit or on distant planets. When hardware fails, they need to adapt on their own.
- 💤Quiet2608.23318·Aug 24, 2026·~11 mincs.AIcs.CL
Agent-G$^2$: Gaussian Guidance for Agentic Reinforcement Learning
Zixuan Wang, Yanrui Miao, Zhengxi Lu, Teng Pan, +5
⭐ 0 stars / 0 repos📚 0 citesELI5When teaching an AI agent to complete long tasks, showing it part of an expert solution helps it learn faster. This paper figures out that the best amount to show isn't a fixed number—it's actually a range, and you should randomly pick from that range rather than always using the same amount.
Problem solvedExisting methods either waste compute trying to find the perfect hint length for each task individually, or use one fixed length for everything despite tasks being different. This paper eliminates the wasted compute while adapting to task difficulty automatically.
- 💤Quiet2608.21305·Aug 21, 2026·~8 mincs.CVcs.AI
Re$^3$Cap: Retrieval-Guided Refinement for Image Captioning Enhancement via Reinforcement Learning
Haonan Jia, Shichao Dong, Zenghui Sun, Jiawen Zheng, +6
⭐ 0 stars / 0 repos📚 0 citesELI5A system that improves AI-generated image captions by having the model look up similar images and captions to spot and fix mistakes—like when it misses objects or invents details that aren't there.
Problem solvedCurrent caption models trained with reinforcement learning still miss objects or hallucinate details. This method fixes that without needing humans to manually label corrections, making captions more accurate and complete.
- 💤Quiet2608.21292·Aug 21, 2026·~13 mincs.AI
AUSO: Action-Level Unified Skill Optimization from Internalization to Utilization
Huizu Lin, Chengkai Huang, Tianqi Gao, Tao Huang, +4
⭐ 0 stars / 0 repos📚 0 citesELI5An AI agent learns from skill demonstrations, but instead of always following them or ignoring them, it gradually learns when skills are actually helpful—treating some actions as worth copying from experts, others as distraction, and adapting this choice as it gets better.
Problem solvedAgents training with expert demonstrations waste effort on unhelpful skill guidance and struggle to know when to rely on skills versus learn independently. This fragmentary approach hurts learning speed and generalization to new tasks.
- 💤Quiet2608.20331·Aug 20, 2026·~11 mincs.CLcs.AIcs.CV
G-CARL: Grounded Checklist-Aligned Reward Learning for Patient-Oriented Medical Report Interpretation
Shiao Xie, Siyu Chen, Jianwei Lv, Bo Yuan, +2
⭐ 0 stars / 0 repos📚 0 citesELI5A system that helps doctors explain medical reports to patients in plain language. It uses a smart training method that checks facts against medical sources while making sure the explanation answers what the patient actually asked.
Problem solvedPatients struggle to understand medical reports, and current AI systems either get facts wrong or miss patient concerns. This paper fixes both problems at once by training models to be both accurate and patient-focused, verified by real clinicians.
- 💤Quiet2608.20256·Aug 20, 2026·~13 mincs.AI
Learning When to Think: Adaptive Reasoning for Test-Time Compute Allocation
Gijs Kassenaar, Zhao Yang, Vincent François-Lavet
⭐ 0 stars / 0 repos📚 0 citesELI5A language model learns to pick its own thinking speed for each problem—rushing through easy ones, taking time on hard ones—instead of always using the same amount of computation. It cuts wasted tokens by 41% while keeping the same accuracy.
Problem solvedReasoning models burn tokens uselessly on easy questions and run out on hard ones because they use a fixed budget. This wastes compute and money. A model that adapts its effort per problem could be much more efficient.
- 💤Quiet2608.20161·Aug 20, 2026·~9 mincs.AI
DARS: Dual-Level Credit Assignment RL with Structured Reasoning for Instruction-Based Image Editing
Haoxiang Cao, Jiajiong Cao, Xuanpu Zhang, Changqian Yu, +1
⭐ 0 stars / 0 repos📚 0 citesELI5When editing images with AI, you have two stages: a planner that writes instructions and a renderer that executes them. This paper figures out how to train both stages together by identifying which one is actually failing when edits go wrong — instead of just knowing the final result was bad.
Problem solvedTraining image editors with only final-image rewards is wasteful because you can't tell if failures come from bad planning or bad rendering. This framework isolates failures to the right component and supervises each one specifically, making training much faster.
- 💤Quiet2608.20044·Aug 20, 2026·~9 mincs.LG
End-to-end Early Classification of Time Series in Non-Stationary Environments
Aurélien Renault, Alexis Bondu, Antoine Cornuéjols, Vincent Lemaire
⭐ 0 stars / 0 repos📚 0 citesELI5A system that learns to make predictions on streaming data as soon as it has enough information, without waiting for the full sequence. It handles situations where the data patterns keep changing over time by learning classification, timing, and feature representation all together rather than separately.
Problem solvedReal-world time series (sensor data, stock prices, etc.) change behavior over time, making it hard to decide when to classify and which features matter. Existing methods treat these as separate problems and assume stable patterns, failing when conditions drift—this work makes classification and timing decisions jointly to adapt to change.
- 💤Quiet2608.19182·Aug 19, 2026·~11 mincs.ROcs.AI
ADEPT: Accelerating Dexterity via Pre-Training and Post-Training using Reinforcement Learning
Jayjun Lee, Jessica Yin, Asif Rana, Nicholas Blauch, +6
⭐ 0 stars / 0 repos📚 0 citesELI5A system that teaches robots with many fingers to handle objects skillfully by first learning a general grasping skill, then adapting it to specific tasks—like how a pianist practices scales before learning a new piece.
Problem solvedTeaching dexterous robots new manipulation skills is slow and fails frequently. This approach reuses a pre-learned foundation of basic dexterity, making it faster to learn complex tasks and more reliable when deployed on real hardware.
- 💤Quiet2608.19151·Aug 19, 2026·~10 mincs.LGmath.OCstat.ML
Continuous-Time Reinforcement Learning for Controlled Hawkes Jump-Diffusions
Tomasz R. Bielecki, Thibaut Mastrolia, Haoze Yan
⭐ 0 stars / 0 repos📚 0 citesELI5A method to control systems with memory (like financial markets where past events influence future ones) using machine learning, by first converting the non-Markovian problem into a simpler form that existing AI algorithms can handle.
Problem solvedClassical reinforcement learning assumes the future depends only on now, but real systems like trading or neural firing have memory. This paper enables RL to work on these memory-dependent systems without needing to know the exact memory structure upfront.
- 💤Quiet2608.19121·Aug 19, 2026·~11 mincs.LGcs.AI
PGFS++: Molecular Property Improvement under Synthesis and Diversity Constraints
Boqiao Zhang, Godbless James, Sai Krishna Gottipati, Andrew Fitzgibbon
⭐ 0 stars / 0 repos📚 0 citesELI5A tool that improves drug molecules (making them more potent or drug-like) while ensuring the improved versions can actually be synthesized in a lab and stay chemically similar to the starting molecule — it's like optimizing a recipe while keeping it practical to cook.
Problem solvedDrug companies need molecules with better properties, but AI optimization often creates unrealistic molecules that can't be made in labs or suggests wildly different alternatives. This fixes that by constraining improvements to real synthesis routes and diversity.
- 💤Quiet2608.19098·Aug 19, 2026·~12 mincs.LGcs.AIcs.CL
Open-MOPD: Diagnosing and Fixing Capability Imbalance in Multi-Teacher On-Policy Distillation
Huan-ang Gao, Haohan Chi, Yong Yan, Shiyuan Feng, +6
⭐ 0 stars / 0 repos📚 0 citesELI5When you try to teach one student from multiple expert teachers at once, the student ends up much worse than any of the experts. This paper figures out why (the student spends all its learning budget on easy tasks) and fixes it by balancing how much each teacher gets to teach.
Problem solvedCompanies want to combine specialized AI models (like one good at coding, one good at reasoning) into a single model, but the standard way of doing this causes the combined model to perform much worse than the individual experts, wasting the benefits of both.
- 💤Quiet2608.18008·Aug 18, 2026·~6 mincs.LGcs.AI
Policy-Invariant Reward Shaping from LLM Feedback: A Framework for Hybrid RL Agents
Christophe D. Hounwanou, John Emeka Eze, Yaé U. Gaba
⭐ 0 stars / 0 repos📚 0 citesELI5When you combine a language model that gives feedback with a reinforcement learning agent, you can use the LLM's scores to guide the agent without breaking its ability to find optimal solutions—even if the LLM sometimes gets things wrong.
Problem solvedCombining LLMs with RL agents is popular but risky: LLM feedback might be noisy or misleading, potentially corrupting the agent's learning. This work proves you can safely use LLM scores to shape rewards without losing optimality guarantees.
- 💤Quiet2608.16837·Aug 17, 2026·~13 mincs.ROcs.AI
HAF: Adapting Generalist VLAs to Humanoid Whole-Body Loco-manipulation via Hierarchical Action Flow and Spectral Latent RL
Langzhe Gu, Chengkai Hou, Meng Li, Xinhua Wang, +13
⭐ 0 stars / 0 repos📚 0 citesELI5A system that takes general AI models trained on vision and language, then teaches them to control humanoid robots doing complex tasks (walking while manipulating objects). It breaks the robot's movements into coordinated stages and uses a small trainable layer on top to improve real-world performance without retraining the whole model.
Problem solvedHumanoid robots can't easily use general-purpose AI models because coordinating legs, body, and arms simultaneously is too complex for standard approaches. Existing methods are either rigid (behavior cloning) or unsafe/slow (retraining the entire model with real robot data). HAF enables practical deployment by keeping the foundation model frozen and only tuning an efficient adapter layer.
- 💤Quiet2608.14498·Aug 14, 2026·~12 mincs.LGcs.DC
Rollplex: Cross-Phase GPU Spatial Sharing for Vision Language Model Post-Training
Hanfeng Lu, Tianyu Feng, Suyi Li, Yuheng Zhao, +7
⭐ 0 stars / 0 repos📚 0 citesELI5A system that runs multiple GPU tasks at the same time during AI model training instead of one after another. It overlaps the repetitive work (processing video frames and prompts) with the unique work (generating new responses), like cooking multiple dishes by prepping ingredients while others are already cooking.
Problem solvedVision-language model training with RL is slow because GPUs sit idle between sequential phases—videos and prompts are reprocessed identically in each phase. This wastes compute and training time, especially for large models that are already memory-constrained on expensive hardware.
- 💤Quiet2608.14430·Aug 14, 2026·~11 mincs.LGcs.CVstat.ML
Designing Reinforcement Learning for Diffusion Models: A Unified Path-Space View
Yixian Xu, Yuanrui Zhang, Shengjie Luo, Liwei Wang, +1
⭐ 0 stars / 0 repos📚 0 citesELI5This paper unifies different ways of training diffusion models (like image generators) to follow human preferences by showing they're all variations of the same mathematical principle—like discovering that two different recipes actually use the same core ingredients but in different proportions.
Problem solvedTeams trying to align diffusion models with user preferences have fragmented toolkits with unclear tradeoffs. This work provides a unified framework so practitioners can understand which method to pick and how to improve them systematically.
- 💤Quiet2608.13297·Aug 13, 2026·~10 mincs.LG
The Time Value of Evolution
Matthew Siper, Ahmed Khalifa, Julian Togelius
⭐ 0 stars / 0 repos📚 0 citesELI5Evolutionary algorithms usually judge mutations by how good their immediate offspring are, but sometimes a 'bad' mutation opens doors to great solutions later. This paper teaches evolution to think ahead—like valuing a weak stepping stone because it leads somewhere amazing—and applies it to discovering trading strategies.
Problem solvedEvolutionary search wastes computational budget by punishing mutations that look bad now but lead to breakthrough regions. This is especially painful in high-budget domains like finance where you need every search step to count. Long-horizon credit assignment lets evolution make smarter trade-offs between exploration and exploitation.
- 💤Quiet2608.07418·Aug 7, 2026·~14 mincs.AIcs.CL
ResidencyRL: Reinforcement Learning in Simulated Clinical Environments
Valentin Liévin, Samuel Schmidgall, Tim Strother, Alex Bijamov, +31
⭐ 0 stars / 0 repos📚 0 citesELI5A system trains AI doctors through simulated patient conversations, using reinforcement learning to teach them to make better diagnostic and treatment decisions over long multi-turn dialogues, similar to how real residents learn through years of patient encounters.
Problem solvedLLMs can answer static medical questions well but struggle with the sequential decision-making of real clinical encounters. ResidencyRL fixes this by training agents through realistic simulated doctor-patient conversations with feedback, improving diagnostic accuracy and reducing dangerous missed diagnoses.
- 💤Quiet2608.07371·Aug 7, 2026·~10 mincs.LGcs.CL
Trajectory-Relative Hindsight Distillation for Agentic Reinforcement Learning
Haoyu Zheng, Yun Zhu, Qing Wang, Wenqiao Zhang
⭐ 0 stars / 0 repos📚 0 citesELI5When an AI agent completes a task, it gets multiple learning signals about what went right or wrong. This paper proposes a smarter way to distribute those signals across each decision step—using the actual outcome to score how much each step should learn from hindsight feedback, normalized across the full trajectory.
Problem solvedReinforcement learning agents trained on sparse rewards learn slowly. Prior methods add hindsight feedback but don't know how to fairly allocate it across decision steps—some steps get over-emphasized, others under-utilized. This wastes the learning signal and hurts performance on tasks like web navigation.
- 💤Quiet2608.07335·Aug 7, 2026·~12 mincs.LGcs.AI
Aftab: A Comprehensive Benchmark of CNN Encoders and Advanced Value Functions in Parallelized Q-Networks
Taha Shieenavaz, Shabnam Zareshahraki, Loris Nanni
⭐ 0 stars / 0 repos📚 0 citesELI5Researchers tested different ways to design the visual processing part of a reinforcement learning algorithm that doesn't need a replay buffer, finding that a specific combination of CNN architecture choices, representation tricks, and value estimation methods works better and faster.
Problem solvedTraining RL agents on visual tasks is computationally expensive due to replay buffers and target networks. This work optimizes the visual encoder architecture for buffer-free parallelized training, making it faster and more sample-efficient without sacrificing performance.
- 💤Quiet2608.07328·Aug 7, 2026·~8 mincs.ROcs.LG
Learning Fault-Tolerant Locomotion with Adaptive Gait Timing
Giovanbattista Gravina, Luca Rossini, Carlo Rizzardo, Arturo Laurenzi, +1
⭐ 0 stars / 0 repos📚 0 citesELI5A legged robot learns to walk normally even when one of its motors breaks by adjusting how fast it moves its legs and which legs it uses. Instead of following a pre-set recovery plan, the robot figures out its own rhythm and gait pattern by watching what its working sensors tell it.
Problem solvedLarge robots can't quickly recover from motor failures using fast twitchy movements like small robots can. This work lets them adapt their walking pattern on the fly, so a 150-lb quadruped can keep moving safely even with broken actuators instead of becoming immobilized.
- 💤Quiet2608.07228·Aug 7, 2026·~14 mincs.LGmath.OC
Learning Suffers More Than the Policy Class Under Partial Observability: A Closed-Form Analysis
Idil Gözel
⭐ 0 stars / 0 repos📚 0 citesELI5When a reinforcement learning agent can't see the full state, it struggles to learn good policies even when a good solution exists and it's smart enough to represent it. The real problem: the agent misinterprets hidden information as misleading value signals, pushing it away from the best policy it could actually learn.
Problem solvedRL agents in partially observable environments learn suboptimal policies, but it's unclear why—is it inability to represent good policies, or learning failure? This work shows the bottleneck is learning bias (critic misreads hidden state variations), not policy expressiveness, enabling targeted fixes.
- 💤Quiet2608.06310·Aug 6, 2026·~9 mincs.LGcs.CL
RRC: Unlocking Generative Reward Models in LLM Reinforcement Learning via Ranking-Based Reward Construction
Chenglong Wang, Ziming Zhu, Yifu Huo, Bei Li, +8
⭐ 0 stars / 0 repos📚 0 citesELI5Instead of asking a reward model 'give this response a score,' this method asks it 'rank these responses best to worst' — which is what generative models are already good at — then converts those rankings into training signals for reinforcement learning.
Problem solvedGenerative reward models (like LLMs) are great at ranking responses but terrible at assigning scalar scores. Existing RL methods need scalar scores, so generative models haven't been useful for RL training. This solves that mismatch.
- 💤Quiet2608.05111·Aug 5, 2026·~14 mincs.LG
Reward Structure Shapes the Interaction Between Episodic Exploration and Neural Memory in Reinforcement Learning
Jai Malegaonkar, Rohan Patil, Henrik I. Christensen
⭐ 0 stars / 0 repos📚 0 citesELI5When a robot learns by trial and error in murky environments, it needs both curiosity (to find good situations) and a good memory (to remember what worked). This paper shows that how much you reward the robot completely changes whether having a better memory actually helps—sometimes a bonus makes memory matter a lot, sometimes it doesn't matter at all.
Problem solvedTeams building RL agents struggle because exploration bonuses and memory designs are tested separately, so they don't know if investing in better memory will actually pay off. This paper reveals that the *type* of reward structure determines whether that investment matters, helping builders make smarter architecture choices.
- 💤Quiet2608.04999·Aug 5, 2026·~13 mineess.SYcs.AI
ORACLE: A Multi-Objective Reinforcement Learning-Based Analog Circuit Design Optimizer with Large Language Models-Guided Exploration
Osei Brempong, Mohammed Ayman Habib, Vivan Poddar, Morteza Fayazi
⭐ 0 stars / 0 repos📚 0 citesELI5An AI system that designs electronic circuits by learning to balance multiple competing goals (like power efficiency vs. speed) at the same time, using preference weights to explore different trade-offs without retraining, and LLM guidance to avoid dead-end design choices.
Problem solvedCircuit designers manually tune dozens of specifications that conflict with each other; existing automation either collapses all goals into one number (losing the real trade-off space) or requires complete retraining for each new design goal. This system lets you specify preference weights once and generates optimal designs across the entire trade-off landscape instantly.
- 💤Quiet2608.04964·Aug 5, 2026·~11 mincs.AIcs.LG
WorldCycle: Self-Verifiable Reinforcement Learning for Long-Horizon Video World Models
Bohai Gu, Yueyang Yuan, Taiyi Wu, Dazhao Du, +8
⭐ 0 stars / 0 repos📚 0 citesELI5A video prediction model learns to simulate what happens when you perform actions in the world. This paper trains it using a clever trick: if you do an action and then undo it, you should end up where you started. Using this self-checking principle, the model learns to predict actions more accurately without needing human labels.
Problem solvedVideo world models used for robot planning accumulate prediction errors over long sequences, making them unreliable for planning multiple steps ahead. There's no way to verify if predictions are drifting from reality without ground truth, so models keep getting worse. This makes it hard to use them for real autonomous agents.
- 💤Quiet2608.04962·Aug 5, 2026·~11 mincs.LGcs.CL
SpecRoll: Fast-Slow Verifier-Feedback Adaptation for Speculative Reinforcement Learning Rollouts
Nhat Minh Pham, Duy Tung Doan, Thi Duyen Ngo, Vinh Van Nguyen, +1
⭐ 0 stars / 0 repos📚 0 citesELI5SpecRoll speeds up AI model training by making it guess the next word faster using lightweight helpers, then quietly adjusting those helpers based on whether they were right—all without slowing down the actual learning process.
Problem solvedRL training of language models is slow because generating text one word at a time is expensive, and existing speedup tricks break when the model keeps changing during training. SpecRoll keeps speedups working even as the model evolves.
- 💤Quiet2608.04934·Aug 5, 2026·~8 mincs.CLcs.LG
State2State: Environment-Derived Mid-Training for LLM Agents
Xuanyu Lei, Yiqi Zhu, Chenliang Li, Kaiming Liu, +5
⭐ 0 stars / 0 repos📚 0 citesELI5Instead of teaching AI agents specific tasks with hand-written instructions, this method lets them explore an environment freely, then automatically converts the states they discover into new training targets—like saying 'learn to reach this state you already found.'
Problem solvedTraining LLM agents currently requires either expert demonstrations or manually designed tasks with verification rules. This is slow to scale and limits diversity. State2State removes the bottleneck by automatically generating training objectives from what the agent explores.
- 💤Quiet2608.04007·Aug 4, 2026·~8 mincs.CLcs.AI
TurnSight: Turn-Level Hindsight Self-Distillation for Tool-Integrated Reasoning
Changle Qu, Sunhao Dai, Hengyi Cai, Yuqi Zhou, +3
⭐ 0 stars / 0 repos📚 0 citesELI5When an AI uses tools step-by-step to solve problems, TurnSight helps it learn better by looking back at what it did and using those hindsight views—like replaying the game with knowledge of what worked—to give clearer feedback at each step rather than just at the end.
Problem solvedCurrent AI learning methods for tool use give feedback only after the entire task completes, making it hard to know which individual steps were good or bad. TurnSight fixes this by creating hindsight signals from actual execution paths, enabling turn-by-turn credit assignment in complex multi-step reasoning.
- 💤Quiet2608.02508·Aug 3, 2026·~11 mincs.LGcs.CL
RoMeRL: Balancing Feedback Coverage and the Memory-Reward Trap in Self-Evolving Agent Memory via Reduced-Order Utility States
Yi Yang, Zhennan Chen, Yihong Zhuang, Tiehan Fan, +4
⭐ 0 stars / 0 repos📚 0 citesELI5When AI agents learn from their experiences, they struggle because feedback gets spread too thin across a growing history, and bad memories can trick the system into learning wrong lessons. This paper uses a compact memory system that organizes experiences into a fixed set of categories, concentrating learning signals so the agent improves faster and doesn't get stuck on mistakes.
Problem solvedLLM agents that learn from their own interactions waste compute and get confused: feedback dilutes as interaction history grows, and irrelevant memories get wrongly reinforced alongside good ones. This wastes LLM calls and slows learning. RoMeRL fixes this by keeping memory compact and focused, reducing computation by 21% while improving reliability.
- 💤Quiet2607.29613·Jul 31, 2026·~12 mincs.ROcs.CLcs.CV
WCM: A World Critic Model for Vision-Language-Action Reinforcement Learning
Senyu Fei, Xiaopeng Yu, Siyin Wang, Xianzhong Zhao, +2
⭐ 0 stars / 0 repos📚 0 citesELI5Instead of having a robot judge decide if an action is good based only on what it sees right now, this method teaches the judge to also predict what will happen next. By learning to forecast future states alongside judging actions, the critic becomes better at understanding how the world changes over time, which makes robot learning more accurate.
Problem solvedRobot learning with vision struggles because critics that judge action quality typically only look at single frames, missing temporal patterns. This causes poor value estimates and weak learning signals. Real robots need to understand sequences of observations to act well, but standard approaches don't capture that temporal structure, hurting both training speed and generalization.
- 💤Quiet2607.28623·Jul 30, 2026·~10 mincs.ROcs.AI
PAC-MAN: Perception-Aware CBF-RL for Whole-Body Safety in Humanoid Dodgeball
Lizhi Yang, Junheng Li, Aaron D. Ames
⭐ 0 stars / 0 repos📚 0 citesELI5A humanoid robot learns to dodge balls thrown at it by combining safety constraints (keeping body parts away from the ball) with reinforcement learning, using only a simple camera on its head—similar to how a person learns to flinch without needing to see every angle of their body.
Problem solvedDeploying safe robot behaviors in the real world is hard because simulators don't match real sensors and physics. This work shows how to train safety-aware dodging policies that work with cheap onboard cameras and transfer to real hardware without retraining.
- 💤Quiet2607.28553·Jul 30, 2026·~11 mincs.LGcs.AIcs.MA
APO: Unsupervised Atomic Policy Optimization for 3D Structure Prediction of Atomic Systems
Shentong Mo, Yatao Bian
⭐ 0 stars / 0 repos📚 0 citesELI5A system that teaches AI models to predict 3D shapes of molecules and crystals by letting them learn from physical rules (stability, energy) instead of requiring expensive labeled examples. It's like teaching someone to fold origami by showing them what physically makes sense, rather than forcing them to copy exact reference folds.
Problem solvedCreating 3D structure predictions for new materials and proteins currently requires expensive experimental data or manual labeling. This method removes that requirement by using physics as the teacher, making structure prediction feasible for novel compounds where ground-truth examples don't exist.
- 💤Quiet2607.28457·Jul 30, 2026·~11 mincs.AIcs.CL
SVR: Self-Verifying Refinement via Joint Verdict-Confidence Reinforcement Learning for Adaptive Test-Time Compute
Hongyu Chen, Liang Lin, Guangrun Wang
⭐ 0 stars / 0 repos📚 0 citesELI5A language model learns to verify its own answers during reasoning and decides when to stop or keep trying—like a student checking their work and knowing when they're confident enough to move on, without needing a teacher to grade them.
Problem solvedModels waste computation on easy problems and need external feedback to improve at test-time. SVR lets models self-verify and adaptively decide when to stop, using compute efficiently without oracle guidance.
- 💤Quiet2607.28390·Jul 30, 2026·~10 mincs.LG
Hierarchical Multilevel Monte Carlo for Order-Optimal Neural Actor-Critic in Average-Reward CMDPs
Ankur Naskar, Vaneet Aggarwal
⭐ 0 stars / 0 repos📚 0 citesELI5This paper solves a technical problem in reinforcement learning where agents need to follow safety rules while learning. The trick is using a clever sampling technique (MLMC) that lets neural networks learn efficiently without getting stuck between reducing errors and keeping computation cheap.
Problem solvedTraining safe RL agents with neural networks was mathematically messy—you either had accurate but expensive learning or cheap but biased learning. This paper removes that trade-off, making safe RL training provably efficient for the first time.
- 💤Quiet2607.27203·Jul 29, 2026·~10 mincs.LG
Do You Really Need to Pretrain Q-Functions for Online RL Fine-Tuning?
Perry Dong, Ron Polonsky, Dorsa Sadigh, Chelsea Fin
⭐ 0 stars / 0 repos📚 0 citesELI5When training a robot to do a task, you normally start by teaching it from recorded data, then refine it with live experience. This paper asks: should you also pre-train the value-estimator (which predicts how good an action is) from that recorded data? Surprisingly, no—you're better off starting it fresh, then smartly bootstrapping it using multiple different pre-trained policies.
Problem solvedFine-tuning RL agents wastes computation by pre-training Q-functions that don't match what the agent actually learns online. This paper shows you can skip that step and get 26% better performance by instead gathering diverse rollouts from multiple pre-trained policies to initialize the Q-function smarter.
- 💤Quiet2607.27132·Jul 29, 2026·~12 mincs.LG
Minimal Markovization via Stable Quotients in Holonomy-Cover Decision Processes
Zuyuan Zhang, Yongshan Chen, Mahdi Imani, Tian Lan
⭐ 0 stars / 0 repos📚 0 citesELI5When an agent can't see everything, it needs to remember enough history to make good decisions. This paper finds the smallest amount of memory needed for a specific type of hidden-state problem by tracking which 'mode' the hidden state is in based on patterns in what it observes.
Problem solvedAgents under partial observability waste memory tracking irrelevant history. This work identifies exactly how much memory is necessary and sufficient—no more, no less—enabling efficient reinforcement learning without guessing how much to remember.
- 💤Quiet2607.25985·Jul 28, 2026·~11 mincs.ROcs.LGeess.SY
Physics-Aware End-to-End Deep Reinforcement Learning for Quadcopter Control with Actuator Dynamics
Ya-Chia Shen, Woei-Leong Chan
⭐ 0 stars / 0 repos📚 0 citesELI5Researchers trained AI agents to fly quadcopters by learning directly from physics simulations that include realistic motor delays and spinning effects. The AI learns to command thrust and rotation to keep the drone stable and reach goals, beating previous simpler approaches.
Problem solvedQuadcopters are hard to control autonomously because their physics is complex and real motors don't respond instantly. Traditional control methods require hand-tuned parameters; this work shows AI can learn better control by accounting for actual motor dynamics and aerodynamics.
- 💤Quiet2607.25970·Jul 28, 2026·~14 mincs.LGcs.AI
Reinforcement Learning for Code Optimization
Pierre Chambon, Kunhao Zheng, Juliette Decugis, Benoit Sagot, +1
⭐ 0 stars / 0 repos📚 0 citesELI5Teaches AI models to write faster code by using reinforcement learning with a reliable way to measure execution speed. The trick is building a proper testing setup, smartly combining correctness and speed rewards, and tuning the learning algorithm for noisy timing data.
Problem solvedRL easily teaches models to write correct code, but optimizing for speed breaks because timing measurements are noisy and the signal is weak. This fixes that by making speed measurement reliable and learnable, so models actually generate meaningfully faster solutions.
- 💤Quiet2607.24672·Jul 27, 2026·~9 mincs.LG
Explainable Reinforcement Learning via Physics-Aware Policy Distillation
Shaker Al-Tamari, Waled Kadour
⭐ 0 stars / 0 repos📚 0 citesELI5This paper converts a black-box AI robot controller into a simple decision tree that humans can understand and audit. The trick is distilling the neural network's decisions through physics-aware features and synthetic data, creating a transparent version that performs just as well.
Problem solvedDeep RL agents work well in robotics but regulators and operators can't trust them because they're uninterpretable. This makes it hard to deploy in safety-critical systems like autonomous vehicles or surgical robots where you need to explain and verify every decision.
- 💤Quiet2607.22525·Jul 24, 2026·~8 mincs.AI
Explainable Reinforcement Learning for assisting Air Traffic Controllers
Anduel Mehmeti, Gabriella Gigante, Salvatore Venticinque
⭐ 0 stars / 0 repos📚 0 citesELI5Researchers train an AI agent to help air traffic controllers avoid dangerous airspace, then show which parts of the radar display the AI is actually paying attention to when making decisions—like highlighting which blips on screen matter most.
Problem solvedAir traffic control is too critical to trust a black-box AI. Controllers need to understand *why* the system suggests a route change before following it, so they can catch mistakes and maintain safety oversight.
- 💤Quiet2607.22468·Jul 24, 2026·~11 minquant-phcs.AI
Learning to Prepare Molecular Ground States with Transformer Models
Alex Koziell-Pipe, Jasmine Brewer, Jem Guhit, Marwa H. Farag, +13
⭐ 0 stars / 0 repos📚 0 citesELI5A machine learning model learns to quickly design quantum circuits that prepare molecules for quantum computers, rather than slowly calculating them from scratch. Once trained on examples, it can generate new circuit designs in seconds instead of hours.
Problem solvedQuantum chemistry simulations are slow to set up because designing the circuits that prepare molecular states takes hours of computation. This blocks real quantum advantage for drug discovery and materials science. A trained model can do this instantly.
- 💤Quiet2607.21557·Jul 23, 2026·~15 mincs.AIcs.CL
OpenForgeRL: Train Harness-native Agents in Any Environment
Xiao Yu, Baolin Peng, Ruize Xu, Hao Zou, +6
⭐ 0 stars / 0 repos📚 0 citesELI5A toolkit that lets you train AI agents end-to-end using the same complex tool-calling systems (like Claude Code or Codex) that real agents run on, without needing to rebuild the entire inference pipeline from scratch.
Problem solvedTraining agents is usually disconnected from how they actually run—you train on simplified versions but deploy with complex harnesses that handle tool calls and state. This framework bridges that gap so you can train directly in production-like conditions.
- 💤Quiet2607.21552·Jul 23, 2026·~10 mincs.AIcs.LG
MIRROR: Learning from the Other View for Multi-Modal Reasoning
Wen Ye, Yuxiao Qu, Aviral Kumar, Xuezhe Ma
⭐ 0 stars / 0 repos📚 0 citesELI5When solving a geometry problem, a VLM might understand it better from text or from a diagram, but not both. This method teaches the model by making weak views learn from whichever view (text or diagram) the model is best at, so all ways of seeing the problem work equally well.
Problem solvedVision-language models fail unpredictably on multimodal reasoning tasks—solving the same problem from text but failing from a diagram, or vice versa. This inconsistency makes them unreliable for real applications that mix text and images.
- 💤Quiet2607.21419·Jul 23, 2026·~9 mincs.AI
PATS: Policy-Aware Training Scaffolding for Agentic Reinforcement Learning
Yipeng Shi, Zhipeng Ma, Yue Wang, Qitai Tan, +3
⭐ 0 stars / 0 repos📚 0 citesELI5When LLM agents learn through trial-and-error, they often get stuck repeating the same mistakes. This system gives them training wheels—context and examples tailored to their current skill level—that adapt as they improve, then removes them once the agent is ready.
Problem solvedLLM agents waste time on repetitive failed attempts during reinforcement learning, generating unhelpful training data. You need to guide weak agents without creating dependency on that guidance, and do it efficiently without ballooning prompt costs.
- 💤Quiet2607.20399·Jul 22, 2026·~10 mincs.ROcs.HCcs.LG
Towards Miniature Humanoid Tele-Loco-Manipulation Using Virtual Reality and Reinforcement Learning
Nicolas Kosanovic, Jordan Dowdy, Jean Chagas Vaz
⭐ 0 stars / 0 repos📚 0 citesELI5Researchers built a control system that lets one person remotely operate a small humanoid robot—seeing through its eyes, controlling its arms to grab things, and making it walk around—by combining VR headset control for the arms with AI that handles balance and walking automatically.
Problem solvedSmall humanoid robots were stuck with limited control methods compared to expensive full-sized versions. Now researchers can operate cheap, accessible miniature robots with the same VR-plus-AI approach that works for industrial robots, opening up robotics research to more people.
- 💤Quiet2607.19345·Jul 21, 2026·~13 mincs.CLcs.AI
Copy Less, Ground More: Overcoming Repetitive Copying in Long-Context Reasoning via Evidence-Aware Reinforcement Learning
Lizhe Fang, Weizhou Shen, Tianyi Tang, Yisen Wang
⭐ 0 stars / 0 repos📚 0 citesELI5Long language models copy too much text from their input when solving complex problems with lots of context. This paper teaches them to focus on the important parts and ignore irrelevant details by rewarding answers that rely on key evidence and penalizing those that use irrelevant text.
Problem solvedWhen LLMs try to reason through long documents, they waste tokens mindlessly copying irrelevant text instead of solving the problem. This makes them worse at answering questions and wastes context budget. The paper fixes this by training models to actually ground their reasoning in relevant evidence.
- 💤Quiet2607.19331·Jul 21, 2026·~14 mincs.LGcs.AI
ISO: An RLVR-Native Optimization Stack
Hanqing Zhu, Wenyan Cong, Zhizhou Sha, Sagnik Mukherjee, +7
⭐ 0 stars / 0 repos📚 0 citesELI5When you fine-tune a language model with reward signals, this paper shows you don't need to change all the model's weights—just the directional structure within them. It's like redecorating a room (moving furniture around) instead of rebuilding the walls.
Problem solvedRLVR training is slow and inefficient because it treats all weights the same during optimization. This work cuts training time by 2.7x by keeping the model's core structure fixed and only updating what actually changes when learning from rewards.