paper-with-me

Papers

AIXIjs: A Software Demo for General Reinforcement Learning

2017-05-22 · John Aslanides

Reinforcement learning is a general and powerful framework with which to study and implement artificial intelligence. Recent advances in deep learning have enabled RL algorithms to achieve impressive performance in restricted domains such as playing Atari video games (Mnih et al., 2015) and, recently, the board game Go (Silver et al., 2016). However, we are still far from constructing a generally intelligent agent. Many of the obstacles and open questions are conceptual: What does it mean to be intelligent? How does one explore and learn optimally in general, unknown environments? What, in fact, does it mean to be optimal in the general sense? The universal Bayesian agent AIXI (Hutter, 2005) is a model of a maximally intelligent agent, and plays a central role in the sub-field of general reinforcement learning (GRL). Recently, AIXI has been shown to be flawed in important ways; it doesn't explore enough to be asymptotically optimal (Orseau, 2010), and it can perform poorly with certain priors (Leike and Hutter, 2015). Several variants of AIXI have been proposed to attempt to address these shortfalls: among them are entropy-seeking agents (Orseau, 2011), knowledge-seeking agents (Orseau et al., 2013), Bayes with bursts of exploration (Lattimore, 2013), MDL agents (Leike, 2016a), Thompson sampling (Leike et al., 2016), and optimism (Sunehag and Hutter, 2015). We present AIXIjs, a JavaScript implementation of these GRL agents. This implementation is accompanied by a framework for running experiments against various environments, similar to OpenAI Gym (Brockman et al., 2016), and a suite of interactive demos that explore different properties of the agents, similar to REINFORCEjs (Karpathy, 2015). We use AIXIjs to present numerous experiments illustrating fundamental properties of, and differences between, these agents.

📄 PDF Abstract BibTeX arXiv:1705.07615

Code (1)

aslanides/aixijs 공식 구현

Tasks

General Reinforcement LearningOpenAI Gymreinforcement-learningReinforcement LearningReinforcement Learning (RL)Thompson Sampling

Methods 이 논문이 사용한 방법론

MDL Minimum Description Length provides a criterion for the selection of models, regardless of their complexity, without the restrictive assumption that the data form a sample…

Similar Papers 제목 키워드 기반

Generalised Discount Functions applied to a Monte-Carlo AImu Implementation

2017-03-03 · Sean Lamont, John Aslanides, Jan Leike, Marcus Hutter

In recent years, work has been done to develop the theory of General Reinforcement Learning (GRL). However, there are few examples demonstrating these results in a concrete way. In particular, there are no examples demon…

General Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

SWE-RL: Advancing LLM Reasoning via Reinforcement Learning on Open Software Evolution

2025-02-25 · Yuxiang Wei, Olivier Duchenne, Jade Copet, Quentin Carbonneaux 외

The recent DeepSeek-R1 release has demonstrated the immense potential of reinforcement learning (RL) in enhancing the general reasoning capabilities of large language models (LLMs). While DeepSeek-R1 and other follow-up …

MathReinforcement Learning (RL)

Categorizing Wireheading in Partially Embedded Agents

2019-06-21 · Arushi Majha, Sayan Sarkar, Davide Zagami

$\textit{Embedded agents}$ are not explicitly separated from their environment, lacking clear I/O channels. Such agents can reason about and modify their internal parts, which they are incentivized to shortcut or $\texti…

DRIFT: Deep Reinforcement Learning for Functional Software Testing

2020-07-16 · Luke Harries, Rebekah Storan Clarke, Timothy Chapman, Swamy V. P. L. N. Nallamalli 외

Efficient software testing is essential for productive software development and reliable user experiences. As human testing is inefficient and expensive, automated software testing is needed. In this work, we propose a R…

Deep Reinforcement LearningGraph Neural NetworkQ-Learningreinforcement-learning+3

Show me what you want: Inverse reinforcement learning to automatically design robot swarms by demonstration

2023-01-17 · Ilyes Gharbi, Jonas Kuckling, David Garzón Ramos, Mauro Birattari

Automatic design is a promising approach to generating control software for robot swarms. So far, automatic design has relied on mission-specific objective functions to specify the desired collective behavior. In this pa…

reinforcement-learningReinforcement Learning (RL)