PoLAR: Factorizing Extent and Mode in Latent Actions for Robot Policy Learning
Paper • 2606.21139 • Published • 12
PoLAR tokenizer checkpoint trained on BridgeData V2, presented in the paper PoLAR: Factorizing Extent and Mode in Latent Actions for Robot Policy Learning.
polar_tokenizer_bridge.ckpthyperbolic_factorized_radprog16 radial bins + 16 direction codes1 radial token + 4 direction tokensWith the default 16-radius/16-direction factorization, radial IDs occupy <ACT_0> through <ACT_15>, while direction IDs occupy <ACT_16> through <ACT_31>.
This repository is part of the PoLAR code release.
To train the PoLAR tokenizer on BridgeData V2 RLDS format, you can use the following command from the official repository:
cd latent_action_model
torchrun --standalone --nnodes 1 --nproc-per-node 8 main_visual_vq.py fit \
--config config/polar_tokenizer_bridge.yaml \
--data.data_root /path/to/rlds_bridge_orig \
--model.log_path /path/to/output/lam_bridge/logs
@misc{jeong2026polar,
title = {PoLAR: Factorizing Extent and Mode in Latent Actions for Robot Policy Learning},
author = {Jeong, Youngjoon and Yu, Jihwan and Jo, Minsoo and Chun, Junha and Kim, Taesup},
year = {2026},
eprint = {2606.21139},
archivePrefix = {arXiv}
}