You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Activate conda environment first
conda activate env_isaaclab
# Example: Run with specific motion and policy
python main.py --motion_file dance1_subject2 --policy dance1_subject2_woSE_5500 --duration 100
# Show help
python main.py --help
Available Options:
--motion_file: Motion file name (without extension, default: dance1_subject1)
--policy: Policy file name (without extension, default: dance1_subject1)
--duration: Simulation duration in seconds (default: 30.0)