Topic
deep reinforcement learning
Deep Reinforcement Learning Framework Promises More Believable Game Characters
A paper on arXiv argues that deep reinforcement learning can create more believable game characters by learning from interactions or player data. The authors propose a framework with requirements suited for game development and identify bottlenecks to accelerate adoption.
When Does Deep RL Beat Calibrated Baselines? A Benchmark Study on Adaptive Resource Control
A research paper introduces RLScale-Bench, a reproducible benchmark for deep reinforcement learning on adaptive resource control. Testing six DRL algorithms and a calibrated rule-based baseline on Kubernetes autoscaling across six workload patterns, the study finds that the calibrated controller achieves the lowest cost on all workloads, though DRL agents perform better on bursty and flash traffic. Discrete-action DRL algorithms also significantly outperform continuous-action ones in constraint violations.
Infant-Inspired Noise Boosts Deep RL Exploration, Research from arXiv Shows
A research paper posted on arXiv demonstrates that exploration noise inspired by infant spontaneous movements can improve learning efficiency in deep reinforcement learning. The authors found that babies' end-effector velocities follow a colored noise process, and mimicking this pattern in RL agents leads to better state-space coverage and structured exploratory behavior.