MicroDuck Robot RL Models & Policies
This repository contains trained Reinforcement Learning (RL) policies and checkpoints for the MicroDuck bipedal robot simulation and Sim2Real transfer.
π Contents
****: Pretrained ONNX policy networks ready for inference in MuJoCo / robot deployment:
-
-
-
-
- ****:
- : Exported policy checkpoint at 750 iterations.
- ****:
- Raw PyTorch checkpoints (, ).
π οΈ Usage
Download with huggingface_hub:
from huggingface_hub import hf_hub_download
model_path = hf_hub_download(repo_id="minjunglee27/microduck-models", filename="policies/alpha_walking.onnx")