Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 601 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 601 Bytes

SiT

This repository contains supplementary code for the paper "Symmetry-invariant Transformers for Generalisation in Reinforcement Learning," accepted at ICML 2024.

Reproduce Our Results

As our SiT model is tested on top of multiple RL backbone algorithms, we provide a step-by-step guide in the Readme files of the respective folders in this repo on how to modify the code-bases, respectively.

A Simple SiT module via pip-install

Under development... Currently available: the "SiT_model.py" file contains the code for respective SiT models/architecture with different symmetry properties.