A robotics simulation framework for legged robots built on Isaac Lab & Cusrl, focusing on legged robot control using Deep Reinforcement Learning.
- Python 3.11
- Isaac Lab (see installation guide)
- CUDA-capable GPU (recommended)
git clone https://github.com/legnAray/CusLab.git
cd CusLabFollow the official Isaac Lab installation guide.
pip install -e .
# For development (optional)
pip install -e ".[dev]"pre-commit installpython scripts/list_envs.py# Train a policy
python scripts/cusrl/train.py --task g1_base --run_name your_experiment --headless
# Play with trained model
python scripts/cusrl/play.py --task g1_base --run_name your_experiment
# Export trained model
python scripts/cusrl/export.py --task g1_base --run_name your_experiment