paper-with-me

Papers

HackAtari: Atari Learning Environments for Robust and Continual Reinforcement Learning

2024-06-06 · Quentin Delfosse, Jannis Blüml, Bjarne Gregori, Kristian Kersting

Artificial agents' adaptability to novelty and alignment with intended behavior is crucial for their effective deployment. Reinforcement learning (RL) leverages novelty as a means of exploration, yet agents often struggle to handle novel situations, hindering generalization. To address these issues, we propose HackAtari, a framework introducing controlled novelty to the most common RL benchmark, the Atari Learning Environment. HackAtari allows us to create novel game scenarios (including simplification for curriculum learning), to swap the game elements' colors, as well as to introduce different reward signals for the agent. We demonstrate that current agents trained on the original environments include robustness failures, and evaluate HackAtari's efficacy in enhancing RL agents' robustness and aligning behavior through experiments using C51 and PPO. Overall, HackAtari can be used to improve the robustness of current and future RL algorithms, allowing Neuro-Symbolic RL, curriculum RL, causal RL, as well as LLM-driven RL. Our work underscores the significance of developing interpretable in RL agents.

📄 PDF Abstract BibTeX arXiv:2406.03997

Code (1)

k4ntz/HackAtari 공식 구현 pytorch

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Entropy Regularization 설명 없음
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…

Similar Papers 제목 키워드 기반

CORA: Benchmarks, Baselines, and Metrics as a Platform for Continual Reinforcement Learning Agents

2021-10-19 · Sam Powers, Eliot Xing, Eric Kolve, Roozbeh Mottaghi 외

Progress in continual reinforcement learning has been limited due to several barriers to entry: missing code, high compute requirements, and a lack of suitable benchmarks. In this work, we present CORA, a platform for Co…

NetHackreinforcement-learningReinforcement LearningReinforcement Learning (RL)

OCAtari: Object-Centric Atari 2600 Reinforcement Learning Environments

2023-06-14 · Quentin Delfosse, Jannis Blüml, Bjarne Gregori, Sebastian Sztwiertnia 외

Cognitive science and psychology suggest that object-centric representations of complex scenes are a promising step towards enabling efficient abstract reasoning from low-level perceptual features. Yet, most deep reinfor…

Atari GamesDeep Reinforcement LearningObjectObject Discovery+3

Continual Learning In Environments With Polynomial Mixing Times

2021-12-13 · Matthew Riemer, Sharath Chandra Raparthy, Ignacio Cases, Gopeshh Subbaraj 외

The mixing time of the Markov chain induced by a policy limits performance in real-world continual learning scenarios. Yet, the effect of mixing times on learning in continual reinforcement learning (RL) remains underexp…

Atari GamesContinual LearningReinforcement Learning (RL)

Balancing Expressivity and Robustness: Constrained Rational Activations for Reinforcement Learning

2025-07-19 · Rafał Surdej, Michał Bortkiewicz, Alex Lewandowski, Mateusz Ostaszewski 외 arxiv

Trainable activation functions, whose parameters are optimized alongside network weights, offer increased expressivity compared to fixed activation functions. Specifically, trainable activation functions defined as ratio…

Reinforcement LearningContinuous ControlContinual Learning

A Deep Learning Approach for Joint Video Frame and Reward Prediction in Atari Games

2016-11-21 · Felix Leibfried, Nate Kushman, Katja Hofmann

Reinforcement learning is concerned with identifying reward-maximizing behaviour policies in environments that are initially unknown. State-of-the-art reinforcement learning approaches, such as deep Q-networks, are model…

Atari GamesModel-based Reinforcement LearningPredictionreinforcement-learning+2