TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Sampled Policy Gradient for Learning to Play the Game Agar...

Sampled Policy Gradient for Learning to Play the Game Agar.io

Anton Orell Wiehe, Nil Stolt Ansó, Madalina M. Drugan, Marco A. Wiering

2018-09-15Q-Learning
PaperPDFCodeCode

Abstract

In this paper, a new offline actor-critic learning algorithm is introduced: Sampled Policy Gradient (SPG). SPG samples in the action space to calculate an approximated policy gradient by using the critic to evaluate the samples. This sampling allows SPG to search the action-Q-value space more globally than deterministic policy gradient (DPG), enabling it to theoretically avoid more local optima. SPG is compared to Q-learning and the actor-critic algorithms CACLA and DPG in a pellet collection task and a self play environment in the game Agar.io. The online game Agar.io has become massively popular on the internet due to intuitive game design and the ability to instantly compete against players around the world. From the point of view of artificial intelligence this game is also very intriguing: The game has a continuous input and action space and allows to have diverse agents with complex strategies compete against each other. The experimental results show that Q-Learning and CACLA outperform a pre-programmed greedy bot in the pellet collection task, but all algorithms fail to outperform this bot in a fighting scenario. The SPG algorithm is analyzed to have great extendability through offline exploration and it matches DPG in performance even in its basic form without extensive sampling.

Related Papers

Evaluating Reinforcement Learning Algorithms for Navigation in Simulated Robotic Quadrupeds: A Comparative Study Inspired by Guide Dog Behaviour2025-07-17Personalized Exercise Recommendation with Semantically-Grounded Knowledge Tracing2025-07-15A Data-Ensemble-Based Approach for Sample-Efficient LQ Control of Linear Time-Varying Systems2025-06-30ADDQ: Adaptive Distributional Double Q-Learning2025-06-24Reinforcement Learning-Based Policy Optimisation For Heterogeneous Radio Access2025-06-18ReinDSplit: Reinforced Dynamic Split Learning for Pest Recognition in Precision Agriculture2025-06-16Implicit Constraint-Aware Off-Policy Correction for Offline Reinforcement Learning2025-06-16"What are my options?": Explaining RL Agents with Diverse Near-Optimal Alternatives (Extended)2025-06-11