AI Research

Technical articles on AI and machine learning by Loop Smarter

ARPPO vs PPO: When Does Average Reward RL Win?

Proximal Policy Optimization (PPO) has become the default choice for deep reinforcement learning: reliable, well-understood, and competitive across many benchmarks. But PPO uses discounted reward, which creates a fundamental mismatch with continuing operational tasks. Our ARPPO algorithm [Schneckenreither, 2020; Schneckenreither & Moser, 2025] addresses this directly. Algorithm Comparison Property PPO ARPPO Objective Discounted cumulative reward […]

ARPPO vs PPO: When Does Average Reward RL Win? Read More »

How Reinforcement Learning Solves Real-World Inventory Optimization

Inventory optimization is one of the oldest problems in operations research. Classical solutions such as EOQ, the newsvendor model, and (s,S) policies assume simplified demand distributions and static cost structures. In the real world, demand is seasonal, trends shift, and supplier lead times vary. Reinforcement learning handles all of this naturally . The RL Formulation

How Reinforcement Learning Solves Real-World Inventory Optimization Read More »

Average Reward vs. Discounted Reward: Why It Matters for Business Optimization

When building AI systems for business operations, one of the most consequential design choices is often overlooked: how do you measure success? Most reinforcement learning textbooks and libraries default to discounted reward . For games and simulated environments, this works fine. For real operational problems, it creates a systematic bias that undermines performance. The Discounting

Average Reward vs. Discounted Reward: Why It Matters for Business Optimization Read More »

Scroll to Top