exptech commited on
Commit
e2015d7
·
verified ·
1 Parent(s): aa393a4

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. CLAUDE.md +72 -37
  2. bonus/*/retarget/CLAUDE.md +5 -1
  3. bonus/B_Fence1/policy/CLAUDE.md +5 -1
  4. bonus/B_Fence2/policy/CLAUDE.md +5 -1
  5. bonus/B_HandsChop/policy/CLAUDE.md +5 -1
  6. bonus/B_HandsUp/README.md +1 -0
  7. bonus/B_HandsUp/policy/CLAUDE.md +5 -1
  8. bonus/V_Rocamena/retarget/CLAUDE.md +14 -1
  9. bonus/V_Rocamena/training/CLAUDE.md +11 -0
  10. dance/B_SpiralDance/policy/CLAUDE.md +11 -0
  11. dance/B_SpiralDance/retarget/B_SpiralDance.csv +0 -0
  12. dance/B_StretchDance/policy/CLAUDE.md +11 -0
  13. dance/B_StretchDance/retarget/B_StretchDance.csv +0 -0
  14. dance/J_Dance7_Party/policy/CLAUDE.md +11 -0
  15. dance/J_Dance7_Party/retarget/J_Dance7_Party.csv +0 -0
  16. dance/J_Dance8_WestCoast/policy/agent.yaml +48 -0
  17. dance/J_Dance8_WestCoast/policy/env.yaml +1081 -0
  18. dance/J_Dance8_WestCoast/policy/training_log.csv +0 -0
  19. karate/B_AttackKarate/policy/CLAUDE.md +11 -0
  20. manifest.json +30 -28
  21. quality_report.json +7 -7
  22. space/CLAUDE.md +13 -0
  23. space/README.md +9 -0
  24. space/app.js +385 -0
  25. space/data.json +1299 -0
  26. space/g1-moves/CLAUDE.md +7 -0
  27. space/g1-moves/space/CLAUDE.md +7 -0
  28. space/generate_data.py +150 -0
  29. space/logo.png +0 -0
  30. space/media/bonus/B_Fence2/capture/B_Fence2.mp4 +3 -0
  31. space/media/bonus/B_HandsChop/capture/B_HandsChop.mp4 +3 -0
  32. space/media/bonus/B_HandsChop/policy/B_HandsChop_policy.mp4 +3 -0
  33. space/media/bonus/B_HandsChop/retarget/B_HandsChop_retarget.mp4 +3 -0
  34. space/media/bonus/B_HandsChop/training/B_HandsChop_training.mp4 +3 -0
  35. space/media/bonus/B_HandsUp/training/B_HandsUp_training.mp4 +3 -0
  36. space/media/karate/B_AttackKarate/capture/B_AttackKarate.mp4 +3 -0
  37. space/media/karate/B_AttackKarate/policy/B_AttackKarate_policy.mp4 +3 -0
  38. space/media/karate/B_AttackKarate/retarget/B_AttackKarate_retarget.mp4 +3 -0
  39. space/media/karate/B_AttackKarate/training/B_AttackKarate_training.mp4 +3 -0
  40. space/media/karate/B_BowKarate/capture/B_BowKarate.mp4 +3 -0
  41. space/media/karate/B_BowKarate/retarget/B_BowKarate_retarget.mp4 +3 -0
  42. space/media/karate/B_ForwardKarate/capture/B_ForwardKarate.mp4 +3 -0
  43. space/media/karate/B_ForwardKarate/retarget/B_ForwardKarate_retarget.mp4 +3 -0
  44. space/media/karate/B_ForwardKarate/training/B_ForwardKarate_training.mp4 +3 -0
  45. space/media/karate/B_LongKarate/capture/B_LongKarate.mp4 +3 -0
  46. space/media/karate/B_LongKarate/policy/B_LongKarate_policy.mp4 +3 -0
  47. space/media/karate/B_LongKarate/retarget/B_LongKarate_retarget.mp4 +3 -0
  48. space/media/karate/B_LongKarate/training/B_LongKarate_training.mp4 +3 -0
  49. space/media/karate/B_SpinKarate/training/B_SpinKarate_training.mp4 +3 -0
  50. space/media/karate/M_Move1/capture/M_Move1.mp4 +3 -0
CLAUDE.md CHANGED
@@ -389,23 +389,30 @@ cd ~/Repositories/mjlab-gui
389
  MUJOCO_GL=egl MUJOCO_EGL_DEVICE_ID=0 uv run train \
390
  Mjlab-Tracking-Flat-Unitree-G1 \
391
  --env.commands.motion.motion-file ~/Repositories/g1-moves/<category>/<clip>/training/<clip>.npz \
392
- --env.scene.num-envs 4096 \
393
  --agent.max-iterations 30000 \
394
- --agent.save-interval 500 \
395
  --agent.run-name <clip> \
396
  --video --video-interval 5000
397
  ```
398
 
399
  **Key parameters**:
400
- - `num-envs 4096`: parallel simulation environments (reduce to 2048/1024 if OOM)
401
- - `max-iterations 30000`: training steps (~6 hours on RTX PRO 6000)
402
- - `save-interval 500`: checkpoint every 500 iterations
403
  - `video-interval 5000`: record evaluation video every 5000 steps
404
 
 
 
 
 
 
 
 
405
  **Output structure**:
406
  ```
407
  logs/rsl_rl/g1_tracking/<timestamp>_<clip>/
408
- model_0.pt ... model_29999.pt Checkpoints
409
  params/agent.yaml PPO hyperparameters
410
  params/env.yaml Environment config (includes motion_file path)
411
  events.out.tfevents.* TensorBoard log
@@ -429,13 +436,12 @@ uv run tensorboard --logdir logs/rsl_rl/g1_tracking/ --port 6006
429
  # Check final checkpoint exists and has expected keys
430
  python -c "
431
  import torch
432
- ckpt = torch.load('logs/rsl_rl/g1_tracking/<run>/model_29999.pt', map_location='cpu', weights_only=False)
433
  print(f'iter={ckpt[\"iter\"]}, keys={list(ckpt.keys())}')
434
- assert ckpt['iter'] == 29999
435
  "
436
  ```
437
 
438
- **Time**: ~6 hours for 30k iterations with 4096 envs on RTX PRO 6000
439
 
440
  ### Stage 5: Render Policy Rollout
441
 
@@ -545,7 +551,54 @@ git push
545
 
546
  ## Batch Processing
547
 
548
- To process multiple clips end-to-end:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
549
 
550
  ### Retarget all (Stage 1)
551
  ```bash
@@ -553,35 +606,17 @@ cd ~/Repositories/g1-moves
553
  python retarget_all.py --workers 4
554
  ```
555
 
556
- ### Train multiple clips sequentially (Stage 4)
557
  ```bash
558
  cd ~/Repositories/mjlab-gui
559
- for CLIP in B_DadDance J_Dance3_Woah M_Move1; do
560
- CATEGORY=$(python -c "
561
- import json
562
- with open('$HOME/Repositories/g1-moves/manifest.json') as f:
563
- print(json.load(f)['clips']['${CLIP}']['category'])
564
- ")
565
- echo "=== Training ${CLIP} (${CATEGORY}) ==="
566
- MUJOCO_GL=egl MUJOCO_EGL_DEVICE_ID=0 uv run train \
567
- Mjlab-Tracking-Flat-Unitree-G1 \
568
- --env.commands.motion.motion-file ~/Repositories/g1-moves/${CATEGORY}/${CLIP}/training/${CLIP}.npz \
569
- --env.scene.num-envs 4096 \
570
- --agent.max-iterations 30000 \
571
- --agent.save-interval 500 \
572
- --agent.run-name ${CLIP} \
573
- --video --video-interval 5000
574
- done
575
- ```
576
-
577
- ### Batch archive all new policies (Stage 6)
578
- After training completes, archive each run:
579
- ```bash
580
- cd ~/Repositories/mjlab-gui/logs/rsl_rl/g1_tracking/
581
- for RUN_DIR in */; do
582
- CLIP=$(echo ${RUN_DIR} | sed 's/.*_//' | sed 's/\///')
583
- # ... run Stage 6 commands for each
584
- done
585
  ```
586
 
587
  ## Sim-to-Real Deployment
 
389
  MUJOCO_GL=egl MUJOCO_EGL_DEVICE_ID=0 uv run train \
390
  Mjlab-Tracking-Flat-Unitree-G1 \
391
  --env.commands.motion.motion-file ~/Repositories/g1-moves/<category>/<clip>/training/<clip>.npz \
392
+ --env.scene.num-envs 8192 \
393
  --agent.max-iterations 30000 \
394
+ --agent.save-interval 2000 \
395
  --agent.run-name <clip> \
396
  --video --video-interval 5000
397
  ```
398
 
399
  **Key parameters**:
400
+ - `num-envs 8192`: parallel simulation environments (~40GB VRAM on RTX PRO 6000; reduce to 4096/2048 if OOM)
401
+ - `max-iterations`: adaptive based on clip duration (see below)
402
+ - `save-interval 2000`: checkpoint every 2000 iterations
403
  - `video-interval 5000`: record evaluation video every 5000 steps
404
 
405
+ **Adaptive iterations** (set automatically by `batch_pipeline.py`):
406
+ - Clips < 10s: 15,000 iterations (~2-3 hours)
407
+ - Clips 10-25s: 20,000 iterations (~3-4 hours)
408
+ - Clips >= 25s: 30,000 iterations (~4-5 hours)
409
+
410
+ **Early stopping**: The batch pipeline monitors TensorBoard during training (every 5 min). If `Episode_Termination/time_out` ratio >= 0.95 for 3 consecutive checks after 10k iterations, training is terminated early. A time_out ratio of 0.95 means the robot survives the full episode 95% of the time, which strongly correlates with good motion tracking quality.
411
+
412
  **Output structure**:
413
  ```
414
  logs/rsl_rl/g1_tracking/<timestamp>_<clip>/
415
+ model_0.pt ... model_N.pt Checkpoints (every 2000 iterations)
416
  params/agent.yaml PPO hyperparameters
417
  params/env.yaml Environment config (includes motion_file path)
418
  events.out.tfevents.* TensorBoard log
 
436
  # Check final checkpoint exists and has expected keys
437
  python -c "
438
  import torch
439
+ ckpt = torch.load('logs/rsl_rl/g1_tracking/<run>/model_N.pt', map_location='cpu', weights_only=False)
440
  print(f'iter={ckpt[\"iter\"]}, keys={list(ckpt.keys())}')
 
441
  "
442
  ```
443
 
444
+ **Time**: ~2-5 hours per clip with 8192 envs on RTX PRO 6000 (depends on clip duration and early stopping)
445
 
446
  ### Stage 5: Render Policy Rollout
447
 
 
551
 
552
  ## Batch Processing
553
 
554
+ The preferred method for batch training is `batch_pipeline.py`, which handles all 5 stages (correction → NPZ → training → verification → archive) with resilience, early stopping, and adaptive iterations.
555
+
556
+ ### Automated pipeline (recommended)
557
+
558
+ ```bash
559
+ cd ~/Repositories/mjlab-gui
560
+
561
+ # Preview what will be processed
562
+ python app/scripts/batch_pipeline.py --dry-run
563
+
564
+ # Run the full pipeline (processes all untrained clips)
565
+ python app/scripts/batch_pipeline.py
566
+
567
+ # Check progress
568
+ python app/scripts/batch_pipeline.py --status
569
+ ```
570
+
571
+ The pipeline is designed to run unattended via systemd:
572
+ ```bash
573
+ # Start/stop
574
+ systemctl --user start g1-batch-training
575
+ systemctl --user stop g1-batch-training
576
+
577
+ # View logs
578
+ journalctl --user -u g1-batch-training -f
579
+ tail -f ~/Repositories/mjlab-gui/app/scripts/batch_logs/<clip>_training.log
580
+ ```
581
+
582
+ **Pipeline features**:
583
+ - Processes clips longest-first (most training value per hour)
584
+ - Skips clips that already have policies (`has_policy` in manifest.json)
585
+ - JSON state file with atomic writes — survives crashes and restarts
586
+ - SIGTERM/SIGINT signal handling — saves state before exit
587
+ - Checkpoint-based training resume on restart
588
+ - Per-clip logs in `app/scripts/batch_logs/`
589
+
590
+ **Training optimizations** (configured in `batch_pipeline.py`):
591
+ | Parameter | Value | Effect |
592
+ |-----------|-------|--------|
593
+ | `NUM_ENVS` | 8192 | ~2x throughput vs 4096 (~40GB VRAM) |
594
+ | `SAVE_INTERVAL` | 2000 | Less checkpoint I/O overhead |
595
+ | Adaptive iterations | 15k/20k/30k | Based on clip duration (<10s / <25s / >=25s) |
596
+ | Early stopping | time_out >= 0.95 | Terminates converged training after 3 consecutive checks (every 5 min), minimum 10k iterations |
597
+
598
+ **Expected training time per clip** (RTX PRO 6000, 8192 envs):
599
+ - Short clips (<10s): ~1.5-2.5 hours
600
+ - Medium clips (10-25s): ~2.5-4 hours
601
+ - Long clips (>=25s): ~3-5 hours (often early-stopped before 30k)
602
 
603
  ### Retarget all (Stage 1)
604
  ```bash
 
606
  python retarget_all.py --workers 4
607
  ```
608
 
609
+ ### Manual single-clip training (Stage 4)
610
  ```bash
611
  cd ~/Repositories/mjlab-gui
612
+ MUJOCO_GL=egl MUJOCO_EGL_DEVICE_ID=0 uv run train \
613
+ Mjlab-Tracking-Flat-Unitree-G1 \
614
+ --env.commands.motion.motion-file ~/Repositories/g1-moves/<category>/<clip>/training/<clip>.npz \
615
+ --env.scene.num-envs 8192 \
616
+ --agent.max-iterations 30000 \
617
+ --agent.save-interval 2000 \
618
+ --agent.run-name <clip> \
619
+ --video --video-interval 5000
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
620
  ```
621
 
622
  ## Sim-to-Real Deployment
bonus/*/retarget/CLAUDE.md CHANGED
@@ -3,5 +3,9 @@
3
 
4
  <!-- This section is auto-generated by claude-mem. Edit content outside the tags. -->
5
 
6
- *No recent activity*
 
 
 
 
7
  </claude-mem-context>
 
3
 
4
  <!-- This section is auto-generated by claude-mem. Edit content outside the tags. -->
5
 
6
+ ### Feb 26, 2026
7
+
8
+ | ID | Time | T | Title | Read |
9
+ |----|------|---|-------|------|
10
+ | #2041 | 11:02 PM | 🔵 | Complete pipeline status audit across 60 motion clips | ~545 |
11
  </claude-mem-context>
bonus/B_Fence1/policy/CLAUDE.md CHANGED
@@ -3,5 +3,9 @@
3
 
4
  <!-- This section is auto-generated by claude-mem. Edit content outside the tags. -->
5
 
6
- *No recent activity*
 
 
 
 
7
  </claude-mem-context>
 
3
 
4
  <!-- This section is auto-generated by claude-mem. Edit content outside the tags. -->
5
 
6
+ ### Mar 2, 2026
7
+
8
+ | ID | Time | T | Title | Read |
9
+ |----|------|---|-------|------|
10
+ | #2056 | 10:39 PM | 🔵 | ONNX Policy Export Format with Multi-Output Structure | ~360 |
11
  </claude-mem-context>
bonus/B_Fence2/policy/CLAUDE.md CHANGED
@@ -3,5 +3,9 @@
3
 
4
  <!-- This section is auto-generated by claude-mem. Edit content outside the tags. -->
5
 
6
- *No recent activity*
 
 
 
 
7
  </claude-mem-context>
 
3
 
4
  <!-- This section is auto-generated by claude-mem. Edit content outside the tags. -->
5
 
6
+ ### Mar 2, 2026
7
+
8
+ | ID | Time | T | Title | Read |
9
+ |----|------|---|-------|------|
10
+ | #2062 | 10:40 PM | 🔵 | Trained Policies Exported to ONNX Format for Deployment and HuggingFace Distribution | ~331 |
11
  </claude-mem-context>
bonus/B_HandsChop/policy/CLAUDE.md CHANGED
@@ -3,5 +3,9 @@
3
 
4
  <!-- This section is auto-generated by claude-mem. Edit content outside the tags. -->
5
 
6
- *No recent activity*
 
 
 
 
7
  </claude-mem-context>
 
3
 
4
  <!-- This section is auto-generated by claude-mem. Edit content outside the tags. -->
5
 
6
+ ### Mar 2, 2026
7
+
8
+ | ID | Time | T | Title | Read |
9
+ |----|------|---|-------|------|
10
+ | #2062 | 10:40 PM | 🔵 | Trained Policies Exported to ONNX Format for Deployment and HuggingFace Distribution | ~331 |
11
  </claude-mem-context>
bonus/B_HandsUp/README.md CHANGED
@@ -9,6 +9,7 @@
9
  | `capture/` | BVH, MP4, GIF, 4x FBX |
10
  | `retarget/` | PKL, CSV, MP4, GIF |
11
  | `training/` | NPZ, MP4, GIF |
 
12
 
13
  ## Motion Stats
14
 
 
9
  | `capture/` | BVH, MP4, GIF, 4x FBX |
10
  | `retarget/` | PKL, CSV, MP4, GIF |
11
  | `training/` | NPZ, MP4, GIF |
12
+ | `policy/` | PT, MP4, GIF, agent.yaml, env.yaml, training_log.csv |
13
 
14
  ## Motion Stats
15
 
bonus/B_HandsUp/policy/CLAUDE.md CHANGED
@@ -3,5 +3,9 @@
3
 
4
  <!-- This section is auto-generated by claude-mem. Edit content outside the tags. -->
5
 
6
- *No recent activity*
 
 
 
 
7
  </claude-mem-context>
 
3
 
4
  <!-- This section is auto-generated by claude-mem. Edit content outside the tags. -->
5
 
6
+ ### Mar 2, 2026
7
+
8
+ | ID | Time | T | Title | Read |
9
+ |----|------|---|-------|------|
10
+ | #2062 | 10:40 PM | 🔵 | Trained Policies Exported to ONNX Format for Deployment and HuggingFace Distribution | ~331 |
11
  </claude-mem-context>
bonus/V_Rocamena/retarget/CLAUDE.md CHANGED
@@ -3,5 +3,18 @@
3
 
4
  <!-- This section is auto-generated by claude-mem. Edit content outside the tags. -->
5
 
6
- *No recent activity*
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  </claude-mem-context>
 
3
 
4
  <!-- This section is auto-generated by claude-mem. Edit content outside the tags. -->
5
 
6
+ ### Feb 25, 2026
7
+
8
+ | ID | Time | T | Title | Read |
9
+ |----|------|---|-------|------|
10
+ | #2031 | 10:55 PM | ✅ | Regenerated V_Rocamena motion NPZ with corrected configuration | ~346 |
11
+ | #2030 | " | ✅ | Applied self-penetration correction to V_Rocamena retargeted motion | ~591 |
12
+
13
+ ### Feb 26, 2026
14
+
15
+ | ID | Time | T | Title | Read |
16
+ |----|------|---|-------|------|
17
+ | #2038 | 12:51 AM | ✅ | Generated GIF visualization for V_Rocamena retargeted motion | ~485 |
18
+ | #2036 | 12:47 AM | ✅ | Deployed corrected V_Rocamena motion data with self-penetration fixes to HuggingFace | ~698 |
19
+ | #2034 | 12:44 AM | 🔵 | V_Rocamena video-extracted motion quality comparable to MOVIN3D live capture | ~683 |
20
  </claude-mem-context>
bonus/V_Rocamena/training/CLAUDE.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <claude-mem-context>
2
+ # Recent Activity
3
+
4
+ <!-- This section is auto-generated by claude-mem. Edit content outside the tags. -->
5
+
6
+ ### Feb 26, 2026
7
+
8
+ | ID | Time | T | Title | Read |
9
+ |----|------|---|-------|------|
10
+ | #2036 | 12:47 AM | ✅ | Deployed corrected V_Rocamena motion data with self-penetration fixes to HuggingFace | ~698 |
11
+ </claude-mem-context>
dance/B_SpiralDance/policy/CLAUDE.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <claude-mem-context>
2
+ # Recent Activity
3
+
4
+ <!-- This section is auto-generated by claude-mem. Edit content outside the tags. -->
5
+
6
+ ### Mar 2, 2026
7
+
8
+ | ID | Time | T | Title | Read |
9
+ |----|------|---|-------|------|
10
+ | #2071 | 10:43 PM | 🟣 | Training Logs Extracted and Archived for All 10 Completed Clips | ~381 |
11
+ </claude-mem-context>
dance/B_SpiralDance/retarget/B_SpiralDance.csv CHANGED
The diff for this file is too large to render. See raw diff
 
dance/B_StretchDance/policy/CLAUDE.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <claude-mem-context>
2
+ # Recent Activity
3
+
4
+ <!-- This section is auto-generated by claude-mem. Edit content outside the tags. -->
5
+
6
+ ### Mar 2, 2026
7
+
8
+ | ID | Time | T | Title | Read |
9
+ |----|------|---|-------|------|
10
+ | #2071 | 10:43 PM | 🟣 | Training Logs Extracted and Archived for All 10 Completed Clips | ~381 |
11
+ </claude-mem-context>
dance/B_StretchDance/retarget/B_StretchDance.csv CHANGED
The diff for this file is too large to render. See raw diff
 
dance/J_Dance7_Party/policy/CLAUDE.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <claude-mem-context>
2
+ # Recent Activity
3
+
4
+ <!-- This section is auto-generated by claude-mem. Edit content outside the tags. -->
5
+
6
+ ### Mar 2, 2026
7
+
8
+ | ID | Time | T | Title | Read |
9
+ |----|------|---|-------|------|
10
+ | #2071 | 10:43 PM | 🟣 | Training Logs Extracted and Archived for All 10 Completed Clips | ~381 |
11
+ </claude-mem-context>
dance/J_Dance7_Party/retarget/J_Dance7_Party.csv CHANGED
The diff for this file is too large to render. See raw diff
 
dance/J_Dance8_WestCoast/policy/agent.yaml ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ seed: 42
2
+ num_steps_per_env: 24
3
+ max_iterations: 30000
4
+ obs_groups:
5
+ policy: !!python/tuple
6
+ - policy
7
+ critic: !!python/tuple
8
+ - critic
9
+ save_interval: 2000
10
+ experiment_name: g1_tracking
11
+ run_name: J_Dance8_WestCoast
12
+ logger: tensorboard
13
+ wandb_project: mjlab
14
+ wandb_tags: !!python/tuple []
15
+ resume: false
16
+ load_run: .*
17
+ load_checkpoint: model_.*.pt
18
+ clip_actions: null
19
+ upload_model: true
20
+ class_name: OnPolicyRunner
21
+ algorithm:
22
+ num_learning_epochs: 5
23
+ num_mini_batches: 4
24
+ learning_rate: 0.0005
25
+ schedule: adaptive
26
+ gamma: 0.99
27
+ lam: 0.95
28
+ entropy_coef: 0.005
29
+ desired_kl: 0.01
30
+ max_grad_norm: 1.0
31
+ value_loss_coef: 1.0
32
+ use_clipped_value_loss: true
33
+ clip_param: 0.2
34
+ normalize_advantage_per_mini_batch: false
35
+ policy:
36
+ actor_hidden_dims:
37
+ - 512
38
+ - 256
39
+ - 128
40
+ critic_hidden_dims:
41
+ - 512
42
+ - 256
43
+ - 128
44
+ activation: elu
45
+ init_noise_std: 1.0
46
+ noise_std_type: scalar
47
+ actor_obs_normalization: true
48
+ critic_obs_normalization: true
dance/J_Dance8_WestCoast/policy/env.yaml ADDED
@@ -0,0 +1,1081 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ decimation: 4
2
+ scene:
3
+ num_envs: 8192
4
+ env_spacing: 2.0
5
+ terrain:
6
+ init_state:
7
+ pos: !!python/tuple
8
+ - 0.0
9
+ - 0.0
10
+ - 0.0
11
+ rot: !!python/tuple
12
+ - 1.0
13
+ - 0.0
14
+ - 0.0
15
+ - 0.0
16
+ lin_vel: !!python/tuple
17
+ - 0.0
18
+ - 0.0
19
+ - 0.0
20
+ ang_vel: !!python/tuple
21
+ - 0.0
22
+ - 0.0
23
+ - 0.0
24
+ joint_pos:
25
+ .*: 0.0
26
+ joint_vel:
27
+ .*: 0.0
28
+ spec_fn: !!python/name:mjlab.entity.entity.%3Clambda%3E ''
29
+ articulation: null
30
+ lights: !!python/tuple
31
+ - name: sun
32
+ body: world
33
+ mode: fixed
34
+ target: null
35
+ type: directional
36
+ castshadow: true
37
+ pos: !!python/tuple
38
+ - 0
39
+ - 0
40
+ - 1.5
41
+ dir: !!python/tuple
42
+ - 0
43
+ - 0
44
+ - -1
45
+ cutoff: 45.0
46
+ exponent: 10.0
47
+ cameras: !!python/tuple []
48
+ textures: !!python/tuple
49
+ - name: groundplane
50
+ type: 2d
51
+ builtin: checker
52
+ rgb1: !!python/tuple
53
+ - 0.2
54
+ - 0.3
55
+ - 0.4
56
+ rgb2: !!python/tuple
57
+ - 0.1
58
+ - 0.2
59
+ - 0.3
60
+ width: 300
61
+ height: 300
62
+ mark: edge
63
+ markrgb: !!python/tuple
64
+ - 0.8
65
+ - 0.8
66
+ - 0.8
67
+ materials: !!python/tuple
68
+ - name: groundplane
69
+ rgba: !!python/tuple
70
+ - 1.0
71
+ - 1.0
72
+ - 1.0
73
+ - 1.0
74
+ texuniform: true
75
+ texrepeat: !!python/tuple
76
+ - 4
77
+ - 4
78
+ reflectance: 0.2
79
+ texture: groundplane
80
+ geom_names_expr: !!python/tuple
81
+ - terrain
82
+ collisions: !!python/tuple []
83
+ terrain_type: plane
84
+ terrain_generator: null
85
+ env_spacing: 2.0
86
+ max_init_terrain_level: null
87
+ num_envs: 8192
88
+ entities:
89
+ robot:
90
+ init_state:
91
+ pos: !!python/tuple
92
+ - 0
93
+ - 0
94
+ - 0.76
95
+ rot: !!python/tuple
96
+ - 1.0
97
+ - 0.0
98
+ - 0.0
99
+ - 0.0
100
+ lin_vel: !!python/tuple
101
+ - 0.0
102
+ - 0.0
103
+ - 0.0
104
+ ang_vel: !!python/tuple
105
+ - 0.0
106
+ - 0.0
107
+ - 0.0
108
+ joint_pos:
109
+ .*_hip_pitch_joint: -0.312
110
+ .*_knee_joint: 0.669
111
+ .*_ankle_pitch_joint: -0.363
112
+ .*_elbow_joint: 0.6
113
+ left_shoulder_roll_joint: 0.2
114
+ left_shoulder_pitch_joint: 0.2
115
+ right_shoulder_roll_joint: -0.2
116
+ right_shoulder_pitch_joint: 0.2
117
+ joint_vel:
118
+ .*: 0.0
119
+ spec_fn: !!python/name:mjlab.asset_zoo.robots.unitree_g1.g1_constants.get_spec ''
120
+ articulation:
121
+ actuators: !!python/tuple
122
+ - target_names_expr: !!python/tuple
123
+ - .*_elbow_joint
124
+ - .*_shoulder_pitch_joint
125
+ - .*_shoulder_roll_joint
126
+ - .*_shoulder_yaw_joint
127
+ - .*_wrist_roll_joint
128
+ transmission_type: !!python/object/apply:mjlab.actuator.actuator.TransmissionType
129
+ - joint
130
+ armature: 0.003609725
131
+ frictionloss: 0.0
132
+ stiffness: 14.25062309787429
133
+ damping: 0.907222843292423
134
+ effort_limit: 25.0
135
+ - target_names_expr: !!python/tuple
136
+ - .*_hip_pitch_joint
137
+ - .*_hip_yaw_joint
138
+ - waist_yaw_joint
139
+ transmission_type: !!python/object/apply:mjlab.actuator.actuator.TransmissionType
140
+ - joint
141
+ armature: 0.01017752004132231
142
+ frictionloss: 0.0
143
+ stiffness: 40.17923863450712
144
+ damping: 2.557889775413375
145
+ effort_limit: 88.0
146
+ - target_names_expr: !!python/tuple
147
+ - .*_hip_roll_joint
148
+ - .*_knee_joint
149
+ transmission_type: !!python/object/apply:mjlab.actuator.actuator.TransmissionType
150
+ - joint
151
+ armature: 0.025101924999999997
152
+ frictionloss: 0.0
153
+ stiffness: 99.09842777666111
154
+ damping: 6.308801853496639
155
+ effort_limit: 139.0
156
+ - target_names_expr: !!python/tuple
157
+ - .*_wrist_pitch_joint
158
+ - .*_wrist_yaw_joint
159
+ transmission_type: !!python/object/apply:mjlab.actuator.actuator.TransmissionType
160
+ - joint
161
+ armature: 0.00425
162
+ frictionloss: 0.0
163
+ stiffness: 16.77832748089279
164
+ damping: 1.06814150219
165
+ effort_limit: 5.0
166
+ - target_names_expr: !!python/tuple
167
+ - waist_pitch_joint
168
+ - waist_roll_joint
169
+ transmission_type: !!python/object/apply:mjlab.actuator.actuator.TransmissionType
170
+ - joint
171
+ armature: 0.00721945
172
+ frictionloss: 0.0
173
+ stiffness: 28.50124619574858
174
+ damping: 1.814445686584846
175
+ effort_limit: 50.0
176
+ - target_names_expr: !!python/tuple
177
+ - .*_ankle_pitch_joint
178
+ - .*_ankle_roll_joint
179
+ transmission_type: !!python/object/apply:mjlab.actuator.actuator.TransmissionType
180
+ - joint
181
+ armature: 0.00721945
182
+ frictionloss: 0.0
183
+ stiffness: 28.50124619574858
184
+ damping: 1.814445686584846
185
+ effort_limit: 50.0
186
+ soft_joint_pos_limit_factor: 0.9
187
+ lights: !!python/tuple []
188
+ cameras: !!python/tuple []
189
+ textures: !!python/tuple []
190
+ materials: !!python/tuple []
191
+ collisions: !!python/tuple
192
+ - geom_names_expr: !!python/tuple
193
+ - .*_collision
194
+ contype: 1
195
+ conaffinity: 1
196
+ condim:
197
+ ^(left|right)_foot[1-7]_collision$: 3
198
+ .*_collision: 1
199
+ priority:
200
+ ^(left|right)_foot[1-7]_collision$: 1
201
+ friction:
202
+ ^(left|right)_foot[1-7]_collision$: !!python/tuple
203
+ - 0.6
204
+ solref: null
205
+ solimp: null
206
+ disable_other_geoms: true
207
+ sensors: !!python/tuple
208
+ - name: self_collision
209
+ primary:
210
+ mode: subtree
211
+ pattern: pelvis
212
+ entity: robot
213
+ exclude: !!python/tuple []
214
+ secondary:
215
+ mode: subtree
216
+ pattern: pelvis
217
+ entity: robot
218
+ exclude: !!python/tuple []
219
+ fields: !!python/tuple
220
+ - found
221
+ reduce: none
222
+ num_slots: 1
223
+ secondary_policy: first
224
+ track_air_time: false
225
+ global_frame: false
226
+ history_length: 0
227
+ debug: false
228
+ extent: null
229
+ spec_fn: null
230
+ observations:
231
+ actor:
232
+ terms:
233
+ command:
234
+ func: &id002 !!python/name:mjlab.envs.mdp.observations.generated_commands ''
235
+ params:
236
+ command_name: motion
237
+ noise: null
238
+ clip: null
239
+ scale: null
240
+ delay_min_lag: 0
241
+ delay_max_lag: 0
242
+ delay_per_env: true
243
+ delay_hold_prob: 0.0
244
+ delay_update_period: 0
245
+ delay_per_env_phase: true
246
+ history_length: 0
247
+ flatten_history_dim: true
248
+ motion_anchor_pos_b:
249
+ func: &id003 !!python/name:mjlab.tasks.tracking.mdp.observations.motion_anchor_pos_b ''
250
+ params:
251
+ command_name: motion
252
+ noise:
253
+ operation: add
254
+ _tensor_cache: {}
255
+ n_min: -0.25
256
+ n_max: 0.25
257
+ clip: null
258
+ scale: null
259
+ delay_min_lag: 0
260
+ delay_max_lag: 0
261
+ delay_per_env: true
262
+ delay_hold_prob: 0.0
263
+ delay_update_period: 0
264
+ delay_per_env_phase: true
265
+ history_length: 0
266
+ flatten_history_dim: true
267
+ motion_anchor_ori_b:
268
+ func: &id004 !!python/name:mjlab.tasks.tracking.mdp.observations.motion_anchor_ori_b ''
269
+ params:
270
+ command_name: motion
271
+ noise:
272
+ operation: add
273
+ _tensor_cache: {}
274
+ n_min: -0.05
275
+ n_max: 0.05
276
+ clip: null
277
+ scale: null
278
+ delay_min_lag: 0
279
+ delay_max_lag: 0
280
+ delay_per_env: true
281
+ delay_hold_prob: 0.0
282
+ delay_update_period: 0
283
+ delay_per_env_phase: true
284
+ history_length: 0
285
+ flatten_history_dim: true
286
+ base_lin_vel:
287
+ func: &id001 !!python/name:mjlab.envs.mdp.observations.builtin_sensor ''
288
+ params:
289
+ sensor_name: robot/imu_lin_vel
290
+ noise:
291
+ operation: add
292
+ _tensor_cache: {}
293
+ n_min: -0.5
294
+ n_max: 0.5
295
+ clip: null
296
+ scale: null
297
+ delay_min_lag: 0
298
+ delay_max_lag: 0
299
+ delay_per_env: true
300
+ delay_hold_prob: 0.0
301
+ delay_update_period: 0
302
+ delay_per_env_phase: true
303
+ history_length: 0
304
+ flatten_history_dim: true
305
+ base_ang_vel:
306
+ func: *id001
307
+ params:
308
+ sensor_name: robot/imu_ang_vel
309
+ noise:
310
+ operation: add
311
+ _tensor_cache: {}
312
+ n_min: -0.2
313
+ n_max: 0.2
314
+ clip: null
315
+ scale: null
316
+ delay_min_lag: 0
317
+ delay_max_lag: 0
318
+ delay_per_env: true
319
+ delay_hold_prob: 0.0
320
+ delay_update_period: 0
321
+ delay_per_env_phase: true
322
+ history_length: 0
323
+ flatten_history_dim: true
324
+ joint_pos:
325
+ func: &id005 !!python/name:mjlab.envs.mdp.observations.joint_pos_rel ''
326
+ params:
327
+ biased: true
328
+ noise:
329
+ operation: add
330
+ _tensor_cache: {}
331
+ n_min: -0.01
332
+ n_max: 0.01
333
+ clip: null
334
+ scale: null
335
+ delay_min_lag: 0
336
+ delay_max_lag: 0
337
+ delay_per_env: true
338
+ delay_hold_prob: 0.0
339
+ delay_update_period: 0
340
+ delay_per_env_phase: true
341
+ history_length: 0
342
+ flatten_history_dim: true
343
+ joint_vel:
344
+ func: &id006 !!python/name:mjlab.envs.mdp.observations.joint_vel_rel ''
345
+ params: {}
346
+ noise:
347
+ operation: add
348
+ _tensor_cache: {}
349
+ n_min: -0.5
350
+ n_max: 0.5
351
+ clip: null
352
+ scale: null
353
+ delay_min_lag: 0
354
+ delay_max_lag: 0
355
+ delay_per_env: true
356
+ delay_hold_prob: 0.0
357
+ delay_update_period: 0
358
+ delay_per_env_phase: true
359
+ history_length: 0
360
+ flatten_history_dim: true
361
+ actions:
362
+ func: &id007 !!python/name:mjlab.envs.mdp.observations.last_action ''
363
+ params: {}
364
+ noise: null
365
+ clip: null
366
+ scale: null
367
+ delay_min_lag: 0
368
+ delay_max_lag: 0
369
+ delay_per_env: true
370
+ delay_hold_prob: 0.0
371
+ delay_update_period: 0
372
+ delay_per_env_phase: true
373
+ history_length: 0
374
+ flatten_history_dim: true
375
+ concatenate_terms: true
376
+ concatenate_dim: -1
377
+ enable_corruption: true
378
+ history_length: null
379
+ flatten_history_dim: true
380
+ nan_policy: disabled
381
+ nan_check_per_term: true
382
+ critic:
383
+ terms:
384
+ command:
385
+ func: *id002
386
+ params:
387
+ command_name: motion
388
+ noise: null
389
+ clip: null
390
+ scale: null
391
+ delay_min_lag: 0
392
+ delay_max_lag: 0
393
+ delay_per_env: true
394
+ delay_hold_prob: 0.0
395
+ delay_update_period: 0
396
+ delay_per_env_phase: true
397
+ history_length: 0
398
+ flatten_history_dim: true
399
+ motion_anchor_pos_b:
400
+ func: *id003
401
+ params:
402
+ command_name: motion
403
+ noise: null
404
+ clip: null
405
+ scale: null
406
+ delay_min_lag: 0
407
+ delay_max_lag: 0
408
+ delay_per_env: true
409
+ delay_hold_prob: 0.0
410
+ delay_update_period: 0
411
+ delay_per_env_phase: true
412
+ history_length: 0
413
+ flatten_history_dim: true
414
+ motion_anchor_ori_b:
415
+ func: *id004
416
+ params:
417
+ command_name: motion
418
+ noise: null
419
+ clip: null
420
+ scale: null
421
+ delay_min_lag: 0
422
+ delay_max_lag: 0
423
+ delay_per_env: true
424
+ delay_hold_prob: 0.0
425
+ delay_update_period: 0
426
+ delay_per_env_phase: true
427
+ history_length: 0
428
+ flatten_history_dim: true
429
+ body_pos:
430
+ func: !!python/name:mjlab.tasks.tracking.mdp.observations.robot_body_pos_b ''
431
+ params:
432
+ command_name: motion
433
+ noise: null
434
+ clip: null
435
+ scale: null
436
+ delay_min_lag: 0
437
+ delay_max_lag: 0
438
+ delay_per_env: true
439
+ delay_hold_prob: 0.0
440
+ delay_update_period: 0
441
+ delay_per_env_phase: true
442
+ history_length: 0
443
+ flatten_history_dim: true
444
+ body_ori:
445
+ func: !!python/name:mjlab.tasks.tracking.mdp.observations.robot_body_ori_b ''
446
+ params:
447
+ command_name: motion
448
+ noise: null
449
+ clip: null
450
+ scale: null
451
+ delay_min_lag: 0
452
+ delay_max_lag: 0
453
+ delay_per_env: true
454
+ delay_hold_prob: 0.0
455
+ delay_update_period: 0
456
+ delay_per_env_phase: true
457
+ history_length: 0
458
+ flatten_history_dim: true
459
+ base_lin_vel:
460
+ func: *id001
461
+ params:
462
+ sensor_name: robot/imu_lin_vel
463
+ noise: null
464
+ clip: null
465
+ scale: null
466
+ delay_min_lag: 0
467
+ delay_max_lag: 0
468
+ delay_per_env: true
469
+ delay_hold_prob: 0.0
470
+ delay_update_period: 0
471
+ delay_per_env_phase: true
472
+ history_length: 0
473
+ flatten_history_dim: true
474
+ base_ang_vel:
475
+ func: *id001
476
+ params:
477
+ sensor_name: robot/imu_ang_vel
478
+ noise: null
479
+ clip: null
480
+ scale: null
481
+ delay_min_lag: 0
482
+ delay_max_lag: 0
483
+ delay_per_env: true
484
+ delay_hold_prob: 0.0
485
+ delay_update_period: 0
486
+ delay_per_env_phase: true
487
+ history_length: 0
488
+ flatten_history_dim: true
489
+ joint_pos:
490
+ func: *id005
491
+ params: {}
492
+ noise: null
493
+ clip: null
494
+ scale: null
495
+ delay_min_lag: 0
496
+ delay_max_lag: 0
497
+ delay_per_env: true
498
+ delay_hold_prob: 0.0
499
+ delay_update_period: 0
500
+ delay_per_env_phase: true
501
+ history_length: 0
502
+ flatten_history_dim: true
503
+ joint_vel:
504
+ func: *id006
505
+ params: {}
506
+ noise: null
507
+ clip: null
508
+ scale: null
509
+ delay_min_lag: 0
510
+ delay_max_lag: 0
511
+ delay_per_env: true
512
+ delay_hold_prob: 0.0
513
+ delay_update_period: 0
514
+ delay_per_env_phase: true
515
+ history_length: 0
516
+ flatten_history_dim: true
517
+ actions:
518
+ func: *id007
519
+ params: {}
520
+ noise: null
521
+ clip: null
522
+ scale: null
523
+ delay_min_lag: 0
524
+ delay_max_lag: 0
525
+ delay_per_env: true
526
+ delay_hold_prob: 0.0
527
+ delay_update_period: 0
528
+ delay_per_env_phase: true
529
+ history_length: 0
530
+ flatten_history_dim: true
531
+ concatenate_terms: true
532
+ concatenate_dim: -1
533
+ enable_corruption: false
534
+ history_length: null
535
+ flatten_history_dim: true
536
+ nan_policy: disabled
537
+ nan_check_per_term: true
538
+ actions:
539
+ joint_pos:
540
+ entity_name: robot
541
+ clip: null
542
+ transmission_type: !!python/object/apply:mjlab.actuator.actuator.TransmissionType
543
+ - joint
544
+ actuator_names: !!python/tuple
545
+ - .*
546
+ scale:
547
+ .*_elbow_joint: 0.43857731392336724
548
+ .*_shoulder_pitch_joint: 0.43857731392336724
549
+ .*_shoulder_roll_joint: 0.43857731392336724
550
+ .*_shoulder_yaw_joint: 0.43857731392336724
551
+ .*_wrist_roll_joint: 0.43857731392336724
552
+ .*_hip_pitch_joint: 0.5475464629911068
553
+ .*_hip_yaw_joint: 0.5475464629911068
554
+ waist_yaw_joint: 0.5475464629911068
555
+ .*_hip_roll_joint: 0.35066146637882434
556
+ .*_knee_joint: 0.35066146637882434
557
+ .*_wrist_pitch_joint: 0.07450087032950714
558
+ .*_wrist_yaw_joint: 0.07450087032950714
559
+ waist_pitch_joint: 0.43857731392336724
560
+ waist_roll_joint: 0.43857731392336724
561
+ .*_ankle_pitch_joint: 0.43857731392336724
562
+ .*_ankle_roll_joint: 0.43857731392336724
563
+ offset: 0.0
564
+ preserve_order: false
565
+ use_default_offset: true
566
+ events:
567
+ push_robot:
568
+ func: !!python/name:mjlab.envs.mdp.events.push_by_setting_velocity ''
569
+ params:
570
+ velocity_range:
571
+ x: !!python/tuple
572
+ - -0.5
573
+ - 0.5
574
+ y: !!python/tuple
575
+ - -0.5
576
+ - 0.5
577
+ z: !!python/tuple
578
+ - -0.2
579
+ - 0.2
580
+ roll: !!python/tuple
581
+ - -0.52
582
+ - 0.52
583
+ pitch: !!python/tuple
584
+ - -0.52
585
+ - 0.52
586
+ yaw: !!python/tuple
587
+ - -0.78
588
+ - 0.78
589
+ mode: interval
590
+ interval_range_s: !!python/tuple
591
+ - 1.0
592
+ - 3.0
593
+ is_global_time: false
594
+ min_step_count_between_reset: 0
595
+ base_com:
596
+ func: !!python/name:mjlab.envs.mdp.dr.body.body_com_offset ''
597
+ params:
598
+ asset_cfg:
599
+ name: robot
600
+ joint_names: null
601
+ joint_ids: !!python/object/apply:builtins.slice
602
+ - null
603
+ - null
604
+ - null
605
+ body_names: !!python/tuple
606
+ - torso_link
607
+ body_ids: !!python/object/apply:builtins.slice
608
+ - null
609
+ - null
610
+ - null
611
+ geom_names: null
612
+ geom_ids: !!python/object/apply:builtins.slice
613
+ - null
614
+ - null
615
+ - null
616
+ site_names: null
617
+ site_ids: !!python/object/apply:builtins.slice
618
+ - null
619
+ - null
620
+ - null
621
+ actuator_names: null
622
+ actuator_ids: !!python/object/apply:builtins.slice
623
+ - null
624
+ - null
625
+ - null
626
+ tendon_names: null
627
+ tendon_ids: !!python/object/apply:builtins.slice
628
+ - null
629
+ - null
630
+ - null
631
+ camera_names: null
632
+ camera_ids: !!python/object/apply:builtins.slice
633
+ - null
634
+ - null
635
+ - null
636
+ light_names: null
637
+ light_ids: !!python/object/apply:builtins.slice
638
+ - null
639
+ - null
640
+ - null
641
+ material_names: null
642
+ material_ids: !!python/object/apply:builtins.slice
643
+ - null
644
+ - null
645
+ - null
646
+ preserve_order: false
647
+ operation: add
648
+ ranges:
649
+ 0: !!python/tuple
650
+ - -0.025
651
+ - 0.025
652
+ 1: !!python/tuple
653
+ - -0.05
654
+ - 0.05
655
+ 2: !!python/tuple
656
+ - -0.05
657
+ - 0.05
658
+ mode: startup
659
+ interval_range_s: null
660
+ is_global_time: false
661
+ min_step_count_between_reset: 0
662
+ encoder_bias:
663
+ func: !!python/name:mjlab.envs.mdp.dr.joint.encoder_bias ''
664
+ params:
665
+ asset_cfg:
666
+ name: robot
667
+ joint_names: null
668
+ joint_ids: !!python/object/apply:builtins.slice
669
+ - null
670
+ - null
671
+ - null
672
+ body_names: null
673
+ body_ids: !!python/object/apply:builtins.slice
674
+ - null
675
+ - null
676
+ - null
677
+ geom_names: null
678
+ geom_ids: !!python/object/apply:builtins.slice
679
+ - null
680
+ - null
681
+ - null
682
+ site_names: null
683
+ site_ids: !!python/object/apply:builtins.slice
684
+ - null
685
+ - null
686
+ - null
687
+ actuator_names: null
688
+ actuator_ids: !!python/object/apply:builtins.slice
689
+ - null
690
+ - null
691
+ - null
692
+ tendon_names: null
693
+ tendon_ids: !!python/object/apply:builtins.slice
694
+ - null
695
+ - null
696
+ - null
697
+ camera_names: null
698
+ camera_ids: !!python/object/apply:builtins.slice
699
+ - null
700
+ - null
701
+ - null
702
+ light_names: null
703
+ light_ids: !!python/object/apply:builtins.slice
704
+ - null
705
+ - null
706
+ - null
707
+ material_names: null
708
+ material_ids: !!python/object/apply:builtins.slice
709
+ - null
710
+ - null
711
+ - null
712
+ preserve_order: false
713
+ bias_range: !!python/tuple
714
+ - -0.01
715
+ - 0.01
716
+ mode: startup
717
+ interval_range_s: null
718
+ is_global_time: false
719
+ min_step_count_between_reset: 0
720
+ foot_friction:
721
+ func: !!python/name:mjlab.envs.mdp.dr.geom.geom_friction ''
722
+ params:
723
+ asset_cfg:
724
+ name: robot
725
+ joint_names: null
726
+ joint_ids: !!python/object/apply:builtins.slice
727
+ - null
728
+ - null
729
+ - null
730
+ body_names: null
731
+ body_ids: !!python/object/apply:builtins.slice
732
+ - null
733
+ - null
734
+ - null
735
+ geom_names: ^(left|right)_foot[1-7]_collision$
736
+ geom_ids: !!python/object/apply:builtins.slice
737
+ - null
738
+ - null
739
+ - null
740
+ site_names: null
741
+ site_ids: !!python/object/apply:builtins.slice
742
+ - null
743
+ - null
744
+ - null
745
+ actuator_names: null
746
+ actuator_ids: !!python/object/apply:builtins.slice
747
+ - null
748
+ - null
749
+ - null
750
+ tendon_names: null
751
+ tendon_ids: !!python/object/apply:builtins.slice
752
+ - null
753
+ - null
754
+ - null
755
+ camera_names: null
756
+ camera_ids: !!python/object/apply:builtins.slice
757
+ - null
758
+ - null
759
+ - null
760
+ light_names: null
761
+ light_ids: !!python/object/apply:builtins.slice
762
+ - null
763
+ - null
764
+ - null
765
+ material_names: null
766
+ material_ids: !!python/object/apply:builtins.slice
767
+ - null
768
+ - null
769
+ - null
770
+ preserve_order: false
771
+ operation: abs
772
+ ranges: !!python/tuple
773
+ - 0.3
774
+ - 1.2
775
+ shared_random: true
776
+ mode: startup
777
+ interval_range_s: null
778
+ is_global_time: false
779
+ min_step_count_between_reset: 0
780
+ seed: 42
781
+ sim:
782
+ nconmax: 35
783
+ njmax: 250
784
+ ls_parallel: true
785
+ contact_sensor_maxmatch: 64
786
+ mujoco:
787
+ timestep: 0.005
788
+ integrator: implicitfast
789
+ impratio: 1.0
790
+ cone: pyramidal
791
+ jacobian: auto
792
+ solver: newton
793
+ iterations: 10
794
+ tolerance: 1.0e-08
795
+ ls_iterations: 20
796
+ ls_tolerance: 0.01
797
+ ccd_iterations: 50
798
+ gravity: !!python/tuple
799
+ - 0
800
+ - 0
801
+ - -9.81
802
+ multiccd: false
803
+ nan_guard:
804
+ enabled: false
805
+ buffer_size: 100
806
+ output_dir: /tmp/mjlab/nan_dumps
807
+ max_envs_to_dump: 5
808
+ viewer:
809
+ lookat: !!python/tuple
810
+ - 0.0
811
+ - 0.0
812
+ - 0.0
813
+ distance: 3.0
814
+ elevation: -5.0
815
+ azimuth: 90.0
816
+ origin_type: !!python/object/apply:mjlab.viewer.viewer_config.OriginType
817
+ - 3
818
+ entity_name: robot
819
+ body_name: torso_link
820
+ env_idx: 0
821
+ enable_reflections: true
822
+ enable_shadows: true
823
+ height: 240
824
+ width: 320
825
+ episode_length_s: 10.0
826
+ rewards:
827
+ motion_global_root_pos:
828
+ func: !!python/name:mjlab.tasks.tracking.mdp.rewards.motion_global_anchor_position_error_exp ''
829
+ params:
830
+ command_name: motion
831
+ std: 0.3
832
+ weight: 0.5
833
+ motion_global_root_ori:
834
+ func: !!python/name:mjlab.tasks.tracking.mdp.rewards.motion_global_anchor_orientation_error_exp ''
835
+ params:
836
+ command_name: motion
837
+ std: 0.4
838
+ weight: 0.5
839
+ motion_body_pos:
840
+ func: !!python/name:mjlab.tasks.tracking.mdp.rewards.motion_relative_body_position_error_exp ''
841
+ params:
842
+ command_name: motion
843
+ std: 0.3
844
+ weight: 1.0
845
+ motion_body_ori:
846
+ func: !!python/name:mjlab.tasks.tracking.mdp.rewards.motion_relative_body_orientation_error_exp ''
847
+ params:
848
+ command_name: motion
849
+ std: 0.4
850
+ weight: 1.0
851
+ motion_body_lin_vel:
852
+ func: !!python/name:mjlab.tasks.tracking.mdp.rewards.motion_global_body_linear_velocity_error_exp ''
853
+ params:
854
+ command_name: motion
855
+ std: 1.0
856
+ weight: 1.0
857
+ motion_body_ang_vel:
858
+ func: !!python/name:mjlab.tasks.tracking.mdp.rewards.motion_global_body_angular_velocity_error_exp ''
859
+ params:
860
+ command_name: motion
861
+ std: 3.14
862
+ weight: 1.0
863
+ action_rate_l2:
864
+ func: !!python/name:mjlab.envs.mdp.rewards.action_rate_l2 ''
865
+ params: {}
866
+ weight: -0.1
867
+ joint_limit:
868
+ func: !!python/name:mjlab.envs.mdp.rewards.joint_pos_limits ''
869
+ params:
870
+ asset_cfg:
871
+ name: robot
872
+ joint_names: !!python/tuple
873
+ - .*
874
+ joint_ids: !!python/object/apply:builtins.slice
875
+ - null
876
+ - null
877
+ - null
878
+ body_names: null
879
+ body_ids: !!python/object/apply:builtins.slice
880
+ - null
881
+ - null
882
+ - null
883
+ geom_names: null
884
+ geom_ids: !!python/object/apply:builtins.slice
885
+ - null
886
+ - null
887
+ - null
888
+ site_names: null
889
+ site_ids: !!python/object/apply:builtins.slice
890
+ - null
891
+ - null
892
+ - null
893
+ actuator_names: null
894
+ actuator_ids: !!python/object/apply:builtins.slice
895
+ - null
896
+ - null
897
+ - null
898
+ tendon_names: null
899
+ tendon_ids: !!python/object/apply:builtins.slice
900
+ - null
901
+ - null
902
+ - null
903
+ camera_names: null
904
+ camera_ids: !!python/object/apply:builtins.slice
905
+ - null
906
+ - null
907
+ - null
908
+ light_names: null
909
+ light_ids: !!python/object/apply:builtins.slice
910
+ - null
911
+ - null
912
+ - null
913
+ material_names: null
914
+ material_ids: !!python/object/apply:builtins.slice
915
+ - null
916
+ - null
917
+ - null
918
+ preserve_order: false
919
+ weight: -10.0
920
+ self_collisions:
921
+ func: !!python/name:mjlab.tasks.tracking.mdp.rewards.self_collision_cost ''
922
+ params:
923
+ sensor_name: self_collision
924
+ weight: -10.0
925
+ terminations:
926
+ time_out:
927
+ func: !!python/name:mjlab.envs.mdp.terminations.time_out ''
928
+ params: {}
929
+ time_out: true
930
+ anchor_pos:
931
+ func: !!python/name:mjlab.tasks.tracking.mdp.terminations.bad_anchor_pos_z_only ''
932
+ params:
933
+ command_name: motion
934
+ threshold: 0.25
935
+ time_out: false
936
+ anchor_ori:
937
+ func: !!python/name:mjlab.tasks.tracking.mdp.terminations.bad_anchor_ori ''
938
+ params:
939
+ asset_cfg:
940
+ name: robot
941
+ joint_names: null
942
+ joint_ids: !!python/object/apply:builtins.slice
943
+ - null
944
+ - null
945
+ - null
946
+ body_names: null
947
+ body_ids: !!python/object/apply:builtins.slice
948
+ - null
949
+ - null
950
+ - null
951
+ geom_names: null
952
+ geom_ids: !!python/object/apply:builtins.slice
953
+ - null
954
+ - null
955
+ - null
956
+ site_names: null
957
+ site_ids: !!python/object/apply:builtins.slice
958
+ - null
959
+ - null
960
+ - null
961
+ actuator_names: null
962
+ actuator_ids: !!python/object/apply:builtins.slice
963
+ - null
964
+ - null
965
+ - null
966
+ tendon_names: null
967
+ tendon_ids: !!python/object/apply:builtins.slice
968
+ - null
969
+ - null
970
+ - null
971
+ camera_names: null
972
+ camera_ids: !!python/object/apply:builtins.slice
973
+ - null
974
+ - null
975
+ - null
976
+ light_names: null
977
+ light_ids: !!python/object/apply:builtins.slice
978
+ - null
979
+ - null
980
+ - null
981
+ material_names: null
982
+ material_ids: !!python/object/apply:builtins.slice
983
+ - null
984
+ - null
985
+ - null
986
+ preserve_order: false
987
+ command_name: motion
988
+ threshold: 0.8
989
+ time_out: false
990
+ ee_body_pos:
991
+ func: !!python/name:mjlab.tasks.tracking.mdp.terminations.bad_motion_body_pos_z_only ''
992
+ params:
993
+ command_name: motion
994
+ threshold: 0.25
995
+ body_names: !!python/tuple
996
+ - left_ankle_roll_link
997
+ - right_ankle_roll_link
998
+ - left_wrist_yaw_link
999
+ - right_wrist_yaw_link
1000
+ time_out: false
1001
+ commands:
1002
+ motion:
1003
+ resampling_time_range: !!python/tuple
1004
+ - 1000000000.0
1005
+ - 1000000000.0
1006
+ debug_vis: true
1007
+ motion_file: /home/mitch/Repositories/g1-moves/dance/J_Dance8_WestCoast/training/J_Dance8_WestCoast.npz
1008
+ anchor_body_name: torso_link
1009
+ body_names: !!python/tuple
1010
+ - pelvis
1011
+ - left_hip_roll_link
1012
+ - left_knee_link
1013
+ - left_ankle_roll_link
1014
+ - right_hip_roll_link
1015
+ - right_knee_link
1016
+ - right_ankle_roll_link
1017
+ - torso_link
1018
+ - left_shoulder_roll_link
1019
+ - left_elbow_link
1020
+ - left_wrist_yaw_link
1021
+ - right_shoulder_roll_link
1022
+ - right_elbow_link
1023
+ - right_wrist_yaw_link
1024
+ entity_name: robot
1025
+ pose_range:
1026
+ x: !!python/tuple
1027
+ - -0.05
1028
+ - 0.05
1029
+ y: !!python/tuple
1030
+ - -0.05
1031
+ - 0.05
1032
+ z: !!python/tuple
1033
+ - -0.01
1034
+ - 0.01
1035
+ roll: !!python/tuple
1036
+ - -0.1
1037
+ - 0.1
1038
+ pitch: !!python/tuple
1039
+ - -0.1
1040
+ - 0.1
1041
+ yaw: !!python/tuple
1042
+ - -0.2
1043
+ - 0.2
1044
+ velocity_range:
1045
+ x: !!python/tuple
1046
+ - -0.5
1047
+ - 0.5
1048
+ y: !!python/tuple
1049
+ - -0.5
1050
+ - 0.5
1051
+ z: !!python/tuple
1052
+ - -0.2
1053
+ - 0.2
1054
+ roll: !!python/tuple
1055
+ - -0.52
1056
+ - 0.52
1057
+ pitch: !!python/tuple
1058
+ - -0.52
1059
+ - 0.52
1060
+ yaw: !!python/tuple
1061
+ - -0.78
1062
+ - 0.78
1063
+ joint_position_range: !!python/tuple
1064
+ - -0.1
1065
+ - 0.1
1066
+ adaptive_kernel_size: 1
1067
+ adaptive_lambda: 0.8
1068
+ adaptive_uniform_ratio: 0.1
1069
+ adaptive_alpha: 0.001
1070
+ sampling_mode: adaptive
1071
+ viz:
1072
+ mode: ghost
1073
+ ghost_color: !!python/tuple
1074
+ - 0.5
1075
+ - 0.7
1076
+ - 0.5
1077
+ - 0.5
1078
+ curriculum: {}
1079
+ metrics: {}
1080
+ is_finite_horizon: false
1081
+ scale_rewards_by_dt: true
dance/J_Dance8_WestCoast/policy/training_log.csv ADDED
The diff for this file is too large to render. See raw diff
 
karate/B_AttackKarate/policy/CLAUDE.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <claude-mem-context>
2
+ # Recent Activity
3
+
4
+ <!-- This section is auto-generated by claude-mem. Edit content outside the tags. -->
5
+
6
+ ### Mar 2, 2026
7
+
8
+ | ID | Time | T | Title | Read |
9
+ |----|------|---|-------|------|
10
+ | #2071 | 10:43 PM | 🟣 | Training Logs Extracted and Archived for All 10 Completed Clips | ~381 |
11
+ </claude-mem-context>
manifest.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "version": "1.0",
3
- "generated": "2026-03-03T04:44:30Z",
4
  "robot": "unitree_g1",
5
  "robot_mode": 15,
6
  "dof": 29,
@@ -92,11 +92,12 @@
92
  "root_displacement_m": 5.9256,
93
  "mean_root_velocity": 0.1418
94
  },
95
- "has_policy": false,
96
  "pipeline_stages": [
97
  "capture",
98
  "retarget",
99
- "training"
 
100
  ]
101
  },
102
  "B_LongDance": {
@@ -1034,8 +1035,8 @@
1034
  "training_frames": 2264,
1035
  "file_sizes": {
1036
  "bvh": 2652346,
1037
- "pkl": 652644,
1038
- "csv": 768135,
1039
  "npz": 4058882
1040
  },
1041
  "joint_range": {
@@ -1056,17 +1057,17 @@
1056
  -0.3243,
1057
  -0.3466,
1058
  -2.3818,
1059
- 0.2422,
1060
  -1.4,
1061
- -0.4577,
1062
  -0.4152,
1063
- 0.0535,
1064
- -0.2356,
1065
  -2.3994,
1066
  -1.7286,
1067
  -0.2411,
1068
- -0.3816,
1069
- 0.0504,
1070
  0.0062,
1071
  -0.5457
1072
  ],
@@ -1094,7 +1095,7 @@
1094
  0.2637,
1095
  0.4843,
1096
  0.0419,
1097
- -0.1664,
1098
  1.4,
1099
  1.568,
1100
  0.4198,
@@ -1103,7 +1104,7 @@
1103
  ]
1104
  },
1105
  "motion_stats": {
1106
- "mean_joint_velocity": 0.2768,
1107
  "max_joint_velocity": 45.2737,
1108
  "root_displacement_m": 4.2518,
1109
  "mean_root_velocity": 0.1127
@@ -2048,8 +2049,8 @@
2048
  "training_frames": 2394,
2049
  "file_sizes": {
2050
  "bvh": 2810090,
2051
- "pkl": 690084,
2052
- "csv": 815330,
2053
  "npz": 4291842
2054
  },
2055
  "joint_range": {
@@ -2069,17 +2070,17 @@
2069
  -0.987,
2070
  -0.4551,
2071
  -0.2582,
2072
- -1.8018,
2073
- 0.1639,
2074
  -1.3276,
2075
- -1.0366,
2076
  -0.5429,
2077
  -0.0955,
2078
- -0.4101,
2079
  -1.8428,
2080
  -2.2378,
2081
  -1.1905,
2082
- -1.0472,
2083
  -0.1187,
2084
  -0.0601,
2085
  -0.5602
@@ -2103,30 +2104,31 @@
2103
  0.5154,
2104
  1.6947,
2105
  0.6637,
2106
- 1.3871,
2107
  0.1223,
2108
- 0.194,
2109
  0.6944,
2110
  0.7586,
2111
- -0.269,
2112
  1.3157,
2113
  1.3895,
2114
  0.5317,
2115
- 0.258,
2116
- 0.4385
2117
  ]
2118
  },
2119
  "motion_stats": {
2120
- "mean_joint_velocity": 0.758,
2121
  "max_joint_velocity": 43.0854,
2122
  "root_displacement_m": 10.9827,
2123
  "mean_root_velocity": 0.2753
2124
  },
2125
- "has_policy": false,
2126
  "pipeline_stages": [
2127
  "capture",
2128
  "retarget",
2129
- "training"
 
2130
  ]
2131
  },
2132
  "J_Dance9_PeaceMaker": {
 
1
  {
2
  "version": "1.0",
3
+ "generated": "2026-03-04T00:00:29Z",
4
  "robot": "unitree_g1",
5
  "robot_mode": 15,
6
  "dof": 29,
 
92
  "root_displacement_m": 5.9256,
93
  "mean_root_velocity": 0.1418
94
  },
95
+ "has_policy": true,
96
  "pipeline_stages": [
97
  "capture",
98
  "retarget",
99
+ "training",
100
+ "policy"
101
  ]
102
  },
103
  "B_LongDance": {
 
1035
  "training_frames": 2264,
1036
  "file_sizes": {
1037
  "bvh": 2652346,
1038
+ "pkl": 326475,
1039
+ "csv": 768137,
1040
  "npz": 4058882
1041
  },
1042
  "joint_range": {
 
1057
  -0.3243,
1058
  -0.3466,
1059
  -2.3818,
1060
+ 0.0558,
1061
  -1.4,
1062
+ -0.118,
1063
  -0.4152,
1064
+ 0.0145,
1065
+ -0.224,
1066
  -2.3994,
1067
  -1.7286,
1068
  -0.2411,
1069
+ -0.0998,
1070
+ 0.0145,
1071
  0.0062,
1072
  -0.5457
1073
  ],
 
1095
  0.2637,
1096
  0.4843,
1097
  0.0419,
1098
+ -0.0401,
1099
  1.4,
1100
  1.568,
1101
  0.4198,
 
1104
  ]
1105
  },
1106
  "motion_stats": {
1107
+ "mean_joint_velocity": 0.2931,
1108
  "max_joint_velocity": 45.2737,
1109
  "root_displacement_m": 4.2518,
1110
  "mean_root_velocity": 0.1127
 
2049
  "training_frames": 2394,
2050
  "file_sizes": {
2051
  "bvh": 2810090,
2052
+ "pkl": 345204,
2053
+ "csv": 815342,
2054
  "npz": 4291842
2055
  },
2056
  "joint_range": {
 
2070
  -0.987,
2071
  -0.4551,
2072
  -0.2582,
2073
+ -1.8004,
2074
+ -0.0043,
2075
  -1.3276,
2076
+ -1.0252,
2077
  -0.5429,
2078
  -0.0955,
2079
+ -0.4035,
2080
  -1.8428,
2081
  -2.2378,
2082
  -1.1905,
2083
+ -0.9795,
2084
  -0.1187,
2085
  -0.0601,
2086
  -0.5602
 
2104
  0.5154,
2105
  1.6947,
2106
  0.6637,
2107
+ 1.3457,
2108
  0.1223,
2109
+ 0.1794,
2110
  0.6944,
2111
  0.7586,
2112
+ -0.0426,
2113
  1.3157,
2114
  1.3895,
2115
  0.5317,
2116
+ 0.2579,
2117
+ 0.4359
2118
  ]
2119
  },
2120
  "motion_stats": {
2121
+ "mean_joint_velocity": 0.769,
2122
  "max_joint_velocity": 43.0854,
2123
  "root_displacement_m": 10.9827,
2124
  "mean_root_velocity": 0.2753
2125
  },
2126
+ "has_policy": true,
2127
  "pipeline_stages": [
2128
  "capture",
2129
  "retarget",
2130
+ "training",
2131
+ "policy"
2132
  ]
2133
  },
2134
  "J_Dance9_PeaceMaker": {
quality_report.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "generated": "2026-03-03T04:44:30Z",
3
  "checks": {
4
  "joint_limit_violations": {
5
  "description": "Frames where retargeted angles exceed G1 limits",
@@ -60,9 +60,9 @@
60
  "worst_joint": null
61
  },
62
  "J_Dance1_Modern": {
63
- "violations": 58,
64
  "max_excess_rad": 0.0,
65
- "worst_joint": "right_ankle_roll_joint"
66
  },
67
  "J_Dance20_DWG": {
68
  "violations": 0,
@@ -115,9 +115,9 @@
115
  "worst_joint": null
116
  },
117
  "J_Dance8_WestCoast": {
118
- "violations": 11,
119
  "max_excess_rad": 0.0,
120
- "worst_joint": "right_ankle_roll_joint"
121
  },
122
  "J_Dance9_PeaceMaker": {
123
  "violations": 0,
@@ -1453,10 +1453,12 @@
1453
  "J_Dance11_Gnarly",
1454
  "J_Dance12_LushLife",
1455
  "J_Dance19_LetsGO",
 
1456
  "J_Dance20_DWG",
1457
  "J_Dance23_MidnightSun",
1458
  "J_Dance6_Sassy",
1459
  "J_Dance7_Party",
 
1460
  "J_Dance9_PeaceMaker",
1461
  "J_ShortDance13_SingleLadies",
1462
  "B_AttackKarate",
@@ -1469,14 +1471,12 @@
1469
  "J_Dance0_StepTouch",
1470
  "J_Dance17_Shuffle",
1471
  "J_Dance18_TikTok",
1472
- "J_Dance1_Modern",
1473
  "J_Dance21_Blunt",
1474
  "J_Dance22_Thrilling",
1475
  "J_Dance2_Salsa",
1476
  "J_Dance3_Woah",
1477
  "J_Dance4_Broadway",
1478
  "J_Dance5_Hype",
1479
- "J_Dance8_WestCoast",
1480
  "J_ShortDance14_Disco",
1481
  "J_ShortDance15_Nineties",
1482
  "J_ShortDance16_JazzWalk",
 
1
  {
2
+ "generated": "2026-03-04T00:00:29Z",
3
  "checks": {
4
  "joint_limit_violations": {
5
  "description": "Frames where retargeted angles exceed G1 limits",
 
60
  "worst_joint": null
61
  },
62
  "J_Dance1_Modern": {
63
+ "violations": 0,
64
  "max_excess_rad": 0.0,
65
+ "worst_joint": null
66
  },
67
  "J_Dance20_DWG": {
68
  "violations": 0,
 
115
  "worst_joint": null
116
  },
117
  "J_Dance8_WestCoast": {
118
+ "violations": 0,
119
  "max_excess_rad": 0.0,
120
+ "worst_joint": null
121
  },
122
  "J_Dance9_PeaceMaker": {
123
  "violations": 0,
 
1453
  "J_Dance11_Gnarly",
1454
  "J_Dance12_LushLife",
1455
  "J_Dance19_LetsGO",
1456
+ "J_Dance1_Modern",
1457
  "J_Dance20_DWG",
1458
  "J_Dance23_MidnightSun",
1459
  "J_Dance6_Sassy",
1460
  "J_Dance7_Party",
1461
+ "J_Dance8_WestCoast",
1462
  "J_Dance9_PeaceMaker",
1463
  "J_ShortDance13_SingleLadies",
1464
  "B_AttackKarate",
 
1471
  "J_Dance0_StepTouch",
1472
  "J_Dance17_Shuffle",
1473
  "J_Dance18_TikTok",
 
1474
  "J_Dance21_Blunt",
1475
  "J_Dance22_Thrilling",
1476
  "J_Dance2_Salsa",
1477
  "J_Dance3_Woah",
1478
  "J_Dance4_Broadway",
1479
  "J_Dance5_Hype",
 
1480
  "J_ShortDance14_Disco",
1481
  "J_ShortDance15_Nineties",
1482
  "J_ShortDance16_JazzWalk",
space/CLAUDE.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <claude-mem-context>
2
+ # Recent Activity
3
+
4
+ <!-- This section is auto-generated by claude-mem. Edit content outside the tags. -->
5
+
6
+ ### Mar 3, 2026
7
+
8
+ | ID | Time | T | Title | Read |
9
+ |----|------|---|-------|------|
10
+ | #2119 | 2:32 PM | ✅ | HuggingFace Spaces App Enhanced with Video Support | ~307 |
11
+ | #2114 | 2:26 PM | 🟣 | HuggingFace Space Interactive Gallery Site Created | ~507 |
12
+ | #2109 | 2:21 PM | 🟣 | HuggingFace Space Configuration for G1 Moves Dataset | ~327 |
13
+ </claude-mem-context>
space/README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: G1 Moves
3
+ emoji: "\U0001F916"
4
+ colorFrom: blue
5
+ colorTo: indigo
6
+ sdk: static
7
+ pinned: false
8
+ license: cc-by-4.0
9
+ ---
space/app.js ADDED
@@ -0,0 +1,385 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* ========================================
2
+ G1 Moves — Showcase App
3
+ ======================================== */
4
+
5
+ (function () {
6
+ 'use strict';
7
+
8
+ // ------------------------------------
9
+ // State
10
+ // ------------------------------------
11
+ let allClips = [];
12
+ let baseUrl = '';
13
+ let activeCategory = 'all';
14
+ let activeStage = 'retarget';
15
+
16
+ // ------------------------------------
17
+ // DOM refs
18
+ // ------------------------------------
19
+ const grid = document.getElementById('clip-grid');
20
+ const emptyState = document.getElementById('empty-state');
21
+ const modal = document.getElementById('pipeline-modal');
22
+
23
+ // ------------------------------------
24
+ // Init
25
+ // ------------------------------------
26
+ async function init() {
27
+ try {
28
+ const res = await fetch('data.json');
29
+ const data = await res.json();
30
+ allClips = data.clips;
31
+ baseUrl = data.base_url;
32
+ updateStats(data.stats);
33
+ filterAndRender();
34
+ setupCategoryButtons();
35
+ setupStageButtons();
36
+ setupModal();
37
+ setupScrollReveal();
38
+ } catch (err) {
39
+ grid.innerHTML = '<p style="padding:2rem;color:#888;font-family:monospace;">Failed to load data.json</p>';
40
+ }
41
+ }
42
+
43
+ // ------------------------------------
44
+ // Stats
45
+ // ------------------------------------
46
+ function updateStats(stats) {
47
+ setText('stat-total', stats.total);
48
+ setText('stat-dance', stats.dance);
49
+ setText('stat-karate', stats.karate);
50
+ setText('stat-bonus', stats.bonus);
51
+ setText('stat-policies', stats.policies);
52
+ }
53
+
54
+ function setText(id, value) {
55
+ const el = document.getElementById(id);
56
+ if (el) el.textContent = value;
57
+ }
58
+
59
+ // ------------------------------------
60
+ // Filtering & Rendering
61
+ // ------------------------------------
62
+ function filterAndRender() {
63
+ const filtered = activeCategory === 'all'
64
+ ? allClips
65
+ : allClips.filter(c => c.category === activeCategory);
66
+
67
+ grid.innerHTML = '';
68
+ emptyState.classList.toggle('visible', filtered.length === 0);
69
+
70
+ filtered.forEach((clip, i) => {
71
+ const card = createCard(clip, i);
72
+ grid.appendChild(card);
73
+ });
74
+
75
+ observeLazyImages();
76
+ observeCardReveal();
77
+ }
78
+
79
+ // ------------------------------------
80
+ // Card creation
81
+ // ------------------------------------
82
+ function createCard(clip, index) {
83
+ const card = document.createElement('div');
84
+ card.className = 'clip-card';
85
+ card.dataset.clipId = clip.id;
86
+
87
+ const stageData = clip.stages[activeStage];
88
+ const mediaSrc = stageData
89
+ ? mediaUrl(stageData)
90
+ : null;
91
+ const isVideo = mediaSrc && mediaSrc.endsWith('.mp4');
92
+
93
+ const stages = ['capture', 'retarget', 'training', 'policy'];
94
+
95
+ card.innerHTML =
96
+ '<div class="card-media">' +
97
+ (mediaSrc
98
+ ? (isVideo
99
+ ? '<video data-src="' + mediaSrc + '" autoplay muted loop playsinline preload="none" class="lazy-video"></video>'
100
+ : '<img data-src="' + mediaSrc + '" alt="' + escHtml(clip.name) + '" loading="lazy">')
101
+ : '<div class="card-placeholder">Not available</div>') +
102
+ '<div class="card-duration">' + formatDuration(clip.duration) + '</div>' +
103
+ (clip.has_policy ? '<div class="card-badge">TRAINED</div>' : '') +
104
+ '</div>' +
105
+ '<div class="card-info">' +
106
+ '<div class="card-title">' + escHtml(clip.name) + '</div>' +
107
+ '<div class="card-meta">' +
108
+ '<span class="card-category">' + clip.category + '</span>' +
109
+ '<span class="card-separator"></span>' +
110
+ '<span>' + clip.performer + '</span>' +
111
+ '</div>' +
112
+ '<div class="card-stages">' +
113
+ stages.map(function (s) {
114
+ var has = !!clip.stages[s];
115
+ var active = s === activeStage;
116
+ var cls = 'card-stage-btn' +
117
+ (active ? ' active' : '') +
118
+ (has ? '' : ' disabled');
119
+ return '<button class="' + cls + '" data-stage="' + s + '"' +
120
+ (has ? '' : ' disabled') +
121
+ ' title="' + capitalize(s) + '">' +
122
+ s.charAt(0).toUpperCase() +
123
+ '</button>';
124
+ }).join('') +
125
+ '</div>' +
126
+ '</div>';
127
+
128
+ // Media click → open modal
129
+ card.querySelector('.card-media').addEventListener('click', function () {
130
+ openModal(clip);
131
+ });
132
+
133
+ // Per-card stage buttons
134
+ var stageBtns = card.querySelectorAll('.card-stage-btn:not(.disabled)');
135
+ for (var i = 0; i < stageBtns.length; i++) {
136
+ stageBtns[i].addEventListener('click', (function (btn) {
137
+ return function (e) {
138
+ e.stopPropagation();
139
+ switchCardStage(card, clip, btn.dataset.stage);
140
+ };
141
+ })(stageBtns[i]));
142
+ }
143
+
144
+ return card;
145
+ }
146
+
147
+ function switchCardStage(card, clip, stage) {
148
+ var stageData = clip.stages[stage];
149
+ if (!stageData) return;
150
+
151
+ var src = mediaUrl(stageData);
152
+ var isVideo = src && src.endsWith('.mp4');
153
+ var existing = card.querySelector('.card-media img, .card-media video');
154
+ var placeholder = card.querySelector('.card-placeholder');
155
+ var target = existing || placeholder;
156
+
157
+ if (target) {
158
+ var newEl;
159
+ if (isVideo) {
160
+ newEl = document.createElement('video');
161
+ newEl.src = src;
162
+ newEl.autoplay = true;
163
+ newEl.muted = true;
164
+ newEl.loop = true;
165
+ newEl.playsInline = true;
166
+ } else {
167
+ newEl = document.createElement('img');
168
+ newEl.src = src;
169
+ newEl.alt = clip.name;
170
+ }
171
+ target.replaceWith(newEl);
172
+ }
173
+
174
+ // Update active state on buttons
175
+ var btns = card.querySelectorAll('.card-stage-btn');
176
+ for (var i = 0; i < btns.length; i++) {
177
+ btns[i].classList.toggle('active', btns[i].dataset.stage === stage);
178
+ }
179
+ }
180
+
181
+ // ------------------------------------
182
+ // Lazy loading
183
+ // ------------------------------------
184
+ var lazyObserver = null;
185
+
186
+ function observeLazyImages() {
187
+ if (!lazyObserver) {
188
+ lazyObserver = new IntersectionObserver(function (entries) {
189
+ entries.forEach(function (entry) {
190
+ if (entry.isIntersecting) {
191
+ var img = entry.target;
192
+ if (img.dataset.src) {
193
+ img.src = img.dataset.src;
194
+ img.removeAttribute('data-src');
195
+ }
196
+ lazyObserver.unobserve(img);
197
+ }
198
+ });
199
+ }, { rootMargin: '300px' });
200
+ }
201
+
202
+ var lazies = grid.querySelectorAll('img[data-src], video[data-src]');
203
+ for (var i = 0; i < lazies.length; i++) {
204
+ lazyObserver.observe(lazies[i]);
205
+ }
206
+ }
207
+
208
+ // ------------------------------------
209
+ // Card reveal on scroll
210
+ // ------------------------------------
211
+ var revealObserver = null;
212
+
213
+ function observeCardReveal() {
214
+ if (!revealObserver) {
215
+ revealObserver = new IntersectionObserver(function (entries) {
216
+ entries.forEach(function (entry) {
217
+ if (entry.isIntersecting) {
218
+ entry.target.classList.add('visible');
219
+ revealObserver.unobserve(entry.target);
220
+ }
221
+ });
222
+ }, { threshold: 0.05, rootMargin: '40px' });
223
+ }
224
+
225
+ var cards = grid.querySelectorAll('.clip-card:not(.visible)');
226
+ for (var i = 0; i < cards.length; i++) {
227
+ // Stagger the transition delay
228
+ cards[i].style.transitionDelay = (i * 0.04) + 's';
229
+ revealObserver.observe(cards[i]);
230
+ }
231
+ }
232
+
233
+ // ------------------------------------
234
+ // Category buttons
235
+ // ------------------------------------
236
+ function setupCategoryButtons() {
237
+ var btns = document.querySelectorAll('.category-btn');
238
+ for (var i = 0; i < btns.length; i++) {
239
+ btns[i].addEventListener('click', function () {
240
+ setActiveBtn('.category-btn', this);
241
+ activeCategory = this.dataset.category;
242
+ filterAndRender();
243
+ });
244
+ }
245
+ }
246
+
247
+ // ------------------------------------
248
+ // Global stage buttons
249
+ // ------------------------------------
250
+ function setupStageButtons() {
251
+ var btns = document.querySelectorAll('.global-stage-btn');
252
+ for (var i = 0; i < btns.length; i++) {
253
+ btns[i].addEventListener('click', function () {
254
+ setActiveBtn('.global-stage-btn', this);
255
+ activeStage = this.dataset.stage;
256
+ filterAndRender();
257
+ });
258
+ }
259
+ }
260
+
261
+ function setActiveBtn(selector, activeEl) {
262
+ var btns = document.querySelectorAll(selector);
263
+ for (var i = 0; i < btns.length; i++) {
264
+ btns[i].classList.toggle('active', btns[i] === activeEl);
265
+ }
266
+ }
267
+
268
+ // ------------------------------------
269
+ // Modal
270
+ // ------------------------------------
271
+ function setupModal() {
272
+ var closeBtn = modal.querySelector('.modal-close');
273
+ if (closeBtn) {
274
+ closeBtn.addEventListener('click', closeModal);
275
+ }
276
+
277
+ modal.addEventListener('click', function (e) {
278
+ if (e.target === modal) closeModal();
279
+ });
280
+
281
+ document.addEventListener('keydown', function (e) {
282
+ if (e.key === 'Escape') closeModal();
283
+ });
284
+ }
285
+
286
+ function openModal(clip) {
287
+ var stages = ['capture', 'retarget', 'training', 'policy'];
288
+
289
+ modal.querySelector('.modal-title').textContent = clip.name;
290
+ modal.querySelector('.modal-meta').textContent =
291
+ clip.category + ' · ' + clip.performer + ' · ' +
292
+ formatDuration(clip.duration) + ' · ' +
293
+ clip.frames + ' frames @ ' + clip.fps + ' fps';
294
+
295
+ var modalGrid = modal.querySelector('.modal-grid');
296
+ modalGrid.innerHTML = stages.map(function (s) {
297
+ var data = clip.stages[s];
298
+ var unavail = !data ? ' unavailable' : '';
299
+ var label = '<div class="modal-stage-label">' + s.toUpperCase() + '</div>';
300
+
301
+ if (data) {
302
+ var src = mediaUrl(data);
303
+ var isVid = src && src.endsWith('.mp4');
304
+ var mediaTag = isVid
305
+ ? '<video src="' + src + '" autoplay muted loop playsinline></video>'
306
+ : '<img src="' + src + '" alt="' + escHtml(clip.name) + ' ' + s + '" loading="lazy">';
307
+ return '<div class="modal-stage' + unavail + '">' +
308
+ label + mediaTag +
309
+ '</div>';
310
+ }
311
+ return '<div class="modal-stage' + unavail + '">' +
312
+ label +
313
+ '<div class="modal-placeholder">Not yet available</div>' +
314
+ '</div>';
315
+ }).join('');
316
+
317
+ modal.classList.add('open');
318
+ document.body.style.overflow = 'hidden';
319
+ }
320
+
321
+ function closeModal() {
322
+ modal.classList.remove('open');
323
+ document.body.style.overflow = '';
324
+ // Pause modal videos to stop background playback
325
+ var videos = modal.querySelectorAll('video');
326
+ for (var i = 0; i < videos.length; i++) {
327
+ videos[i].pause();
328
+ }
329
+ }
330
+
331
+ // ------------------------------------
332
+ // Scroll reveal for sections
333
+ // ------------------------------------
334
+ function setupScrollReveal() {
335
+ var sections = document.querySelectorAll('.reveal');
336
+ if (!sections.length) return;
337
+
338
+ var observer = new IntersectionObserver(function (entries) {
339
+ entries.forEach(function (entry) {
340
+ if (entry.isIntersecting) {
341
+ entry.target.classList.add('revealed');
342
+ observer.unobserve(entry.target);
343
+ }
344
+ });
345
+ }, { threshold: 0.1 });
346
+
347
+ for (var i = 0; i < sections.length; i++) {
348
+ observer.observe(sections[i]);
349
+ }
350
+ }
351
+
352
+ // ------------------------------------
353
+ // Utils
354
+ // ------------------------------------
355
+ function mediaUrl(stageData) {
356
+ var file = stageData.mp4 || stageData.gif;
357
+ if (!file) return null;
358
+ return baseUrl ? baseUrl + '/' + file : file;
359
+ }
360
+
361
+ function formatDuration(seconds) {
362
+ var m = Math.floor(seconds / 60);
363
+ var s = Math.round(seconds % 60);
364
+ return m + ':' + (s < 10 ? '0' : '') + s;
365
+ }
366
+
367
+ function capitalize(str) {
368
+ return str.charAt(0).toUpperCase() + str.slice(1);
369
+ }
370
+
371
+ function escHtml(str) {
372
+ var div = document.createElement('div');
373
+ div.textContent = str;
374
+ return div.innerHTML;
375
+ }
376
+
377
+ // ------------------------------------
378
+ // Boot
379
+ // ------------------------------------
380
+ if (document.readyState === 'loading') {
381
+ document.addEventListener('DOMContentLoaded', init);
382
+ } else {
383
+ init();
384
+ }
385
+ })();
space/data.json ADDED
@@ -0,0 +1,1299 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_url": "",
3
+ "clips": [
4
+ {
5
+ "id": "B_DadDance",
6
+ "name": "Dad Dance",
7
+ "category": "dance",
8
+ "performer": "Mitch Chaiet",
9
+ "duration": 41.82,
10
+ "fps": 60,
11
+ "frames": 2509,
12
+ "stages": {
13
+ "capture": {
14
+ "mp4": "media/dance/B_DadDance/capture/B_DadDance.mp4"
15
+ },
16
+ "retarget": {
17
+ "mp4": "media/dance/B_DadDance/retarget/B_DadDance_retarget.mp4"
18
+ },
19
+ "training": {
20
+ "mp4": "media/dance/B_DadDance/training/B_DadDance_training.mp4"
21
+ },
22
+ "policy": {
23
+ "mp4": "media/dance/B_DadDance/policy/B_DadDance_policy.mp4"
24
+ }
25
+ },
26
+ "has_policy": true
27
+ },
28
+ {
29
+ "id": "B_LongDance",
30
+ "name": "Long Dance",
31
+ "category": "dance",
32
+ "performer": "Mitch Chaiet",
33
+ "duration": 119.45,
34
+ "fps": 60,
35
+ "frames": 7167,
36
+ "stages": {
37
+ "capture": {
38
+ "mp4": "media/dance/B_LongDance/capture/B_LongDance.mp4"
39
+ },
40
+ "retarget": {
41
+ "mp4": "media/dance/B_LongDance/retarget/B_LongDance_retarget.mp4"
42
+ },
43
+ "training": {
44
+ "mp4": "media/dance/B_LongDance/training/B_LongDance_training.mp4"
45
+ },
46
+ "policy": {
47
+ "mp4": "media/dance/B_LongDance/policy/B_LongDance_policy.mp4"
48
+ }
49
+ },
50
+ "has_policy": true
51
+ },
52
+ {
53
+ "id": "B_SpiralDance",
54
+ "name": "Spiral Dance",
55
+ "category": "dance",
56
+ "performer": "Mitch Chaiet",
57
+ "duration": 47.8,
58
+ "fps": 60,
59
+ "frames": 2868,
60
+ "stages": {
61
+ "capture": {
62
+ "mp4": "media/dance/B_SpiralDance/capture/B_SpiralDance.mp4"
63
+ },
64
+ "retarget": {
65
+ "mp4": "media/dance/B_SpiralDance/retarget/B_SpiralDance_retarget.mp4"
66
+ },
67
+ "training": {
68
+ "mp4": "media/dance/B_SpiralDance/training/B_SpiralDance_training.mp4"
69
+ },
70
+ "policy": {
71
+ "mp4": "media/dance/B_SpiralDance/policy/B_SpiralDance_policy.mp4"
72
+ }
73
+ },
74
+ "has_policy": true
75
+ },
76
+ {
77
+ "id": "B_StretchDance",
78
+ "name": "Stretch Dance",
79
+ "category": "dance",
80
+ "performer": "Mitch Chaiet",
81
+ "duration": 43.1,
82
+ "fps": 60,
83
+ "frames": 2586,
84
+ "stages": {
85
+ "capture": {
86
+ "mp4": "media/dance/B_StretchDance/capture/B_StretchDance.mp4"
87
+ },
88
+ "retarget": {
89
+ "mp4": "media/dance/B_StretchDance/retarget/B_StretchDance_retarget.mp4"
90
+ },
91
+ "training": {
92
+ "mp4": "media/dance/B_StretchDance/training/B_StretchDance_training.mp4"
93
+ },
94
+ "policy": {
95
+ "mp4": "media/dance/B_StretchDance/policy/B_StretchDance_policy.mp4"
96
+ }
97
+ },
98
+ "has_policy": true
99
+ },
100
+ {
101
+ "id": "B_WiggleDance",
102
+ "name": "Wiggle Dance",
103
+ "category": "dance",
104
+ "performer": "Mitch Chaiet",
105
+ "duration": 37.28,
106
+ "fps": 60,
107
+ "frames": 2237,
108
+ "stages": {
109
+ "capture": {
110
+ "mp4": "media/dance/B_WiggleDance/capture/B_WiggleDance.mp4"
111
+ },
112
+ "retarget": {
113
+ "mp4": "media/dance/B_WiggleDance/retarget/B_WiggleDance_retarget.mp4"
114
+ },
115
+ "training": {
116
+ "mp4": "media/dance/B_WiggleDance/training/B_WiggleDance_training.mp4"
117
+ }
118
+ },
119
+ "has_policy": false
120
+ },
121
+ {
122
+ "id": "J_Dance0_StepTouch",
123
+ "name": "Dance 0 Step Touch",
124
+ "category": "dance",
125
+ "performer": "Jasmine Coro",
126
+ "duration": 32.48,
127
+ "fps": 60,
128
+ "frames": 1949,
129
+ "stages": {
130
+ "capture": {
131
+ "mp4": "media/dance/J_Dance0_StepTouch/capture/J_Dance0_StepTouch.mp4"
132
+ },
133
+ "retarget": {
134
+ "mp4": "media/dance/J_Dance0_StepTouch/retarget/J_Dance0_StepTouch_retarget.mp4"
135
+ },
136
+ "training": {
137
+ "mp4": "media/dance/J_Dance0_StepTouch/training/J_Dance0_StepTouch_training.mp4"
138
+ }
139
+ },
140
+ "has_policy": false
141
+ },
142
+ {
143
+ "id": "J_Dance11_Gnarly",
144
+ "name": "Dance 11 Gnarly",
145
+ "category": "dance",
146
+ "performer": "Jasmine Coro",
147
+ "duration": 45.15,
148
+ "fps": 60,
149
+ "frames": 2709,
150
+ "stages": {
151
+ "capture": {
152
+ "mp4": "media/dance/J_Dance11_Gnarly/capture/J_Dance11_Gnarly.mp4"
153
+ },
154
+ "retarget": {
155
+ "mp4": "media/dance/J_Dance11_Gnarly/retarget/J_Dance11_Gnarly_retarget.mp4"
156
+ },
157
+ "training": {
158
+ "mp4": "media/dance/J_Dance11_Gnarly/training/J_Dance11_Gnarly_training.mp4"
159
+ },
160
+ "policy": {
161
+ "mp4": "media/dance/J_Dance11_Gnarly/policy/J_Dance11_Gnarly_policy.mp4"
162
+ }
163
+ },
164
+ "has_policy": true
165
+ },
166
+ {
167
+ "id": "J_Dance12_LushLife",
168
+ "name": "Dance 12 Lush Life",
169
+ "category": "dance",
170
+ "performer": "Jasmine Coro",
171
+ "duration": 35.6,
172
+ "fps": 60,
173
+ "frames": 2136,
174
+ "stages": {
175
+ "capture": {
176
+ "mp4": "media/dance/J_Dance12_LushLife/capture/J_Dance12_LushLife.mp4"
177
+ },
178
+ "retarget": {
179
+ "mp4": "media/dance/J_Dance12_LushLife/retarget/J_Dance12_LushLife_retarget.mp4"
180
+ },
181
+ "training": {
182
+ "mp4": "media/dance/J_Dance12_LushLife/training/J_Dance12_LushLife_training.mp4"
183
+ }
184
+ },
185
+ "has_policy": false
186
+ },
187
+ {
188
+ "id": "J_Dance17_Shuffle",
189
+ "name": "Dance 17 Shuffle",
190
+ "category": "dance",
191
+ "performer": "Jasmine Coro",
192
+ "duration": 32.03,
193
+ "fps": 60,
194
+ "frames": 1922,
195
+ "stages": {
196
+ "capture": {
197
+ "mp4": "media/dance/J_Dance17_Shuffle/capture/J_Dance17_Shuffle.mp4"
198
+ },
199
+ "retarget": {
200
+ "mp4": "media/dance/J_Dance17_Shuffle/retarget/J_Dance17_Shuffle_retarget.mp4"
201
+ },
202
+ "training": {
203
+ "mp4": "media/dance/J_Dance17_Shuffle/training/J_Dance17_Shuffle_training.mp4"
204
+ }
205
+ },
206
+ "has_policy": false
207
+ },
208
+ {
209
+ "id": "J_Dance18_TikTok",
210
+ "name": "Dance 18 Tik Tok",
211
+ "category": "dance",
212
+ "performer": "Jasmine Coro",
213
+ "duration": 17.95,
214
+ "fps": 60,
215
+ "frames": 1077,
216
+ "stages": {
217
+ "capture": {
218
+ "mp4": "media/dance/J_Dance18_TikTok/capture/J_Dance18_TikTok.mp4"
219
+ },
220
+ "retarget": {
221
+ "mp4": "media/dance/J_Dance18_TikTok/retarget/J_Dance18_TikTok_retarget.mp4"
222
+ },
223
+ "training": {
224
+ "mp4": "media/dance/J_Dance18_TikTok/training/J_Dance18_TikTok_training.mp4"
225
+ }
226
+ },
227
+ "has_policy": false
228
+ },
229
+ {
230
+ "id": "J_Dance19_LetsGO",
231
+ "name": "Dance 19 Lets GO",
232
+ "category": "dance",
233
+ "performer": "Jasmine Coro",
234
+ "duration": 24.85,
235
+ "fps": 60,
236
+ "frames": 1491,
237
+ "stages": {
238
+ "capture": {
239
+ "mp4": "media/dance/J_Dance19_LetsGO/capture/J_Dance19_LetsGO.mp4"
240
+ },
241
+ "retarget": {
242
+ "mp4": "media/dance/J_Dance19_LetsGO/retarget/J_Dance19_LetsGO_retarget.mp4"
243
+ },
244
+ "training": {
245
+ "mp4": "media/dance/J_Dance19_LetsGO/training/J_Dance19_LetsGO_training.mp4"
246
+ }
247
+ },
248
+ "has_policy": false
249
+ },
250
+ {
251
+ "id": "J_Dance1_Modern",
252
+ "name": "Dance 1 Modern",
253
+ "category": "dance",
254
+ "performer": "Jasmine Coro",
255
+ "duration": 37.75,
256
+ "fps": 60,
257
+ "frames": 2265,
258
+ "stages": {
259
+ "capture": {
260
+ "mp4": "media/dance/J_Dance1_Modern/capture/J_Dance1_Modern.mp4"
261
+ },
262
+ "retarget": {
263
+ "mp4": "media/dance/J_Dance1_Modern/retarget/J_Dance1_Modern_retarget.mp4"
264
+ },
265
+ "training": {
266
+ "mp4": "media/dance/J_Dance1_Modern/training/J_Dance1_Modern_training.mp4"
267
+ }
268
+ },
269
+ "has_policy": false
270
+ },
271
+ {
272
+ "id": "J_Dance20_DWG",
273
+ "name": "Dance 20 DWG",
274
+ "category": "dance",
275
+ "performer": "Jasmine Coro",
276
+ "duration": 15.63,
277
+ "fps": 60,
278
+ "frames": 938,
279
+ "stages": {
280
+ "capture": {
281
+ "mp4": "media/dance/J_Dance20_DWG/capture/J_Dance20_DWG.mp4"
282
+ },
283
+ "retarget": {
284
+ "mp4": "media/dance/J_Dance20_DWG/retarget/J_Dance20_DWG_retarget.mp4"
285
+ },
286
+ "training": {
287
+ "mp4": "media/dance/J_Dance20_DWG/training/J_Dance20_DWG_training.mp4"
288
+ }
289
+ },
290
+ "has_policy": false
291
+ },
292
+ {
293
+ "id": "J_Dance21_Blunt",
294
+ "name": "Dance 21 Blunt",
295
+ "category": "dance",
296
+ "performer": "Jasmine Coro",
297
+ "duration": 28.75,
298
+ "fps": 60,
299
+ "frames": 1725,
300
+ "stages": {
301
+ "capture": {
302
+ "mp4": "media/dance/J_Dance21_Blunt/capture/J_Dance21_Blunt.mp4"
303
+ },
304
+ "retarget": {
305
+ "mp4": "media/dance/J_Dance21_Blunt/retarget/J_Dance21_Blunt_retarget.mp4"
306
+ },
307
+ "training": {
308
+ "mp4": "media/dance/J_Dance21_Blunt/training/J_Dance21_Blunt_training.mp4"
309
+ }
310
+ },
311
+ "has_policy": false
312
+ },
313
+ {
314
+ "id": "J_Dance22_Thrilling",
315
+ "name": "Dance 22 Thrilling",
316
+ "category": "dance",
317
+ "performer": "Jasmine Coro",
318
+ "duration": 26.98,
319
+ "fps": 60,
320
+ "frames": 1619,
321
+ "stages": {
322
+ "capture": {
323
+ "mp4": "media/dance/J_Dance22_Thrilling/capture/J_Dance22_Thrilling.mp4"
324
+ },
325
+ "retarget": {
326
+ "mp4": "media/dance/J_Dance22_Thrilling/retarget/J_Dance22_Thrilling_retarget.mp4"
327
+ },
328
+ "training": {
329
+ "mp4": "media/dance/J_Dance22_Thrilling/training/J_Dance22_Thrilling_training.mp4"
330
+ }
331
+ },
332
+ "has_policy": false
333
+ },
334
+ {
335
+ "id": "J_Dance23_MidnightSun",
336
+ "name": "Dance 23 Midnight Sun",
337
+ "category": "dance",
338
+ "performer": "Jasmine Coro",
339
+ "duration": 48.58,
340
+ "fps": 60,
341
+ "frames": 2915,
342
+ "stages": {
343
+ "capture": {
344
+ "mp4": "media/dance/J_Dance23_MidnightSun/capture/J_Dance23_MidnightSun.mp4"
345
+ },
346
+ "retarget": {
347
+ "mp4": "media/dance/J_Dance23_MidnightSun/retarget/J_Dance23_MidnightSun_retarget.mp4"
348
+ },
349
+ "training": {
350
+ "mp4": "media/dance/J_Dance23_MidnightSun/training/J_Dance23_MidnightSun_training.mp4"
351
+ },
352
+ "policy": {
353
+ "mp4": "media/dance/J_Dance23_MidnightSun/policy/J_Dance23_MidnightSun_policy.mp4"
354
+ }
355
+ },
356
+ "has_policy": true
357
+ },
358
+ {
359
+ "id": "J_Dance2_Salsa",
360
+ "name": "Dance 2 Salsa",
361
+ "category": "dance",
362
+ "performer": "Jasmine Coro",
363
+ "duration": 35.85,
364
+ "fps": 60,
365
+ "frames": 2151,
366
+ "stages": {
367
+ "capture": {
368
+ "mp4": "media/dance/J_Dance2_Salsa/capture/J_Dance2_Salsa.mp4"
369
+ },
370
+ "retarget": {
371
+ "mp4": "media/dance/J_Dance2_Salsa/retarget/J_Dance2_Salsa_retarget.mp4"
372
+ },
373
+ "training": {
374
+ "mp4": "media/dance/J_Dance2_Salsa/training/J_Dance2_Salsa_training.mp4"
375
+ }
376
+ },
377
+ "has_policy": false
378
+ },
379
+ {
380
+ "id": "J_Dance3_Woah",
381
+ "name": "Dance 3 Woah",
382
+ "category": "dance",
383
+ "performer": "Jasmine Coro",
384
+ "duration": 30.0,
385
+ "fps": 60,
386
+ "frames": 1800,
387
+ "stages": {
388
+ "capture": {
389
+ "mp4": "media/dance/J_Dance3_Woah/capture/J_Dance3_Woah.mp4"
390
+ },
391
+ "retarget": {
392
+ "mp4": "media/dance/J_Dance3_Woah/retarget/J_Dance3_Woah_retarget.mp4"
393
+ },
394
+ "training": {
395
+ "mp4": "media/dance/J_Dance3_Woah/training/J_Dance3_Woah_training.mp4"
396
+ }
397
+ },
398
+ "has_policy": false
399
+ },
400
+ {
401
+ "id": "J_Dance4_Broadway",
402
+ "name": "Dance 4 Broadway",
403
+ "category": "dance",
404
+ "performer": "Jasmine Coro",
405
+ "duration": 27.95,
406
+ "fps": 60,
407
+ "frames": 1677,
408
+ "stages": {
409
+ "capture": {
410
+ "mp4": "media/dance/J_Dance4_Broadway/capture/J_Dance4_Broadway.mp4"
411
+ },
412
+ "retarget": {
413
+ "mp4": "media/dance/J_Dance4_Broadway/retarget/J_Dance4_Broadway_retarget.mp4"
414
+ },
415
+ "training": {
416
+ "mp4": "media/dance/J_Dance4_Broadway/training/J_Dance4_Broadway_training.mp4"
417
+ }
418
+ },
419
+ "has_policy": false
420
+ },
421
+ {
422
+ "id": "J_Dance5_Hype",
423
+ "name": "Dance 5 Hype",
424
+ "category": "dance",
425
+ "performer": "Jasmine Coro",
426
+ "duration": 31.6,
427
+ "fps": 60,
428
+ "frames": 1896,
429
+ "stages": {
430
+ "capture": {
431
+ "mp4": "media/dance/J_Dance5_Hype/capture/J_Dance5_Hype.mp4"
432
+ },
433
+ "retarget": {
434
+ "mp4": "media/dance/J_Dance5_Hype/retarget/J_Dance5_Hype_retarget.mp4"
435
+ },
436
+ "training": {
437
+ "mp4": "media/dance/J_Dance5_Hype/training/J_Dance5_Hype_training.mp4"
438
+ }
439
+ },
440
+ "has_policy": false
441
+ },
442
+ {
443
+ "id": "J_Dance6_Sassy",
444
+ "name": "Dance 6 Sassy",
445
+ "category": "dance",
446
+ "performer": "Jasmine Coro",
447
+ "duration": 31.9,
448
+ "fps": 60,
449
+ "frames": 1914,
450
+ "stages": {
451
+ "capture": {
452
+ "mp4": "media/dance/J_Dance6_Sassy/capture/J_Dance6_Sassy.mp4"
453
+ },
454
+ "retarget": {
455
+ "mp4": "media/dance/J_Dance6_Sassy/retarget/J_Dance6_Sassy_retarget.mp4"
456
+ },
457
+ "training": {
458
+ "mp4": "media/dance/J_Dance6_Sassy/training/J_Dance6_Sassy_training.mp4"
459
+ }
460
+ },
461
+ "has_policy": false
462
+ },
463
+ {
464
+ "id": "J_Dance7_Party",
465
+ "name": "Dance 7 Party",
466
+ "category": "dance",
467
+ "performer": "Jasmine Coro",
468
+ "duration": 46.22,
469
+ "fps": 60,
470
+ "frames": 2773,
471
+ "stages": {
472
+ "capture": {
473
+ "mp4": "media/dance/J_Dance7_Party/capture/J_Dance7_Party.mp4"
474
+ },
475
+ "retarget": {
476
+ "mp4": "media/dance/J_Dance7_Party/retarget/J_Dance7_Party_retarget.mp4"
477
+ },
478
+ "training": {
479
+ "mp4": "media/dance/J_Dance7_Party/training/J_Dance7_Party_training.mp4"
480
+ },
481
+ "policy": {
482
+ "mp4": "media/dance/J_Dance7_Party/policy/J_Dance7_Party_policy.mp4"
483
+ }
484
+ },
485
+ "has_policy": true
486
+ },
487
+ {
488
+ "id": "J_Dance8_WestCoast",
489
+ "name": "Dance 8 West Coast",
490
+ "category": "dance",
491
+ "performer": "Jasmine Coro",
492
+ "duration": 39.92,
493
+ "fps": 60,
494
+ "frames": 2395,
495
+ "stages": {
496
+ "capture": {
497
+ "mp4": "media/dance/J_Dance8_WestCoast/capture/J_Dance8_WestCoast.mp4"
498
+ },
499
+ "retarget": {
500
+ "mp4": "media/dance/J_Dance8_WestCoast/retarget/J_Dance8_WestCoast_retarget.mp4"
501
+ },
502
+ "training": {
503
+ "mp4": "media/dance/J_Dance8_WestCoast/training/J_Dance8_WestCoast_training.mp4"
504
+ },
505
+ "policy": {
506
+ "mp4": "media/dance/J_Dance8_WestCoast/policy/J_Dance8_WestCoast_policy.mp4"
507
+ }
508
+ },
509
+ "has_policy": true
510
+ },
511
+ {
512
+ "id": "J_Dance9_PeaceMaker",
513
+ "name": "Dance 9 Peace Maker",
514
+ "category": "dance",
515
+ "performer": "Jasmine Coro",
516
+ "duration": 58.35,
517
+ "fps": 60,
518
+ "frames": 3501,
519
+ "stages": {
520
+ "capture": {
521
+ "mp4": "media/dance/J_Dance9_PeaceMaker/capture/J_Dance9_PeaceMaker.mp4"
522
+ },
523
+ "retarget": {
524
+ "mp4": "media/dance/J_Dance9_PeaceMaker/retarget/J_Dance9_PeaceMaker_retarget.mp4"
525
+ },
526
+ "training": {
527
+ "mp4": "media/dance/J_Dance9_PeaceMaker/training/J_Dance9_PeaceMaker_training.mp4"
528
+ },
529
+ "policy": {
530
+ "mp4": "media/dance/J_Dance9_PeaceMaker/policy/J_Dance9_PeaceMaker_policy.mp4"
531
+ }
532
+ },
533
+ "has_policy": true
534
+ },
535
+ {
536
+ "id": "J_ShortDance13_SingleLadies",
537
+ "name": "Short Dance 13 Single Ladies",
538
+ "category": "dance",
539
+ "performer": "Jasmine Coro",
540
+ "duration": 14.03,
541
+ "fps": 60,
542
+ "frames": 842,
543
+ "stages": {
544
+ "capture": {
545
+ "mp4": "media/dance/J_ShortDance13_SingleLadies/capture/J_ShortDance13_SingleLadies.mp4"
546
+ },
547
+ "retarget": {
548
+ "mp4": "media/dance/J_ShortDance13_SingleLadies/retarget/J_ShortDance13_SingleLadies_retarget.mp4"
549
+ },
550
+ "training": {
551
+ "mp4": "media/dance/J_ShortDance13_SingleLadies/training/J_ShortDance13_SingleLadies_training.mp4"
552
+ }
553
+ },
554
+ "has_policy": false
555
+ },
556
+ {
557
+ "id": "J_ShortDance14_Disco",
558
+ "name": "Short Dance 14 Disco",
559
+ "category": "dance",
560
+ "performer": "Jasmine Coro",
561
+ "duration": 14.3,
562
+ "fps": 60,
563
+ "frames": 858,
564
+ "stages": {
565
+ "capture": {
566
+ "mp4": "media/dance/J_ShortDance14_Disco/capture/J_ShortDance14_Disco.mp4"
567
+ },
568
+ "retarget": {
569
+ "mp4": "media/dance/J_ShortDance14_Disco/retarget/J_ShortDance14_Disco_retarget.mp4"
570
+ },
571
+ "training": {
572
+ "mp4": "media/dance/J_ShortDance14_Disco/training/J_ShortDance14_Disco_training.mp4"
573
+ }
574
+ },
575
+ "has_policy": false
576
+ },
577
+ {
578
+ "id": "J_ShortDance15_Nineties",
579
+ "name": "Short Dance 15 Nineties",
580
+ "category": "dance",
581
+ "performer": "Jasmine Coro",
582
+ "duration": 13.12,
583
+ "fps": 60,
584
+ "frames": 787,
585
+ "stages": {
586
+ "capture": {
587
+ "mp4": "media/dance/J_ShortDance15_Nineties/capture/J_ShortDance15_Nineties.mp4"
588
+ },
589
+ "retarget": {
590
+ "mp4": "media/dance/J_ShortDance15_Nineties/retarget/J_ShortDance15_Nineties_retarget.mp4"
591
+ },
592
+ "training": {
593
+ "mp4": "media/dance/J_ShortDance15_Nineties/training/J_ShortDance15_Nineties_training.mp4"
594
+ }
595
+ },
596
+ "has_policy": false
597
+ },
598
+ {
599
+ "id": "J_ShortDance16_JazzWalk",
600
+ "name": "Short Dance 16 Jazz Walk",
601
+ "category": "dance",
602
+ "performer": "Jasmine Coro",
603
+ "duration": 10.62,
604
+ "fps": 60,
605
+ "frames": 637,
606
+ "stages": {
607
+ "capture": {
608
+ "mp4": "media/dance/J_ShortDance16_JazzWalk/capture/J_ShortDance16_JazzWalk.mp4"
609
+ },
610
+ "retarget": {
611
+ "mp4": "media/dance/J_ShortDance16_JazzWalk/retarget/J_ShortDance16_JazzWalk_retarget.mp4"
612
+ },
613
+ "training": {
614
+ "mp4": "media/dance/J_ShortDance16_JazzWalk/training/J_ShortDance16_JazzWalk_training.mp4"
615
+ }
616
+ },
617
+ "has_policy": false
618
+ },
619
+ {
620
+ "id": "B_AttackKarate",
621
+ "name": "Attack Karate",
622
+ "category": "karate",
623
+ "performer": "Mitch Chaiet",
624
+ "duration": 47.18,
625
+ "fps": 60,
626
+ "frames": 2831,
627
+ "stages": {
628
+ "capture": {
629
+ "mp4": "media/karate/B_AttackKarate/capture/B_AttackKarate.mp4"
630
+ },
631
+ "retarget": {
632
+ "mp4": "media/karate/B_AttackKarate/retarget/B_AttackKarate_retarget.mp4"
633
+ },
634
+ "training": {
635
+ "mp4": "media/karate/B_AttackKarate/training/B_AttackKarate_training.mp4"
636
+ },
637
+ "policy": {
638
+ "mp4": "media/karate/B_AttackKarate/policy/B_AttackKarate_policy.mp4"
639
+ }
640
+ },
641
+ "has_policy": true
642
+ },
643
+ {
644
+ "id": "B_BowKarate",
645
+ "name": "Bow Karate",
646
+ "category": "karate",
647
+ "performer": "Mitch Chaiet",
648
+ "duration": 37.57,
649
+ "fps": 60,
650
+ "frames": 2254,
651
+ "stages": {
652
+ "capture": {
653
+ "mp4": "media/karate/B_BowKarate/capture/B_BowKarate.mp4"
654
+ },
655
+ "retarget": {
656
+ "mp4": "media/karate/B_BowKarate/retarget/B_BowKarate_retarget.mp4"
657
+ },
658
+ "training": {
659
+ "mp4": "media/karate/B_BowKarate/training/B_BowKarate_training.mp4"
660
+ }
661
+ },
662
+ "has_policy": false
663
+ },
664
+ {
665
+ "id": "B_ChopsKarate",
666
+ "name": "Chops Karate",
667
+ "category": "karate",
668
+ "performer": "Mitch Chaiet",
669
+ "duration": 52.67,
670
+ "fps": 60,
671
+ "frames": 3160,
672
+ "stages": {
673
+ "capture": {
674
+ "mp4": "media/karate/B_ChopsKarate/capture/B_ChopsKarate.mp4"
675
+ },
676
+ "retarget": {
677
+ "mp4": "media/karate/B_ChopsKarate/retarget/B_ChopsKarate_retarget.mp4"
678
+ },
679
+ "training": {
680
+ "mp4": "media/karate/B_ChopsKarate/training/B_ChopsKarate_training.mp4"
681
+ },
682
+ "policy": {
683
+ "mp4": "media/karate/B_ChopsKarate/policy/B_ChopsKarate_policy.mp4"
684
+ }
685
+ },
686
+ "has_policy": true
687
+ },
688
+ {
689
+ "id": "B_CrazyChopsKarate",
690
+ "name": "Crazy Chops Karate",
691
+ "category": "karate",
692
+ "performer": "Mitch Chaiet",
693
+ "duration": 24.2,
694
+ "fps": 60,
695
+ "frames": 1452,
696
+ "stages": {
697
+ "capture": {
698
+ "mp4": "media/karate/B_CrazyChopsKarate/capture/B_CrazyChopsKarate.mp4"
699
+ },
700
+ "retarget": {
701
+ "mp4": "media/karate/B_CrazyChopsKarate/retarget/B_CrazyChopsKarate_retarget.mp4"
702
+ },
703
+ "training": {
704
+ "mp4": "media/karate/B_CrazyChopsKarate/training/B_CrazyChopsKarate_training.mp4"
705
+ }
706
+ },
707
+ "has_policy": false
708
+ },
709
+ {
710
+ "id": "B_ForwardKarate",
711
+ "name": "Forward Karate",
712
+ "category": "karate",
713
+ "performer": "Mitch Chaiet",
714
+ "duration": 36.33,
715
+ "fps": 60,
716
+ "frames": 2180,
717
+ "stages": {
718
+ "capture": {
719
+ "mp4": "media/karate/B_ForwardKarate/capture/B_ForwardKarate.mp4"
720
+ },
721
+ "retarget": {
722
+ "mp4": "media/karate/B_ForwardKarate/retarget/B_ForwardKarate_retarget.mp4"
723
+ },
724
+ "training": {
725
+ "mp4": "media/karate/B_ForwardKarate/training/B_ForwardKarate_training.mp4"
726
+ }
727
+ },
728
+ "has_policy": false
729
+ },
730
+ {
731
+ "id": "B_LongKarate",
732
+ "name": "Long Karate",
733
+ "category": "karate",
734
+ "performer": "Mitch Chaiet",
735
+ "duration": 48.02,
736
+ "fps": 60,
737
+ "frames": 2881,
738
+ "stages": {
739
+ "capture": {
740
+ "mp4": "media/karate/B_LongKarate/capture/B_LongKarate.mp4"
741
+ },
742
+ "retarget": {
743
+ "mp4": "media/karate/B_LongKarate/retarget/B_LongKarate_retarget.mp4"
744
+ },
745
+ "training": {
746
+ "mp4": "media/karate/B_LongKarate/training/B_LongKarate_training.mp4"
747
+ },
748
+ "policy": {
749
+ "mp4": "media/karate/B_LongKarate/policy/B_LongKarate_policy.mp4"
750
+ }
751
+ },
752
+ "has_policy": true
753
+ },
754
+ {
755
+ "id": "B_SpinKarate",
756
+ "name": "Spin Karate",
757
+ "category": "karate",
758
+ "performer": "Mitch Chaiet",
759
+ "duration": 25.67,
760
+ "fps": 60,
761
+ "frames": 1540,
762
+ "stages": {
763
+ "capture": {
764
+ "mp4": "media/karate/B_SpinKarate/capture/B_SpinKarate.mp4"
765
+ },
766
+ "retarget": {
767
+ "mp4": "media/karate/B_SpinKarate/retarget/B_SpinKarate_retarget.mp4"
768
+ },
769
+ "training": {
770
+ "mp4": "media/karate/B_SpinKarate/training/B_SpinKarate_training.mp4"
771
+ }
772
+ },
773
+ "has_policy": false
774
+ },
775
+ {
776
+ "id": "M_Move1",
777
+ "name": "Move 1: Guard Combo",
778
+ "category": "karate",
779
+ "performer": "Mike Gassaway",
780
+ "duration": 31.17,
781
+ "fps": 60,
782
+ "frames": 1870,
783
+ "stages": {
784
+ "capture": {
785
+ "mp4": "media/karate/M_Move1/capture/M_Move1.mp4"
786
+ },
787
+ "retarget": {
788
+ "mp4": "media/karate/M_Move1/retarget/M_Move1_retarget.mp4"
789
+ },
790
+ "training": {
791
+ "mp4": "media/karate/M_Move1/training/M_Move1_training.mp4"
792
+ }
793
+ },
794
+ "has_policy": false
795
+ },
796
+ {
797
+ "id": "M_Move10",
798
+ "name": "Move 10: Side Kick",
799
+ "category": "karate",
800
+ "performer": "Mike Gassaway",
801
+ "duration": 30.53,
802
+ "fps": 60,
803
+ "frames": 1832,
804
+ "stages": {
805
+ "capture": {
806
+ "mp4": "media/karate/M_Move10/capture/M_Move10.mp4"
807
+ },
808
+ "retarget": {
809
+ "mp4": "media/karate/M_Move10/retarget/M_Move10_retarget.mp4"
810
+ },
811
+ "training": {
812
+ "mp4": "media/karate/M_Move10/training/M_Move10_training.mp4"
813
+ }
814
+ },
815
+ "has_policy": false
816
+ },
817
+ {
818
+ "id": "M_Move11",
819
+ "name": "Move 11: Blitz",
820
+ "category": "karate",
821
+ "performer": "Mike Gassaway",
822
+ "duration": 16.6,
823
+ "fps": 60,
824
+ "frames": 996,
825
+ "stages": {
826
+ "capture": {
827
+ "mp4": "media/karate/M_Move11/capture/M_Move11.mp4"
828
+ },
829
+ "retarget": {
830
+ "mp4": "media/karate/M_Move11/retarget/M_Move11_retarget.mp4"
831
+ },
832
+ "training": {
833
+ "mp4": "media/karate/M_Move11/training/M_Move11_training.mp4"
834
+ }
835
+ },
836
+ "has_policy": false
837
+ },
838
+ {
839
+ "id": "M_Move17",
840
+ "name": "Move 17: Double Strike",
841
+ "category": "karate",
842
+ "performer": "Mike Gassaway",
843
+ "duration": 26.63,
844
+ "fps": 60,
845
+ "frames": 1598,
846
+ "stages": {
847
+ "capture": {
848
+ "mp4": "media/karate/M_Move17/capture/M_Move17.mp4"
849
+ },
850
+ "retarget": {
851
+ "mp4": "media/karate/M_Move17/retarget/M_Move17_retarget.mp4"
852
+ },
853
+ "training": {
854
+ "mp4": "media/karate/M_Move17/training/M_Move17_training.mp4"
855
+ }
856
+ },
857
+ "has_policy": false
858
+ },
859
+ {
860
+ "id": "M_Move18",
861
+ "name": "Move 18: Front Kick",
862
+ "category": "karate",
863
+ "performer": "Mike Gassaway",
864
+ "duration": 16.72,
865
+ "fps": 60,
866
+ "frames": 1003,
867
+ "stages": {
868
+ "capture": {
869
+ "mp4": "media/karate/M_Move18/capture/M_Move18.mp4"
870
+ },
871
+ "retarget": {
872
+ "mp4": "media/karate/M_Move18/retarget/M_Move18_retarget.mp4"
873
+ },
874
+ "training": {
875
+ "mp4": "media/karate/M_Move18/training/M_Move18_training.mp4"
876
+ }
877
+ },
878
+ "has_policy": false
879
+ },
880
+ {
881
+ "id": "M_Move19",
882
+ "name": "Move 19: Slow Kata",
883
+ "category": "karate",
884
+ "performer": "Mike Gassaway",
885
+ "duration": 16.87,
886
+ "fps": 60,
887
+ "frames": 1012,
888
+ "stages": {
889
+ "capture": {
890
+ "mp4": "media/karate/M_Move19/capture/M_Move19.mp4"
891
+ },
892
+ "retarget": {
893
+ "mp4": "media/karate/M_Move19/retarget/M_Move19_retarget.mp4"
894
+ },
895
+ "training": {
896
+ "mp4": "media/karate/M_Move19/training/M_Move19_training.mp4"
897
+ }
898
+ },
899
+ "has_policy": false
900
+ },
901
+ {
902
+ "id": "M_Move2",
903
+ "name": "Move 2: Low Punch",
904
+ "category": "karate",
905
+ "performer": "Mike Gassaway",
906
+ "duration": 36.45,
907
+ "fps": 60,
908
+ "frames": 2187,
909
+ "stages": {
910
+ "capture": {
911
+ "mp4": "media/karate/M_Move2/capture/M_Move2.mp4"
912
+ },
913
+ "retarget": {
914
+ "mp4": "media/karate/M_Move2/retarget/M_Move2_retarget.mp4"
915
+ },
916
+ "training": {
917
+ "mp4": "media/karate/M_Move2/training/M_Move2_training.mp4"
918
+ }
919
+ },
920
+ "has_policy": false
921
+ },
922
+ {
923
+ "id": "M_Move20",
924
+ "name": "Move 20: Open Strike",
925
+ "category": "karate",
926
+ "performer": "Mike Gassaway",
927
+ "duration": 23.57,
928
+ "fps": 60,
929
+ "frames": 1414,
930
+ "stages": {
931
+ "capture": {
932
+ "mp4": "media/karate/M_Move20/capture/M_Move20.mp4"
933
+ },
934
+ "retarget": {
935
+ "mp4": "media/karate/M_Move20/retarget/M_Move20_retarget.mp4"
936
+ },
937
+ "training": {
938
+ "mp4": "media/karate/M_Move20/training/M_Move20_training.mp4"
939
+ }
940
+ },
941
+ "has_policy": false
942
+ },
943
+ {
944
+ "id": "M_Move3",
945
+ "name": "Move 3: Horse Stance",
946
+ "category": "karate",
947
+ "performer": "Mike Gassaway",
948
+ "duration": 31.97,
949
+ "fps": 60,
950
+ "frames": 1918,
951
+ "stages": {
952
+ "capture": {
953
+ "mp4": "media/karate/M_Move3/capture/M_Move3.mp4"
954
+ },
955
+ "retarget": {
956
+ "mp4": "media/karate/M_Move3/retarget/M_Move3_retarget.mp4"
957
+ },
958
+ "training": {
959
+ "mp4": "media/karate/M_Move3/training/M_Move3_training.mp4"
960
+ }
961
+ },
962
+ "has_policy": false
963
+ },
964
+ {
965
+ "id": "M_Move4",
966
+ "name": "Move 4: Spin Punch",
967
+ "category": "karate",
968
+ "performer": "Mike Gassaway",
969
+ "duration": 29.25,
970
+ "fps": 60,
971
+ "frames": 1755,
972
+ "stages": {
973
+ "capture": {
974
+ "mp4": "media/karate/M_Move4/capture/M_Move4.mp4"
975
+ },
976
+ "retarget": {
977
+ "mp4": "media/karate/M_Move4/retarget/M_Move4_retarget.mp4"
978
+ },
979
+ "training": {
980
+ "mp4": "media/karate/M_Move4/training/M_Move4_training.mp4"
981
+ }
982
+ },
983
+ "has_policy": false
984
+ },
985
+ {
986
+ "id": "M_Move5",
987
+ "name": "Move 5: Twist Punch",
988
+ "category": "karate",
989
+ "performer": "Mike Gassaway",
990
+ "duration": 35.98,
991
+ "fps": 60,
992
+ "frames": 2159,
993
+ "stages": {
994
+ "capture": {
995
+ "mp4": "media/karate/M_Move5/capture/M_Move5.mp4"
996
+ },
997
+ "retarget": {
998
+ "mp4": "media/karate/M_Move5/retarget/M_Move5_retarget.mp4"
999
+ },
1000
+ "training": {
1001
+ "mp4": "media/karate/M_Move5/training/M_Move5_training.mp4"
1002
+ }
1003
+ },
1004
+ "has_policy": false
1005
+ },
1006
+ {
1007
+ "id": "M_Move6",
1008
+ "name": "Move 6: Spin Strike",
1009
+ "category": "karate",
1010
+ "performer": "Mike Gassaway",
1011
+ "duration": 35.62,
1012
+ "fps": 60,
1013
+ "frames": 2137,
1014
+ "stages": {
1015
+ "capture": {
1016
+ "mp4": "media/karate/M_Move6/capture/M_Move6.mp4"
1017
+ },
1018
+ "retarget": {
1019
+ "mp4": "media/karate/M_Move6/retarget/M_Move6_retarget.mp4"
1020
+ },
1021
+ "training": {
1022
+ "mp4": "media/karate/M_Move6/training/M_Move6_training.mp4"
1023
+ }
1024
+ },
1025
+ "has_policy": false
1026
+ },
1027
+ {
1028
+ "id": "M_Move7",
1029
+ "name": "Move 7: Rapid Punch",
1030
+ "category": "karate",
1031
+ "performer": "Mike Gassaway",
1032
+ "duration": 23.82,
1033
+ "fps": 60,
1034
+ "frames": 1429,
1035
+ "stages": {
1036
+ "capture": {
1037
+ "mp4": "media/karate/M_Move7/capture/M_Move7.mp4"
1038
+ },
1039
+ "retarget": {
1040
+ "mp4": "media/karate/M_Move7/retarget/M_Move7_retarget.mp4"
1041
+ },
1042
+ "training": {
1043
+ "mp4": "media/karate/M_Move7/training/M_Move7_training.mp4"
1044
+ }
1045
+ },
1046
+ "has_policy": false
1047
+ },
1048
+ {
1049
+ "id": "M_Move8",
1050
+ "name": "Move 8: Drop Spin",
1051
+ "category": "karate",
1052
+ "performer": "Mike Gassaway",
1053
+ "duration": 14.05,
1054
+ "fps": 60,
1055
+ "frames": 843,
1056
+ "stages": {
1057
+ "capture": {
1058
+ "mp4": "media/karate/M_Move8/capture/M_Move8.mp4"
1059
+ },
1060
+ "retarget": {
1061
+ "mp4": "media/karate/M_Move8/retarget/M_Move8_retarget.mp4"
1062
+ },
1063
+ "training": {
1064
+ "mp4": "media/karate/M_Move8/training/M_Move8_training.mp4"
1065
+ }
1066
+ },
1067
+ "has_policy": false
1068
+ },
1069
+ {
1070
+ "id": "M_Move9",
1071
+ "name": "Move 9: Level Change",
1072
+ "category": "karate",
1073
+ "performer": "Mike Gassaway",
1074
+ "duration": 27.3,
1075
+ "fps": 60,
1076
+ "frames": 1638,
1077
+ "stages": {
1078
+ "capture": {
1079
+ "mp4": "media/karate/M_Move9/capture/M_Move9.mp4"
1080
+ },
1081
+ "retarget": {
1082
+ "mp4": "media/karate/M_Move9/retarget/M_Move9_retarget.mp4"
1083
+ },
1084
+ "training": {
1085
+ "mp4": "media/karate/M_Move9/training/M_Move9_training.mp4"
1086
+ }
1087
+ },
1088
+ "has_policy": false
1089
+ },
1090
+ {
1091
+ "id": "M_ShortMove12",
1092
+ "name": "Short Move 12: Quick Jab",
1093
+ "category": "karate",
1094
+ "performer": "Mike Gassaway",
1095
+ "duration": 7.78,
1096
+ "fps": 60,
1097
+ "frames": 467,
1098
+ "stages": {
1099
+ "capture": {
1100
+ "mp4": "media/karate/M_ShortMove12/capture/M_ShortMove12.mp4"
1101
+ },
1102
+ "retarget": {
1103
+ "mp4": "media/karate/M_ShortMove12/retarget/M_ShortMove12_retarget.mp4"
1104
+ },
1105
+ "training": {
1106
+ "mp4": "media/karate/M_ShortMove12/training/M_ShortMove12_training.mp4"
1107
+ }
1108
+ },
1109
+ "has_policy": false
1110
+ },
1111
+ {
1112
+ "id": "M_ShortMove13",
1113
+ "name": "Short Move 13: Snap Kick",
1114
+ "category": "karate",
1115
+ "performer": "Mike Gassaway",
1116
+ "duration": 8.98,
1117
+ "fps": 60,
1118
+ "frames": 539,
1119
+ "stages": {
1120
+ "capture": {
1121
+ "mp4": "media/karate/M_ShortMove13/capture/M_ShortMove13.mp4"
1122
+ },
1123
+ "retarget": {
1124
+ "mp4": "media/karate/M_ShortMove13/retarget/M_ShortMove13_retarget.mp4"
1125
+ },
1126
+ "training": {
1127
+ "mp4": "media/karate/M_ShortMove13/training/M_ShortMove13_training.mp4"
1128
+ }
1129
+ },
1130
+ "has_policy": false
1131
+ },
1132
+ {
1133
+ "id": "M_ShortMove14",
1134
+ "name": "Short Move 14: Light Punch",
1135
+ "category": "karate",
1136
+ "performer": "Mike Gassaway",
1137
+ "duration": 6.55,
1138
+ "fps": 60,
1139
+ "frames": 393,
1140
+ "stages": {
1141
+ "capture": {
1142
+ "mp4": "media/karate/M_ShortMove14/capture/M_ShortMove14.mp4"
1143
+ },
1144
+ "retarget": {
1145
+ "mp4": "media/karate/M_ShortMove14/retarget/M_ShortMove14_retarget.mp4"
1146
+ },
1147
+ "training": {
1148
+ "mp4": "media/karate/M_ShortMove14/training/M_ShortMove14_training.mp4"
1149
+ }
1150
+ },
1151
+ "has_policy": false
1152
+ },
1153
+ {
1154
+ "id": "M_ShortMove15",
1155
+ "name": "Short Move 15: Drop Strike",
1156
+ "category": "karate",
1157
+ "performer": "Mike Gassaway",
1158
+ "duration": 6.8,
1159
+ "fps": 60,
1160
+ "frames": 408,
1161
+ "stages": {
1162
+ "capture": {
1163
+ "mp4": "media/karate/M_ShortMove15/capture/M_ShortMove15.mp4"
1164
+ },
1165
+ "retarget": {
1166
+ "mp4": "media/karate/M_ShortMove15/retarget/M_ShortMove15_retarget.mp4"
1167
+ },
1168
+ "training": {
1169
+ "mp4": "media/karate/M_ShortMove15/training/M_ShortMove15_training.mp4"
1170
+ }
1171
+ },
1172
+ "has_policy": false
1173
+ },
1174
+ {
1175
+ "id": "M_ShortMove16",
1176
+ "name": "Short Move 16: Power Burst",
1177
+ "category": "karate",
1178
+ "performer": "Mike Gassaway",
1179
+ "duration": 7.38,
1180
+ "fps": 60,
1181
+ "frames": 443,
1182
+ "stages": {
1183
+ "capture": {
1184
+ "mp4": "media/karate/M_ShortMove16/capture/M_ShortMove16.mp4"
1185
+ },
1186
+ "retarget": {
1187
+ "mp4": "media/karate/M_ShortMove16/retarget/M_ShortMove16_retarget.mp4"
1188
+ },
1189
+ "training": {
1190
+ "mp4": "media/karate/M_ShortMove16/training/M_ShortMove16_training.mp4"
1191
+ }
1192
+ },
1193
+ "has_policy": false
1194
+ },
1195
+ {
1196
+ "id": "B_Fence1",
1197
+ "name": "Fence 1",
1198
+ "category": "bonus",
1199
+ "performer": "Mitch Chaiet",
1200
+ "duration": 27.0,
1201
+ "fps": 60,
1202
+ "frames": 1620,
1203
+ "stages": {
1204
+ "capture": {
1205
+ "mp4": "media/bonus/B_Fence1/capture/B_Fence1.mp4"
1206
+ },
1207
+ "retarget": {
1208
+ "mp4": "media/bonus/B_Fence1/retarget/B_Fence1_retarget.mp4"
1209
+ },
1210
+ "training": {
1211
+ "mp4": "media/bonus/B_Fence1/training/B_Fence1_training.mp4"
1212
+ },
1213
+ "policy": {
1214
+ "mp4": "media/bonus/B_Fence1/policy/B_Fence1_policy.mp4"
1215
+ }
1216
+ },
1217
+ "has_policy": true
1218
+ },
1219
+ {
1220
+ "id": "B_Fence2",
1221
+ "name": "Fence 2",
1222
+ "category": "bonus",
1223
+ "performer": "Mitch Chaiet",
1224
+ "duration": 10.63,
1225
+ "fps": 60,
1226
+ "frames": 638,
1227
+ "stages": {
1228
+ "capture": {
1229
+ "mp4": "media/bonus/B_Fence2/capture/B_Fence2.mp4"
1230
+ },
1231
+ "retarget": {
1232
+ "mp4": "media/bonus/B_Fence2/retarget/B_Fence2_retarget.mp4"
1233
+ },
1234
+ "training": {
1235
+ "mp4": "media/bonus/B_Fence2/training/B_Fence2_training.mp4"
1236
+ },
1237
+ "policy": {
1238
+ "mp4": "media/bonus/B_Fence2/policy/B_Fence2_policy.mp4"
1239
+ }
1240
+ },
1241
+ "has_policy": true
1242
+ },
1243
+ {
1244
+ "id": "B_HandsChop",
1245
+ "name": "Hands Chop",
1246
+ "category": "bonus",
1247
+ "performer": "Mitch Chaiet",
1248
+ "duration": 29.43,
1249
+ "fps": 60,
1250
+ "frames": 1766,
1251
+ "stages": {
1252
+ "capture": {
1253
+ "mp4": "media/bonus/B_HandsChop/capture/B_HandsChop.mp4"
1254
+ },
1255
+ "retarget": {
1256
+ "mp4": "media/bonus/B_HandsChop/retarget/B_HandsChop_retarget.mp4"
1257
+ },
1258
+ "training": {
1259
+ "mp4": "media/bonus/B_HandsChop/training/B_HandsChop_training.mp4"
1260
+ },
1261
+ "policy": {
1262
+ "mp4": "media/bonus/B_HandsChop/policy/B_HandsChop_policy.mp4"
1263
+ }
1264
+ },
1265
+ "has_policy": true
1266
+ },
1267
+ {
1268
+ "id": "B_HandsUp",
1269
+ "name": "Hands Up",
1270
+ "category": "bonus",
1271
+ "performer": "Mitch Chaiet",
1272
+ "duration": 7.37,
1273
+ "fps": 60,
1274
+ "frames": 442,
1275
+ "stages": {
1276
+ "capture": {
1277
+ "mp4": "media/bonus/B_HandsUp/capture/B_HandsUp.mp4"
1278
+ },
1279
+ "retarget": {
1280
+ "mp4": "media/bonus/B_HandsUp/retarget/B_HandsUp_retarget.mp4"
1281
+ },
1282
+ "training": {
1283
+ "mp4": "media/bonus/B_HandsUp/training/B_HandsUp_training.mp4"
1284
+ },
1285
+ "policy": {
1286
+ "mp4": "media/bonus/B_HandsUp/policy/B_HandsUp_policy.mp4"
1287
+ }
1288
+ },
1289
+ "has_policy": true
1290
+ }
1291
+ ],
1292
+ "stats": {
1293
+ "dance": 28,
1294
+ "karate": 27,
1295
+ "bonus": 4,
1296
+ "policies": 16,
1297
+ "total": 59
1298
+ }
1299
+ }
space/g1-moves/CLAUDE.md ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ <claude-mem-context>
2
+ # Recent Activity
3
+
4
+ <!-- This section is auto-generated by claude-mem. Edit content outside the tags. -->
5
+
6
+ *No recent activity*
7
+ </claude-mem-context>
space/g1-moves/space/CLAUDE.md ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ <claude-mem-context>
2
+ # Recent Activity
3
+
4
+ <!-- This section is auto-generated by claude-mem. Edit content outside the tags. -->
5
+
6
+ *No recent activity*
7
+ </claude-mem-context>
space/generate_data.py ADDED
@@ -0,0 +1,150 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env python3
2
+ """Generate data.json for the G1 Moves showcase site.
3
+
4
+ Reads manifest.json + scans the filesystem to determine which media
5
+ files (GIF/MP4) exist for each clip at each pipeline stage.
6
+
7
+ Usage:
8
+ python generate_data.py # from space/ directory
9
+ python generate_data.py --repo /path/to/g1-moves
10
+ """
11
+
12
+ import argparse
13
+ import json
14
+ import re
15
+ from pathlib import Path
16
+
17
+ STAGES = ["capture", "retarget", "training", "policy"]
18
+
19
+ # Descriptive subtitles for karate moves (from README)
20
+ KARATE_SUBTITLES = {
21
+ "M_Move1": "Guard Combo",
22
+ "M_Move2": "Low Punch",
23
+ "M_Move3": "Horse Stance",
24
+ "M_Move4": "Spin Punch",
25
+ "M_Move5": "Twist Punch",
26
+ "M_Move6": "Spin Strike",
27
+ "M_Move7": "Rapid Punch",
28
+ "M_Move8": "Drop Spin",
29
+ "M_Move9": "Level Change",
30
+ "M_Move10": "Side Kick",
31
+ "M_Move11": "Blitz",
32
+ "M_Move17": "Double Strike",
33
+ "M_Move18": "Front Kick",
34
+ "M_Move19": "Slow Kata",
35
+ "M_Move20": "Open Strike",
36
+ "M_ShortMove12": "Quick Jab",
37
+ "M_ShortMove13": "Snap Kick",
38
+ "M_ShortMove14": "Light Punch",
39
+ "M_ShortMove15": "Drop Strike",
40
+ "M_ShortMove16": "Power Burst",
41
+ }
42
+
43
+
44
+ def format_display_name(clip_id: str) -> str:
45
+ """Convert clip ID to human-readable name."""
46
+ name = re.sub(r"^[BJMV]_", "", clip_id)
47
+ name = re.sub(r"([a-z\d])([A-Z])", r"\1 \2", name)
48
+ name = re.sub(r"([A-Za-z])(\d)", r"\1 \2", name)
49
+ name = name.replace("_", " ")
50
+ return name
51
+
52
+
53
+ def get_media_file(clip_id: str, stage: str) -> str:
54
+ """Return the expected GIF filename for a clip at a given stage."""
55
+ if stage == "capture":
56
+ return f"{clip_id}.gif"
57
+ return f"{clip_id}_{stage}.gif"
58
+
59
+
60
+ def scan_stage(repo: Path, category: str, clip_id: str, stage: str) -> dict | None:
61
+ """Check for media files at a pipeline stage. Returns paths dict or None."""
62
+ stage_dir = repo / category / clip_id / stage
63
+ result = {}
64
+
65
+ gif_name = get_media_file(clip_id, stage)
66
+ gif_path = stage_dir / gif_name
67
+ if gif_path.exists():
68
+ result["gif"] = f"{category}/{clip_id}/{stage}/{gif_name}"
69
+
70
+ # Also check for MP4
71
+ mp4_name = gif_name.replace(".gif", ".mp4")
72
+ mp4_path = stage_dir / mp4_name
73
+ if mp4_path.exists():
74
+ result["mp4"] = f"{category}/{clip_id}/{stage}/{mp4_name}"
75
+
76
+ return result if result else None
77
+
78
+
79
+ def main():
80
+ parser = argparse.ArgumentParser(description="Generate site data from manifest")
81
+ parser.add_argument(
82
+ "--repo",
83
+ type=Path,
84
+ default=Path(__file__).parent.parent,
85
+ help="Path to g1-moves repository root",
86
+ )
87
+ args = parser.parse_args()
88
+ repo = args.repo.resolve()
89
+
90
+ manifest_path = repo / "manifest.json"
91
+ if not manifest_path.exists():
92
+ print(f"ERROR: manifest.json not found at {manifest_path}")
93
+ return
94
+
95
+ manifest = json.loads(manifest_path.read_text())
96
+
97
+ clips = []
98
+ stats = {"dance": 0, "karate": 0, "bonus": 0, "policies": 0, "total": 0}
99
+
100
+ for clip_id, info in sorted(manifest["clips"].items()):
101
+ cat = info["category"]
102
+ stats[cat] = stats.get(cat, 0) + 1
103
+ stats["total"] += 1
104
+
105
+ stages = {}
106
+ for stage in STAGES:
107
+ media = scan_stage(repo, cat, clip_id, stage)
108
+ if media:
109
+ stages[stage] = media
110
+
111
+ has_policy = "policy" in stages
112
+ if has_policy:
113
+ stats["policies"] += 1
114
+
115
+ subtitle = KARATE_SUBTITLES.get(clip_id)
116
+ display_name = format_display_name(clip_id)
117
+ if subtitle:
118
+ display_name = f"{display_name}: {subtitle}"
119
+
120
+ clips.append(
121
+ {
122
+ "id": clip_id,
123
+ "name": display_name,
124
+ "category": cat,
125
+ "performer": info.get("performer", "Unknown"),
126
+ "duration": info.get("duration_s", 0),
127
+ "fps": info.get("fps", 60),
128
+ "frames": info.get("frames", 0),
129
+ "stages": stages,
130
+ "has_policy": has_policy,
131
+ }
132
+ )
133
+
134
+ # Sort: categories grouped, then alphabetical
135
+ cat_order = {"dance": 0, "karate": 1, "bonus": 2}
136
+ clips.sort(key=lambda c: (cat_order.get(c["category"], 9), c["id"]))
137
+
138
+ data = {
139
+ "base_url": "https://huggingface.co/datasets/exptech/g1-moves/resolve/main",
140
+ "clips": clips,
141
+ "stats": stats,
142
+ }
143
+
144
+ output = Path(__file__).parent / "data.json"
145
+ output.write_text(json.dumps(data, indent=2))
146
+ print(f"Generated {output.name}: {len(clips)} clips, {stats['policies']} policies")
147
+
148
+
149
+ if __name__ == "__main__":
150
+ main()
space/logo.png ADDED
space/media/bonus/B_Fence2/capture/B_Fence2.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13c2a8ed6734f5303a9966419abb93968bde2223d66f5ad10ea209c8f057bace
3
+ size 25768
space/media/bonus/B_HandsChop/capture/B_HandsChop.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d35ce4a79c235fde832e1a22f7040364c3d72ef1d682f98583e3e91f67e29e32
3
+ size 30449
space/media/bonus/B_HandsChop/policy/B_HandsChop_policy.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af5ab61f34b2d0d97286ff70912daa528cdff9d72da4f4c9cc99fc0424c11804
3
+ size 21609
space/media/bonus/B_HandsChop/retarget/B_HandsChop_retarget.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3e22d2039eb881cfd286b7fb0b4a88e8419a41d277b24f8a50459084c1d1480
3
+ size 30902
space/media/bonus/B_HandsChop/training/B_HandsChop_training.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28b2ed28f7ce3891bfbc0c85f26dd9ba6ee3bab95cdb1b1f1977224eebfd0643
3
+ size 39470
space/media/bonus/B_HandsUp/training/B_HandsUp_training.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50640559ae0b7dca7ea901ea1675484d951fddb8b92cc5e197bd7c41f25ddd88
3
+ size 23445
space/media/karate/B_AttackKarate/capture/B_AttackKarate.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfce49700dac1863832acad9c1d64e1bd290fa3b5458c33086dff2eda8aa528f
3
+ size 14356
space/media/karate/B_AttackKarate/policy/B_AttackKarate_policy.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98eec2f3151e0097bc2d55c9f68eba61f4b11a18de5c367a193abe7c469c42ca
3
+ size 21638
space/media/karate/B_AttackKarate/retarget/B_AttackKarate_retarget.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:833ec73a6f64697ffb0fdeebef5b4f3238043f66dddbacabc7d3f258dc9e270a
3
+ size 21756
space/media/karate/B_AttackKarate/training/B_AttackKarate_training.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c621d07f6b8afbf63265ce8774a8f0540131c197253037ac9b5900cfcd6770c
3
+ size 28592
space/media/karate/B_BowKarate/capture/B_BowKarate.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21dc89851af331adb629a1251cc919d75b5d9158e4613efcb64b4479598b1480
3
+ size 14396
space/media/karate/B_BowKarate/retarget/B_BowKarate_retarget.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4c93e6177c66d84989d81c898a6fdf156c2db10bea207c9ff8bbc7eb72dae62
3
+ size 21917
space/media/karate/B_ForwardKarate/capture/B_ForwardKarate.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ba5a6dff5d6f9cb946ef11d4e84c468b613dc66474249859c16338cd7949916
3
+ size 19793
space/media/karate/B_ForwardKarate/retarget/B_ForwardKarate_retarget.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efdce4d6041546412f6fe2470ac6c14c243a9388c39a39d21b10452e6cb647d3
3
+ size 38199
space/media/karate/B_ForwardKarate/training/B_ForwardKarate_training.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6104bfdf37aeb600bf5abaa6ecf24b7724995dc4b40aa464418e8f4ba4208d8
3
+ size 52989
space/media/karate/B_LongKarate/capture/B_LongKarate.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ec9e18dffc4f10772a29232b6fea00473709e8945a911e202bbe5f996229113
3
+ size 38697
space/media/karate/B_LongKarate/policy/B_LongKarate_policy.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39a1dfed5a75ad1a4abb8b6c2a7c7bc35a7d793e3a2a249468047c86806c3528
3
+ size 69561
space/media/karate/B_LongKarate/retarget/B_LongKarate_retarget.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36ae6ab59459f984fcb7339fb88d57ab73e323d42f7e62d3bb96da17733b416c
3
+ size 49408
space/media/karate/B_LongKarate/training/B_LongKarate_training.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d0af19b72076eb728282d6614022e57412b00b111069ebb86dfd96a1dab564b
3
+ size 75978
space/media/karate/B_SpinKarate/training/B_SpinKarate_training.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c40cdc47ca18a07298a3e93a8802149f42e9f61668850fc528232970c185b6cf
3
+ size 58735
space/media/karate/M_Move1/capture/M_Move1.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43f85e8b9e653a6ae22cddc889a9b55048a6767b87ee3fd8957c995934bf8f71
3
+ size 32965