Papers › Subequivariant Graph Reinforcement Learning in 3D Environments

Subequivariant Graph Reinforcement Learning in 3D Environments

30 May 2023arXiv:2305.18951archive 2025-07-28

Runfa Chen, Jiaqi Han, Fuchun Sun, Wenbing Huang

Learning a shared policy that guides the locomotion of different agents is of core interest in Reinforcement Learning (RL), which leads to the study of morphology-agnostic RL. However, existing benchmarks are highly restrictive in the choice of starting point and target point, constraining the movement of the agents within 2D space. In this work, we propose a novel setup for morphology-agnostic RL, dubbed Subequivariant Graph RL in 3D environments (3D-SGRL). Specifically, we first introduce a new set of more practical yet challenging benchmarks in 3D space that allows the agent to have full Degree-of-Freedoms to explore in arbitrary directions starting from arbitrary configurations. Moreover, to optimize the policy over the enlarged state-action space, we propose to inject geometric symmetry, i.e., subequivariance, into the modeling of the policy and Q-function such that the policy can generalize to all directions, improving exploration efficiency. This goal is achieved by a novel SubEquivariant Transformer (SET) that permits expressive message exchange. Finally, we evaluate the proposed method on the proposed benchmarks, where our method consistently and significantly outperforms existing approaches on single-task, multi-task, and zero-shot generalization scenarios. Extensive ablations are also conducted to verify our design. Code and videos are available on our project page: https://alpc91.github.io/SGRL/.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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="2305.18951")

Code

Syntology Ran 5 of 18 code samples harvested from 1 repository linked to this paper; 13 have no recorded run. Of those that ran: 5 ran with no contract checked.

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

alpc91/sgrl officialmentioned in papermentioned on GitHubpytorchMIT 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

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

5ran
13unverified

Licence: 0 of the 18 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 alpc91/sgrl. “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.

ActorDownAction alpc91/sgrl/src/SEActor.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 561d41f496c2bc6b · report
ActorVanilla alpc91/sgrl/src/SEActor.py official repository ran · metamorphic tier: invariant fingerprinted MIT (permissive) · 01c0cb24a9f76390 · report
ConcatPositionalEmbedding alpc91/sgrl/src/SEActor.py official repository ran · metamorphic tier: well formed MIT (permissive) · d50e1309afe5661e · report
MLPBase alpc91/sgrl/src/SEActor.py official repository ran · metamorphic tier: invariant fingerprinted MIT (permissive) · dce462fbe0147144 · report
RepeatTransformerEncoder alpc91/sgrl/src/SEActor.py official repository ran fingerprinted MIT (permissive) · cfa5ceb8a24fede6 · report
ActorGraphPolicy alpc91/sgrl/src/SEActor.py official repository unverified MIT (permissive) · 6fa5b534f9e23503 · report
ActorUp alpc91/sgrl/src/SEActor.py official repository unverified MIT (permissive) · 5b9d260acda2ed73 · report
ActorUpAction alpc91/sgrl/src/SEActor.py official repository unverified MIT (permissive) · 16d7609a6c0d4f7e · report
Fold alpc91/sgrl/src/SEActor.py official repository unverified MIT (permissive) · 7f18e3aaea0b7c03 · report
MyMultiheadAttention alpc91/sgrl/src/SEActor.py official repository unverified MIT (permissive) · b8da956581b4f6a7 · report
MyTransformerEncoderLayer alpc91/sgrl/src/SEActor.py official repository unverified MIT (permissive) · 66a12f30cd614919 · report
SEPolicy alpc91/sgrl/src/SEActor.py official repository unverified MIT (permissive) · c29193323ad938ed · report
TransformerModel alpc91/sgrl/src/SEActor.py official repository unverified MIT (permissive) · 09960fa05732daaa · report
has_checkpoint alpc91/SGRL/src/checkpoint.py official repository unverified MIT (permissive) · b0c192edffa2ca61 · report
multi_head_attention_forward alpc91/sgrl/src/subequivariant_attentions.py official repository unverified MIT (permissive) · 389d696e65ff8fb1 · report
multi_head_attention_forward alpc91/SGRL/src/attentions.py official repository unverified MIT (permissive) · 11c0ca2379df2020 · report
save_model alpc91/SGRL/src/checkpoint.py official repository unverified MIT (permissive) · 5d34f615ca42f7e3 · report
save_replay_buffer alpc91/SGRL/src/checkpoint.py official repository unverified MIT (permissive) · 2ee9d1d7b95b3a8f · 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.

Methods

Absolute Position EncodingsAdamAttentionBPEDense ConnectionsDropoutLabel SmoothingLayer NormalizationLinear LayerMulti-Head AttentionPosition-Wise Feed-Forward LayerResidual ConnectionSoftmaxTransformer

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