WMP
Reproduction code of paper "World Model-based Perception for Visual Legged Locomotion"
Install / Use
/learn @bytedance/WMPREADME
Code for the paper:
World Model-based Perception for Visual Legged Locomotion
Hang Lai, Jiahang Cao, JiaFeng Xu, Hongtao Wu, Yunfeng Lin, Tao Kong, Yong Yu, Weinan Zhang
🌐 Project Website | 📄 Paper
Requirements
- Create a new python virtual env with python 3.6, 3.7 or 3.8 (3.8 recommended)
- Install pytorch:
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117
- Install Isaac Gym
- Download and install Isaac Gym Preview 3 (Preview 2 will not work!) from https://developer.nvidia.com/isaac-gym
cd isaacgym/python && pip install -e .
- Install other packages:
sudo apt-get install build-essential --fix-missingsudo apt-get install ninja-buildpip install setuptools==59.5.0pip install ruamel_yaml==0.17.4sudo apt install libgl1-mesa-glx -ypip install opencv-contrib-pythonpip install -r requirements.txt
Training
python legged_gym/scripts/train.py --task=a1_amp --headless --sim_device=cuda:0
Training takes about 23G GPU memory, and at least 10k iterations recommended.
Visualization
Please make sure you have trained the WMP before
python legged_gym/scripts/play.py --task=a1_amp --sim_device=cuda:0 --terrain=climb
Acknowledgments
We thank the authors of the following projects for making their code open source:
Citation
If you find this project helpful, please consider citing our paper:
@article{lai2024world,
title={World Model-based Perception for Visual Legged Locomotion},
author={Lai, Hang and Cao, Jiahang and Xu, Jiafeng and Wu, Hongtao and Lin, Yunfeng and Kong, Tao and Yu, Yong and Zhang, Weinan},
journal={arXiv preprint arXiv:2409.16784},
year={2024}
}
Related Skills
proje
Interactive vocabulary learning platform with smart flashcards and spaced repetition for effective language acquisition.
YC-Killer
2.7kA library of enterprise-grade AI agents designed to democratize artificial intelligence and provide free, open-source alternatives to overvalued Y Combinator startups. If you are excited about democratizing AI access & AI agents, please star ⭐️ this repository and use the link in the readme to join our open source AI research team.
best-practices-researcher
The most comprehensive Claude Code skills registry | Web Search: https://skills-registry-web.vercel.app
research_rules
Research & Verification Rules Quote Verification Protocol Primary Task "Make sure that the quote is relevant to the chapter and so you we want to make sure that we want to have it identifie
