The One RING: a Robotic Indoor Navigation Generalist
Paper • 2412.14401 • Published
RING (Robotic Indoor Navigation Generalist) is a generalist policy for indoor visual navigation trained solely in simulation with diverse, randomly initialized embodiments at scale (1M embodiments). Despite training exclusively in simulation, RING demonstrates robust performance on unseen real-world robots (RB‑Y1, Stretch RE‑1, LoCoBot, Unitree Go1).
ring_model_step_40356421.ckptfrom huggingface_hub import hf_hub_download
ckpt_path = hf_hub_download(
repo_id="AinazEftekhar/OneRING",
filename="ring_model_step_40356421.ckpt"
)
print(ckpt_path) # local path to the checkpoint file