paper-with-me

Papers

PufferLib: Making Reinforcement Learning Libraries and Environments Play Nice

2024-06-11 · Joseph Suarez

You have an environment, a model, and a reinforcement learning library that are designed to work together but don't. PufferLib makes them play nice. The library provides one-line environment wrappers that eliminate common compatibility problems and fast vectorization to accelerate training. With PufferLib, you can use familiar libraries like CleanRL and SB3 to scale from classic benchmarks like Atari and Procgen to complex simulators like NetHack and Neural MMO. We release pip packages and prebuilt images with dependencies for dozens of environments. All of our code is free and open-source software under the MIT license, complete with baselines, documentation, and support at pufferai.github.io.

📄 PDF Abstract BibTeX arXiv:2406.12905

Code (1)

emerge-lab/gpudrive jax

Tasks

NetHackreinforcement-learningReinforcement Learning

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

Learning of Generalizable and Interpretable Knowledge in Grid-Based Reinforcement Learning Environments

2023-09-07 · Manuel Eberhardinger, Johannes Maucher, Setareh Maghsudi

Understanding the interactions of agents trained with deep reinforcement learning is crucial for deploying agents in games or the real world. In the former, unreasonable actions confuse players. In the latter, that effec…

Atari GamesDecision MakingDeep Reinforcement LearningLanguage Modeling+4

From Two-Dimensional to Three-Dimensional Environment with Q-Learning: Modeling Autonomous Navigation with Reinforcement Learning and no Libraries

2024-03-27 · Ergon Cugler de Moraes Silva

Reinforcement learning (RL) algorithms have become indispensable tools in artificial intelligence, empowering agents to acquire optimal decision-making policies through interactions with their environment and feedback me…

Autonomous NavigationDecision MakingQ-Learningreinforcement-learning+2

Modelling Stock-market Investors as Reinforcement Learning Agents [Correction]

2016-09-20 · Alvin Pastore, Umberto Esposito, Eleni Vasilaki

Decision making in uncertain and risky environments is a prominent area of research. Standard economic theories fail to fully explain human behaviour, while a potentially promising alternative may lie in the direction of…

Decision MakingQ-Learningreinforcement-learningReinforcement Learning+1

CausalPlayground: Addressing Data-Generation Requirements in Cutting-Edge Causality Research

2024-05-21 · Andreas W M Sauter, Erman Acar, Aske Plaat

Research on causal effects often relies on synthetic data due to the scarcity of real-world datasets with ground-truth effects. Since current data-generating tools do not always meet all requirements for state-of-the-art…

Reinforcement Learning (RL)

POPGym: Benchmarking Partially Observable Reinforcement Learning

2023-03-03 · Steven Morad, Ryan Kortvelesy, Matteo Bettini, Stephan Liwicki 외

Real world applications of Reinforcement Learning (RL) are often partially observable, thus requiring memory. Despite this, partial observability is still largely ignored by contemporary RL benchmarks and libraries. We i…

BenchmarkingGPUPartially Observable Reinforcement Learningreinforcement-learning+4