Papers › Generalization to New Actions in Reinforcement Learning

Generalization to New Actions in Reinforcement Learning

3 Nov 2020ICML 2020 1arXiv:2011.01928archive 2025-07-28

Ayush Jain, Andrew Szot, Joseph J. Lim

A fundamental trait of intelligence is the ability to achieve goals in the face of novel circumstances, such as making decisions from new action choices. However, standard reinforcement learning assumes a fixed set of actions and requires expensive retraining when given a new action set. To make learning agents more adaptable, we introduce the problem of zero-shot generalization to new actions. We propose a two-stage framework where the agent first infers action representations from action information acquired separately from the task. A policy flexible to varying action sets is then trained with generalization objectives. We benchmark generalization on sequential tasks, such as selecting from an unseen tool-set to solve physical reasoning puzzles and stacking towers with novel 3D shapes. Videos and code are available at https://sites.google.com/view/action-generalization

PaperPDFConference PDFCodeCode 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="2011.01928")

Code

Syntology Ran 18 of 21 code samples harvested from 2 repositories linked to this paper; 3 have no recorded run. Of those that ran: 2 ran · honoured contract; 2 ran · our draft was wrong; 14 ran with no contract checked.

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

clvrai/new-actions-rl officialmentioned in paperpytorch 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

21 samples harvested; 18 ran; 2 honoured the contract we drafted; 3 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.

2ran · honoured contract
2ran · our draft was wrong
14ran
3unverified

Licence: 20 of the 21 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

Beta clvrai/new-actions-rl/method/models/main_method.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 2549d67825e3fb58 · report
CNNBase_NEW clvrai/new-actions-rl/method/models/main_method.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · dd4a9f0d253bfe90 · report
Categorical clvrai/new-actions-rl/method/models/main_method.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 2e0973cb87fadfb6 · report
ConditionedAuxDist clvrai/new-actions-rl/method/models/main_method.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 93b65a059eba1be7 · report
ConditionedAuxWrapper clvrai/new-actions-rl/method/models/main_method.py official repository ran no licence file found · pointer only · c2bdefbcdfe3a875 · report
Conv2d3x3 clvrai/new-actions-rl/method/models/main_method.py official repository ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 2062968c588d48da · report
DiagGaussian clvrai/new-actions-rl/method/models/main_method.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · c3e91ef2c04afa28 · report
DiagGaussianVariance clvrai/new-actions-rl/method/models/main_method.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 91666da04aaa6ba4 · report
DistWrapper clvrai/new-actions-rl/method/models/main_method.py official repository ran no licence file found · pointer only · c72079105e05daaa · report
MLPBase clvrai/new-actions-rl/method/models/main_method.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 0c518a49b21b3a37 · report
MixedDist clvrai/new-actions-rl/method/models/main_method.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 5ad49de4aa356408 · report
NNBase clvrai/new-actions-rl/method/models/main_method.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 4f7b9c26206107af · report
OrderInvariantCategorical clvrai/new-actions-rl/method/models/main_method.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 5113f693aa39c008 · report
RndCategorical clvrai/new-actions-rl/method/models/main_method.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 08477ea65294ed85 · report
add_mag_stats clvrai/new-actions-rl/method/models/main_method.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · c790bb0df379811f · report
extract_aval clvrai/new-actions-rl/method/models/main_method.py official repository ran · honoured contract no licence file found · pointer only · 0e7b0c51b3d70736 · report
init_extract_aval clvrai/new-actions-rl/method/models/main_method.py official repository ran · honoured contract no licence file found · pointer only · 72d99a8e5cd83dc8 · report
split_action_set clvrai/create/create_game/create_action_set.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · be293701f9986ccd · report
ActorCritic clvrai/new-actions-rl/method/models/main_method.py official repository unverified no licence file found · pointer only · 7da11c67fbcd655c · report
BasePolicy clvrai/new-actions-rl/method/models/main_method.py official repository unverified no licence file found · pointer only · e8e8cf08b831157a · report
MainMethod clvrai/new-actions-rl/method/models/main_method.py official repository unverified no licence file found · pointer only · e09457d2f83e11bc · report

Tasks

Reinforcement LearningReinforcement Learning (RL)Zero-shot Generalizationreinforcement-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