Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 555 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 555 Bytes

This repo can be extracted on top of the Isaac Lab directory without overwriting any files.

From within your Isaac Lab virtual environment:

install python module (for skrl)
isaaclab.bat -i skrl
run script for training with the PPO algorithm
isaaclab.bat -p source\standalone\workflows\skrl\train.py --task Isaac-Tiltrotor-Direct-v0 --headless
run script for playing with 32 environments
isaaclab.bat -p source\standalone\workflows\skrl\play.py --task Isaac-Tiltrotor-Direct-v0 --num_envs 32 --checkpoint /PATH/TO/model.pt