paper-with-me

Papers

Learning Game-Playing Agents with Generative Code Optimization

2025-08-27 · Zhiyi Kuang, Ryan Rong, YuCheng Yuan, Allen Nie arxiv

We present a generative optimization approach for learning game-playing agents, where policies are represented as Python programs and refined using large language models (LLMs). Our method treats decision-making policies as self-evolving code, with current observation as input and an in-game action as output, enabling agents to self-improve through execution traces and natural language feedback with minimal human intervention. Applied to Atari games, our game-playing Python program achieves performance competitive with deep reinforcement learning (RL) baselines while using significantly less training time and much fewer environment interactions. This work highlights the promise of programmatic policy representations for building efficient, adaptable agents capable of complex, long-horizon reasoning.

📄 PDF Abstract BibTeX arXiv:2508.19506

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningAtari Games

Similar Papers 제목 키워드 기반

Generative Personas That Behave and Experience Like Humans

2022-08-26 · Matthew Barthet, Ahmed Khalifa, Antonios Liapis, Georgios N. Yannakakis

Using artificial intelligence (AI) to automatically test a game remains a critical challenge for the development of richer and more complex game worlds and for the advancement of AI at large. One of the most promising me…

Portfolio Search and Optimization for General Strategy Game-Playing

2021-04-21 · Alexander Dockhorn, Jorge Hurtado-Grueso, Dominik Jeurissen, Linjie Xu 외

Portfolio methods represent a simple but efficient type of action abstraction which has shown to improve the performance of search-based agents in a range of strategy games. We first review existing portfolio techniques …

Diversity

Empowering Economic Simulation for Massively Multiplayer Online Games through Generative Agent-Based Modeling

2025-06-05 · Bihan Xu, Shiwei Zhao, Runze Wu, Zhenya Huang 외

Within the domain of Massively Multiplayer Online (MMO) economy research, Agent-Based Modeling (ABM) has emerged as a robust tool for analyzing game economics, evolving from rule-based agents to decision-making agents en…

Decision Making

AlphaViT: A Flexible Game-Playing AI for Multiple Games and Variable Board Sizes

2024-08-25 · Kazuhisa Fujita

This paper presents novel game-playing AI agents based on the AlphaZero framework, enhanced with Vision Transformer (ViT): AlphaViT, AlphaViD, and AlphaVDA. These agents are designed to play multiple board games of vario…

Board GamesDecoder

Co-generation of game levels and game-playing agents

2020-07-16 · Aaron Dharna, Julian Togelius, L. B. Soros

Open-endedness, primarily studied in the context of artificial life, is the ability of systems to generate potentially unbounded ontologies of increasing novelty and complexity. Engineering generative systems displaying …

Artificial Life