Papers › On the Feasibility of Cross-Task Transfer with Model-Based Reinforcement Learning

On the Feasibility of Cross-Task Transfer with Model-Based Reinforcement Learning

19 Oct 2022arXiv:2210.10763archive 2025-07-28

Yifan Xu, Nicklas Hansen, ZiRui Wang, Yung-Chieh Chan, Hao Su, Zhuowen Tu

Reinforcement Learning (RL) algorithms can solve challenging control problems directly from image observations, but they often require millions of environment interactions to do so. Recently, model-based RL algorithms have greatly improved sample-efficiency by concurrently learning an internal model of the world, and supplementing real environment interactions with imagined rollouts for policy improvement. However, learning an effective model of the world from scratch is challenging, and in stark contrast to humans that rely heavily on world understanding and visual cues for learning new skills. In this work, we investigate whether internal models learned by modern model-based RL algorithms can be leveraged to solve new, distinctly different tasks faster. We propose Model-Based Cross-Task Transfer (XTRA), a framework for sample-efficient online RL with scalable pretraining and finetuning of learned world models. By offline multi-task pretraining and online cross-task finetuning, we achieve substantial improvements over a baseline trained from scratch; we improve mean performance of model-based algorithm EfficientZero by 23%, and by as much as 71% in some instances.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2210.10763")

Code

Syntology Ran 4 of 13 code samples harvested from 1 repository linked to this paper; 9 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 1 ran · fixture could not drive it; 2 ran with no contract checked.

By repository: official repository: 13 samples from 1 repository, 4 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

mlpc-ucsd/xtra officialmentioned in papermentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

13 samples harvested; 4 ran; 0 honoured the contract we drafted; 9 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
1ran · fixture could not drive it
2ran
9unverified

Licence: 0 of the 13 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from mlpc-ucsd/xtra. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

concat_output_value mlpc-ucsd/xtra/src/core/model.py official repository ran Apache-2.0 (permissive) · 05286bc5e4e73ead · report
conv3x3 mlpc-ucsd/xtra/src/config/atari/model.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 18fbe72ffac82ee3 · report
make_results_dir mlpc-ucsd/xtra/src/core/utils.py official repository ran Apache-2.0 (permissive) · f12fcbff81a09011 · report
renormalize mlpc-ucsd/xtra/src/core/model.py official repository ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · fa63400bb2942968 · report
concat_output mlpc-ucsd/xtra/src/core/model.py official repository unverified Apache-2.0 (permissive) · bef1e7b3f9ae1da8 · report
float_range mlpc-ucsd/xtra/src/core/args.py official repository unverified Apache-2.0 (permissive) · 9def2c52a2324abd · report
get_node_distribution mlpc-ucsd/xtra/src/core/mcts.py official repository unverified Apache-2.0 (permissive) · d8a8da7b1cae2f4a · report
make_atari mlpc-ucsd/xtra/src/core/utils.py official repository unverified Apache-2.0 (permissive) · 11b2c75d0350f659 · report
mlp mlpc-ucsd/xtra/src/config/atari/model.py official repository unverified Apache-2.0 (permissive) · a688f4e7c0e44610 · report
prepare_imitation_learning mlpc-ucsd/xtra/src/core/game_detach.py official repository unverified Apache-2.0 (permissive) · 8808a2cd042359dd · report
prepare_multi_target_cpu mlpc-ucsd/xtra/src/core/game_detach.py official repository unverified Apache-2.0 (permissive) · 108a7e706028d3eb · report
prepare_multi_target_only_value_cpu mlpc-ucsd/xtra/src/core/game_detach.py official repository unverified Apache-2.0 (permissive) · d880585fd8b2ad45 · report
select_action mlpc-ucsd/xtra/src/core/utils.py official repository unverified Apache-2.0 (permissive) · f20a0c2687734ea6 · report

Tasks

Atari Games 100kModel-based Reinforcement LearningReinforcement Learning (RL)reinforcement-learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections