paper-with-me

홈 › Papers

TextWorldExpress: Simulating Text Games at One Million Steps Per Second

2022-08-01 · Peter A. Jansen, Marc-Alexandre Côté

Text-based games offer a challenging test bed to evaluate virtual agents at language understanding, multi-step problem-solving, and common-sense reasoning. However, speed is a major limitation of current text-based games, capping at 300 steps per second, mainly due to the use of legacy tooling. In this work we present TextWorldExpress, a high-performance simulator that includes implementations of three common text game benchmarks that increases simulation throughput by approximately three orders of magnitude, reaching over one million steps per second on common desktop hardware. This significantly reduces experiment runtime, enabling billion-step-scale experiments in about one day.

📄 PDF Abstract BibTeX arXiv:2208.01174

Code (2)

cognitiveailab/textworldexpress 공식 구현
cognitiveailab/neurosymbolic pytorch

Tasks

Common Sense Reasoningtext-based games

Methods 이 논문이 사용한 방법론

Test 설명 없음
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

The Chess Transformer: Mastering Play using Generative Language Models

2020-08-02 · David Noever, Matt Ciolino, Josh Kalin

This work demonstrates that natural language transformers can support more generic strategic modeling, particularly for text-archived games. In addition to learning natural language skills, the abstract transformer archi…

Deep Q-learning from Demonstrations

2017-04-12 · Todd Hester, Matej Vecerik, Olivier Pietquin, Marc Lanctot 외

Deep reinforcement learning (RL) has achieved several high profile successes in difficult decision-making problems. However, these algorithms typically require a huge amount of data before they reach reasonable performan…

Decision MakingDeep Reinforcement LearningImitation LearningQ-Learning+2

Simulating Ability: Representing Skills in Games

2013-06-30 · Magnus Lie Hetland

Throughout the history of games, representing the abilities of the various agents acting on behalf of the players has been a central concern. With increasingly sophisticated games emerging, these simulations have become …

GPUDrive: Data-driven, multi-agent driving simulation at 1 million FPS

2024-08-02 · Saman Kazemkhani, Aarav Pandya, Daphne Cornelisse, Brennan Shacklett 외

Multi-agent learning algorithms have been successful at generating superhuman planning in various games but have had limited impact on the design of deployed multi-agent planners. A key bottleneck in applying these techn…

GPUNavigate

Mastering Atari Games with Limited Data

2021-10-30 · NeurIPS 2021 12 · Weirui Ye, Shaohuai Liu, Thanard Kurutach, Pieter Abbeel 외

Reinforcement learning has achieved great success in many applications. However, sample efficiency remains a key challenge, with prominent methods requiring millions (or even billions) of environment steps to train. Rece…

Atari GamesAtari Games 100k