paper-with-me

Papers

Evolving simple programs for playing Atari games

2018-06-14 · Dennis G Wilson, Sylvain Cussat-Blanc, Hervé Luga, Julian F. Miller

Cartesian Genetic Programming (CGP) has previously shown capabilities in image processing tasks by evolving programs with a function set specialized for computer vision. A similar approach can be applied to Atari playing. Programs are evolved using mixed type CGP with a function set suited for matrix operations, including image processing, but allowing for controller behavior to emerge. While the programs are relatively small, many controllers are competitive with state of the art methods for the Atari benchmark set and require less training time. By evaluating the programs of the best evolved individuals, simple but effective strategies can be found.

📄 PDF Abstract BibTeX arXiv:1806.05695

Code (2)

JacobLaney/cgp-tetris
ShuhuaGao/gpFlappyBird

Tasks

Atari Games

Similar 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…

Reinforcement LearningAtari Games

Learning Actions and Control of Focus of Attention with a Log-Polar-like Sensor

2023-09-22 · Robin Göransson, Volker Krueger

With the long-term goal of reducing the image processing time on an autonomous mobile robot in mind we explore in this paper the use of log-polar like image data with gaze control. The gaze control is not done on the Car…

Atari GamesDeep Reinforcement Learning

On Bonus Based Exploration Methods In The Arcade Learning Environment

2020-01-01 · ICLR 2020 1 · Adrien Ali Taiga, William Fedus, Marlos C. Machado, Aaron Courville 외

Research on exploration in reinforcement learning, as applied to Atari 2600 game-playing, has emphasized tackling difficult exploration problems such as Montezuma's Revenge (Bellemare et al., 2016). Recently, bonus-based…

Atari GamesMontezuma's RevengeReinforcement Learning

On Bonus-Based Exploration Methods in the Arcade Learning Environment

2021-09-22 · Adrien Ali Taïga, William Fedus, Marlos C. Machado, Aaron Courville 외

Research on exploration in reinforcement learning, as applied to Atari 2600 game-playing, has emphasized tackling difficult exploration problems such as Montezuma's Revenge (Bellemare et al., 2016). Recently, bonus-based…

Atari GamesMontezuma's Revenge

Learning To Play Atari Games Using Dueling Q-Learning and Hebbian Plasticity

2024-05-22 · Md Ashfaq Salehin

In this work, an advanced deep reinforcement learning architecture is used to train neural network agents playing atari games. Given only the raw game pixels, action space, and reward information, the system can train ag…

Atari GamesDeep Reinforcement LearningLifelong learningQ-Learning