paper-with-me

Papers

Playing Atari Space Invaders with Sparse Cosine Optimized Policy Evolution

2025-08-11 · Jim O'Connor, Jay B. Nash, Derin Gezgin, Gary B. Parker arxiv

Evolutionary approaches have previously been shown to be effective learning methods for a diverse set of domains. However, the domain of game-playing poses a particular challenge for evolutionary methods due to the inherently large state space of video games. As the size of the input state expands, the size of the policy must also increase in order to effectively learn the temporal patterns in the game space. Consequently, a larger policy must contain more trainable parameters, exponentially increasing the size of the search space. Any increase in search space is highly problematic for evolutionary methods, as increasing the number of trainable parameters is inversely correlated with convergence speed. To reduce the size of the input space while maintaining a meaningful representation of the original space, we introduce Sparse Cosine Optimized Policy Evolution (SCOPE). SCOPE utilizes the Discrete Cosine Transform (DCT) as a pseudo attention mechanism, transforming an input state into a coefficient matrix. By truncating and applying sparsification to this matrix, we reduce the dimensionality of the input space while retaining the highest energy features of the original input. We demonstrate the effectiveness of SCOPE as the policy for the Atari game Space Invaders. In this task, SCOPE with CMA-ES outperforms evolutionary methods that consider an unmodified input state, such as OpenAI-ES and HyperNEAT. SCOPE also outperforms simple reinforcement learning methods, such as DQN and A3C. SCOPE achieves this result through reducing the input size by 53% from 33,600 to 15,625 then using a bilinear affine mapping of sparse DCT coefficients to policy actions learned by the CMA-ES algorithm.

📄 PDF Abstract BibTeX arXiv:2508.08526

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Transforming Game Play: A Comparative Study of DCQN and DTQN Architectures in Reinforcement Learning

2024-10-14 · William A. Stigall

In this study, we investigate the performance of Deep Q-Networks utilizing Convolutional Neural Networks (CNNs) and Transformer architectures across three different Atari games. The advent of DQNs has significantly advan…

Atari GamesBenchmarking

Explain Your Move: Understanding Agent Actions Using Focused Feature Saliency

2020-05-01 · ICLR 2020 1 · Piyush Gupta, Nikaash Puri, Sukriti Verma, Dhruv Kayastha 외

As deep reinforcement learning (RL) is applied to more tasks, there is a need to visualize and understand the behavior of learned agents. Saliency maps explain agent behavior by highlighting the features of the input sta…

Atari GamesBoard GamesDeep Reinforcement LearningReinforcement Learning (RL)+1

MinAtar: An Atari-Inspired Testbed for Thorough and Reproducible Reinforcement Learning Experiments

2019-03-07 · Kenny Young, Tian Tian

The Arcade Learning Environment (ALE) is a popular platform for evaluating reinforcement learning agents. Much of the appeal comes from the fact that Atari games demonstrate aspects of competency we expect from an intell…

Atari Gamesreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

Explain Your Move: Understanding Agent Actions Using Specific and Relevant Feature Attribution

2019-12-23 · Nikaash Puri, Sukriti Verma, Piyush Gupta, Dhruv Kayastha 외

As deep reinforcement learning (RL) is applied to more tasks, there is a need to visualize and understand the behavior of learned agents. Saliency maps explain agent behavior by highlighting the features of the input sta…

Atari GamesBoard GamesDeep Reinforcement LearningReinforcement Learning+2

Virtual Augmented Reality for Atari Reinforcement Learning

2023-10-12 · Christian A. Schiller

Reinforcement Learning (RL) has achieved significant milestones in the gaming domain, most notably Google DeepMind's AlphaGo defeating human Go champion Ken Jie. This victory was also made possible through the Atari Lear…

Image Segmentationreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1