SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2402.04154 · 2024

Read to Play (R2-Play): Decision Transformer with Multimodal Game Instruction

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 3 functions out of this paper's own repositories and ran 2 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
ygjin11/r2-play canonical 2 of 3
FunctionStatusWhere it lives
sample Ran ygjin11/r2-play/tool/utils.py
pointer only (licence: NONE) · get_code("f5769ec929f30725")
top_k_logits Ran ygjin11/r2-play/tool/utils.py
pointer only (licence: NONE) · get_code("0f0021cdea13e4da")
get_vision_clip Not yet run ygjin11/r2-play/tool/clip_extract_vision.py
pointer only (licence: NONE) · get_code("a5d59cb241d8bf6a")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

Developing a generalist agent is a longstanding objective in artificial intelligence. Previous efforts utilizing extensive offline datasets from various tasks demonstrate remarkable performance in multitasking scenarios within Reinforcement Learning. However, these works encounter challenges in extending their capabilities to new tasks. Recent approaches integrate textual guidance or visual trajectory into decision networks to provide task-specific contextual cues, representing a promising direction. However, it is observed that relying solely on textual guidance or visual trajectory is insufficient for accurately conveying the contextual information of tasks. This paper explores enhanced forms of task guidance for agents, enabling them to comprehend gameplay instructions, thereby facilitating a "read-to-play" capability. Drawing inspiration from the success of multimodal instruction tuning in visual tasks, we treat the visual-based RL task as a long-horizon vision task and construct a set of multimodal game instructions to incorporate instruction tuning into a decision transformer. Experimental results demonstrate that incorporating multimodal game instructions significantly enhances the decision transformer's multitasking and generalization capabilities.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2402.04154")
get_code_for_paper("2402.04154")
have("2402.04154")

Connect an agent — have() is free.