An open API service indexing awesome lists of open source software.

https://github.com/lucidrains/locoformer

LocoFormer - Generalist Locomotion via Long-Context Adaptation
https://github.com/lucidrains/locoformer

adaptation artificial-intelligence attention-mechanisms cross-embodiment deep-learning locomotion transformers

Last synced: 5 months ago
JSON representation

LocoFormer - Generalist Locomotion via Long-Context Adaptation

Awesome Lists containing this project

README

          

## LocoFormer (wip)

[LocoFormer - Generalist Locomotion via Long-Context Adaptation](https://generalist-locomotion.github.io/)

The gist is they trained a simple Transformer-XL in simulation on robots with many different bodies (cross-embodiment) and extreme domain randomization. When transferring to the real-world, they noticed the robot now gains the ability to adapt to insults. The XL memories span across multiple trials, which allowed the robot to learn in-context adaptation.

## Sponsors

This open sourced work is sponsored by [Safe Sentinel](https://www.safesentinels.com/)

## Citations

```bibtex
@article{liu2025locoformer,
title = {LocoFormer: Generalist Locomotion via Long-Context Adaptation},
author = {Liu, Min and Pathak, Deepak and Agarwal, Ananye},
journal = {Conference on Robot Learning ({CoRL})},
year = {2025}
}
```

```bibtex
@inproceedings{anonymous2025flow,
title = {Flow Policy Gradients for Legged Robots},
author = {Anonymous},
booktitle = {Submitted to The Fourteenth International Conference on Learning Representations},
year = {2025},
url = {https://openreview.net/forum?id=BA6n0nmagi},
note = {under review}
}
```

```bibtex
@misc{ashlag2025stateentropyregularizationrobust,
title = {State Entropy Regularization for Robust Reinforcement Learning},
author = {Yonatan Ashlag and Uri Koren and Mirco Mutti and Esther Derman and Pierre-Luc Bacon and Shie Mannor},
year = {2025},
eprint = {2506.07085},
archivePrefix = {arXiv},
primaryClass = {cs.LG},
url = {https://arxiv.org/abs/2506.07085},
}
```