https://github.com/billyliu312/almi-irmv

https://github.com/billyliu312/almi-irmv

Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: arxiv.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.9%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: BillyLiu312
  • License: bsd-3-clause
  • Language: Python
  • Default Branch: irmv
  • Size: 51.7 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 12 months ago · Last pushed 11 months ago
Metadata Files
Readme License

README.md

Adversarial Locomotion and Motion Imitation for Humanoid Policy Learning

[[Website]](https://almi-humanoid.github.io) [[Arxiv]](https://arxiv.org/abs/2504.14305) [[Dataset]](https://huggingface.co/datasets/TeleEmbodied/ALMI-X)

TODO

  • [x] Release ALMI training code
  • [ ] Release ALMI deployment code
  • [x] Release ALMI-X dataset collection code
  • [x] Release ALMI-X foundation model training code
  • [x] Release ALMI-X foundation model's checkpoint and inference code

Overview

In this repository, we release "ALMI policy training code" in ALMI_RL, "ALMI-X dataset collection code" in Data_Collection, "ALMI-X foundation model training and inference code" in ALMI_trans. Please refer to ALMI_RL, Data_Collection and ALMI_trans for installation and usage. You can also download our trained foundation model checkpoints at ALMI-trans

Citation

If you find our work useful, please consider citing us! @misc{shi2025almi, title={Adversarial Locomotion and Motion Imitation for Humanoid Policy Learning}, author={Jiyuan Shi and Xinzhe Liu and Dewei Wang and Ouyang Lu and Sren Schwertfeger and Fuchun Sun and Chenjia Bai and Xuelong Li}, year={2025}, eprint={2504.14305}, archivePrefix={arXiv}, primaryClass={cs.RO}, url={https://arxiv.org/abs/2504.14305}, }

Acknowledgments

This repository is built upon the support and contributions of the following open-source projects. Special thanks to:

  • unitree_rl_gym: A repository for reinforcement learning implementation based on Unitree robots, supporting Unitree Go2, H1, H1_2, and G1.

License

This project is licensed under the BSD 3-Clause License: 1. The original copyright notice must be retained. 2. The project name or organization name may not be used for promotion. 3. Any modifications must be disclosed.

For details, please read the full LICENSE file.

Owner

  • Name: Mengfan Liu
  • Login: BillyLiu312
  • Kind: user

GitHub Events

Total
  • Push event: 2
  • Create event: 1
Last Year
  • Push event: 2
  • Create event: 1

Dependencies

ALMI_RL/legged_gym/legged_gym.egg-info/requires.txt pypi
  • isaacgym *
  • matplotlib *
  • rsl-rl *
ALMI_RL/requirements_rl.txt pypi
  • Brotli ==1.0.9
  • Jinja2 ==3.1.4
  • MarkupSafe ==2.1.3
  • PySocks ==1.7.1
  • PyYAML ==6.0.2
  • certifi ==2024.8.30
  • charset-normalizer ==3.3.2
  • filelock ==3.13.1
  • fsspec ==2025.3.0
  • gmpy2 ==2.1.2
  • idna ==3.7
  • imageio ==2.35.1
  • isaacgym ==1.0rc4
  • joblib ==1.4.2
  • line_profiler ==4.2.0
  • mkl-fft ==1.3.8
  • mkl-random ==1.2.4
  • mkl-service ==2.4.0
  • mpmath ==1.3.0
  • networkx ==3.1
  • ninja ==1.11.1.4
  • numpy ==1.23.5
  • pandas ==2.0.3
  • pillow ==10.4.0
  • pip ==24.2
  • requests ==2.32.3
  • rsl_rl ==1.0.2
  • scipy ==1.10.1
  • setuptools ==75.1.0
  • sympy ==1.13.3
  • termcolor ==2.4.0
  • torch ==2.3.1
  • torchaudio ==2.3.1
  • torchvision ==0.18.1
  • triton ==2.3.1
  • typing_extensions ==4.11.0
  • urllib3 ==2.2.3
  • wandb ==0.19.11
  • wheel ==0.44.0
ALMI_RL/rsl_rl/setup.py pypi
  • numpy >=1.16.4
  • torch >=1.4.0
  • torchvision >=0.5.0
ALMI_RL/setup.py pypi
  • isaacgym *
  • matplotlib *
  • mujoco ==3.2.3
  • numpy ==1.20
  • pyyaml *
  • rsl-rl *
  • tensorboard *
ALMI_RL/unitree_rl_gym.egg-info/requires.txt pypi
  • isaacgym *
  • matplotlib *
  • mujoco ==3.2.3
  • numpy ==1.20
  • pyyaml *
  • rsl-rl *
  • tensorboard *
ALMI_trans/environment.yml pypi
  • absl-py ==2.2.2
  • filelock ==3.18.0
  • fsspec ==2025.3.2
  • ftfy ==6.3.1
  • grpcio ==1.71.0
  • jinja2 ==3.1.6
  • markdown ==3.8
  • markupsafe ==3.0.2
  • mpmath ==1.3.0
  • networkx ==3.4.2
  • numpy ==2.2.4
  • nvidia-cublas-cu12 ==12.4.5.8
  • nvidia-cuda-cupti-cu12 ==12.4.127
  • nvidia-cuda-nvrtc-cu12 ==12.4.127
  • nvidia-cuda-runtime-cu12 ==12.4.127
  • nvidia-cudnn-cu12 ==9.1.0.70
  • nvidia-cufft-cu12 ==11.2.1.3
  • nvidia-curand-cu12 ==10.3.5.147
  • nvidia-cusolver-cu12 ==11.6.1.9
  • nvidia-cusparse-cu12 ==12.3.1.170
  • nvidia-nccl-cu12 ==2.21.5
  • nvidia-nvjitlink-cu12 ==12.4.127
  • nvidia-nvtx-cu12 ==12.4.127
  • packaging ==24.2
  • pillow ==11.2.1
  • protobuf ==6.30.2
  • regex ==2024.11.6
  • six ==1.17.0
  • sympy ==1.13.1
  • tensorboard ==2.18.0
  • tensorboard-data-server ==0.7.2
  • torch ==2.5.1
  • torchvision ==0.20.1
  • tqdm ==4.67.1
  • triton ==3.1.0
  • typing-extensions ==4.13.2
  • wcwidth ==0.2.13
  • werkzeug ==3.1.3
ALMI_trans/requirements_rl.txt pypi
  • GitPython ==3.1.44
  • Mako ==1.3.9
  • Markdown ==3.7
  • PyOpenGL ==3.1.9
  • PyYAML ==6.0.1
  • Werkzeug ==3.0.6
  • absl-py ==2.1.0
  • aiofiles ==23.2.1
  • aiohttp ==3.9.5
  • aiohttp-cors ==0.7.0
  • aioice ==0.9.0
  • aiortc ==1.8.0
  • aiosignal ==1.3.1
  • annotated-types ==0.7.0
  • anyio ==4.5.2
  • anytree ==2.12.1
  • argcomplete ==3.6.0
  • async-timeout ==4.0.3
  • attrs ==25.2.0
  • av ==11.0.0
  • avp_stream ==1.0
  • cachetools ==5.5.1
  • casadi ==3.6.5
  • cffi ==1.17.1
  • click ==8.1.8
  • coloredlogs ==15.0.1
  • contourpy ==1.1.1
  • cryptography ==44.0.2
  • cycler ==0.12.1
  • cyclonedds ==0.10.2
  • datasets ==3.1.0
  • dex_retargeting ==0.1.1
  • dill ==0.3.8
  • dnspython ==2.6.1
  • docker-pycreds ==0.4.0
  • dynamixel-sdk ==3.7.31
  • einops ==0.8.0
  • etils ==1.3.0
  • eval_type_backport ==0.2.2
  • evdev ==1.9.1
  • exceptiongroup ==1.2.2
  • expandvars ==0.12.0
  • fastapi ==0.115.11
  • ffmpy ==0.5.0
  • flatbuffers ==25.2.10
  • fonttools ==4.55.8
  • frozenlist ==1.5.0
  • fsspec ==2024.9.0
  • ftfy ==6.2.3
  • gitdb ==4.0.12
  • glfw ==2.8.0
  • google-auth ==2.38.0
  • google-auth-oauthlib ==1.0.0
  • google-crc32c ==1.5.0
  • gradio ==4.44.1
  • gradio_client ==1.3.0
  • grpcio ==1.70.0
  • grpcio-tools ==1.70.0
  • h11 ==0.14.0
  • h5py ==3.11.0
  • httpcore ==1.0.7
  • httpx ==0.28.1
  • huggingface-hub ==0.29.3
  • humanfriendly ==10.0
  • ifaddr ==0.2.0
  • imageio ==2.35.1
  • importlib_resources ==6.4.5
  • ipdb ==0.13.13
  • jax ==0.4.13
  • jaxlib ==0.4.13
  • joblib ==1.4.2
  • kiwisolver ==1.4.7
  • lcm ==1.5.1
  • lightning ==2.3.3
  • lightning-utilities ==0.11.9
  • line_profiler ==4.2.0
  • loguru ==0.7.3
  • lxml ==5.3.1
  • markdown-it-py ==3.0.0
  • matplotlib ==3.7.5
  • mdurl ==0.1.2
  • meshcat ==0.3.2
  • mkl-fft ==1.3.1
  • mkl-random ==1.2.2
  • mkl-service ==2.4.0
  • ml-dtypes ==0.2.0
  • msgpack ==1.1.0
  • mujoco ==3.2.3
  • mujoco-mjx ==3.2.3
  • multidict ==6.1.0
  • multiprocess ==0.70.16
  • ninja ==1.11.1.3
  • nlopt ==2.7.1
  • nltk ==3.9.1
  • numpy ==1.23.0
  • nvidia-cublas-cu12 ==12.1.3.1
  • nvidia-cuda-cupti-cu12 ==12.1.105
  • nvidia-cuda-nvrtc-cu12 ==12.1.105
  • nvidia-cuda-runtime-cu12 ==12.1.105
  • nvidia-cudnn-cu12 ==8.9.2.26
  • nvidia-cufft-cu12 ==11.0.2.54
  • nvidia-curand-cu12 ==10.3.2.106
  • nvidia-cusolver-cu12 ==11.4.5.107
  • nvidia-cusparse-cu12 ==12.1.0.106
  • nvidia-nccl-cu12 ==2.20.5
  • nvidia-nvjitlink-cu12 ==12.8.93
  • nvidia-nvtx-cu12 ==12.1.105
  • nvidia-tensorrt ==99.0.0
  • oauthlib ==3.2.2
  • onnx ==1.17.0
  • onnxruntime ==1.19.2
  • opencv-contrib-python ==4.10.0.82
  • opencv-python ==4.9.0.80
  • opt_einsum ==3.4.0
  • orjson ==3.10.15
  • packaging ==24.1
  • pandas ==2.0.3
  • params_proto ==2.12.1
  • propcache ==0.2.0
  • protobuf ==5.29.3
  • pyOpenSSL ==25.0.0
  • pyarrow ==17.0.0
  • pyasn1 ==0.6.1
  • pyasn1_modules ==0.4.1
  • pycollada ==0.9
  • pycparser ==2.22
  • pycuda ==2025.1
  • pydantic ==2.10.6
  • pydantic_core ==2.27.2
  • pydub ==0.25.1
  • pyee ==12.1.1
  • pygame ==2.6.1
  • pylibsrtp ==0.10.0
  • pyngrok ==7.2.3
  • pynput ==1.8.1
  • pyparsing ==3.1.4
  • pyserial ==3.5
  • python-multipart ==0.0.20
  • python-xlib ==0.33
  • pytools ==2024.1.14
  • pytorch-lightning ==2.4.0
  • pytransform3d ==3.5.0
  • pytz ==2025.1
  • regex ==2024.11.6
  • requests-oauthlib ==2.0.0
  • rich ==13.9.4
  • rich-click ==1.8.5
  • rsa ==4.9
  • ruff ==0.11.0
  • safetensors ==0.5.3
  • sapien ==2.2.2
  • scikit-learn ==1.3.2
  • seaborn ==0.13.2
  • semantic-version ==2.10.0
  • sentence-transformers ==3.2.1
  • sentry-sdk ==2.20.0
  • setproctitle ==1.3.4
  • shellingham ==1.5.4
  • smmap ==5.0.2
  • sniffio ==1.3.1
  • starlette ==0.44.0
  • tensorboard ==2.14.0
  • tensorboard-data-server ==0.7.2
  • tensorrt ==10.1.0
  • tensorrt-cu12-bindings ==10.1.0
  • tensorrt-cu12-libs ==10.1.0
  • tensorrt_cu12 ==10.8.0.43
  • termcolor ==2.4.0
  • threadpoolctl ==3.5.0
  • tokenizers ==0.20.3
  • tomli ==2.2.1
  • tomlkit ==0.12.0
  • torch ==2.3.0
  • torch_tensorrt ==2.4.0
  • torchaudio ==2.3.1
  • torchmetrics ==1.5.2
  • torchvision ==0.18.0
  • tqdm ==4.66.4
  • transformers ==4.46.3
  • transforms3d ==0.4.2
  • trimesh ==4.6.4
  • triton ==2.3.0
  • typer ==0.15.2
  • typing ==3.7.4.3
  • tzdata ==2025.1
  • u-msgpack-python ==2.8.0
  • uvicorn ==0.33.0
  • vuer ==0.0.32rc7
  • wandb ==0.17.3
  • waterbear ==2.6.8
  • websockets ==12.0
  • xxhash ==3.5.0
  • yarl ==1.15.2
  • zipp ==3.20.2
  • zmq ==0.0.0
Data_Collection/requirements_dc.txt pypi
  • Brotli ==1.0.9
  • Jinja2 ==3.1.4
  • MarkupSafe ==2.1.3
  • PySocks ==1.7.1
  • PyYAML ==6.0.2
  • certifi ==2024.8.30
  • charset-normalizer ==3.3.2
  • filelock ==3.13.1
  • fsspec ==2025.3.0
  • gmpy2 ==2.1.2
  • idna ==3.7
  • imageio ==2.35.1
  • joblib ==1.4.2
  • line_profiler ==4.2.0
  • mpmath ==1.3.0
  • networkx ==3.1
  • ninja ==1.11.1.4
  • numpy ==1.23.5
  • pandas ==2.0.3
  • pillow ==10.4.0
  • pip ==24.2
  • requests ==2.32.3
  • scipy ==1.10.1
  • setuptools ==75.1.0
  • sympy ==1.13.3
  • termcolor ==2.4.0
  • torch ==2.3.1
  • torchaudio ==2.3.1
  • torchvision ==0.18.1
  • triton ==2.3.1
  • typing_extensions ==4.11.0
  • urllib3 ==2.2.3
  • wandb ==0.19.11
  • wheel ==0.44.0
Data_Collection/requirements_text.txt pypi
  • Jinja2 ==3.1.6
  • MarkupSafe ==3.0.2
  • Pygments ==2.19.1
  • annotated-types ==0.7.0
  • blis ==1.2.0
  • catalogue ==2.0.10
  • certifi ==2025.1.31
  • charset-normalizer ==3.4.1
  • click ==8.1.8
  • cloudpathlib ==0.21.0
  • confection ==0.1.5
  • cymem ==2.0.11
  • idna ==3.10
  • joblib ==1.4.2
  • langcodes ==3.5.0
  • language_data ==1.3.0
  • marisa-trie ==1.2.1
  • markdown-it-py ==3.0.0
  • mdurl ==0.1.2
  • murmurhash ==1.0.12
  • numpy ==2.2.3
  • packaging ==24.2
  • pandas ==2.2.3
  • preshed ==3.0.9
  • pydantic ==2.10.6
  • pydantic_core ==2.27.2
  • python-dateutil ==2.9.0.post0
  • pytz ==2025.2
  • requests ==2.32.3
  • rich ==13.9.4
  • shellingham ==1.5.4
  • six ==1.17.0
  • smart-open ==7.1.0
  • spacy ==3.8.4
  • spacy-legacy ==3.0.12
  • spacy-loggers ==1.0.5
  • srsly ==2.5.1
  • thinc ==8.3.4
  • tqdm ==4.67.1
  • typer ==0.15.2
  • typing_extensions ==4.12.2
  • tzdata ==2025.2
  • urllib3 ==2.3.0
  • wasabi ==1.1.3
  • weasel ==0.4.1
  • wrapt ==1.17.2