lithiumice commited on
Commit
d9e3f62
·
verified ·
1 Parent(s): ed2e851

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -4
README.md CHANGED
@@ -1,6 +1,20 @@
 
 
 
 
1
 
2
- # Data for Human Motion Imitation
3
 
4
- + Demo npzs
5
- + EmbodiesPose Checkpoints
6
- + Assets(mjcf, mesh files)
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - rl
4
+ ---
5
 
6
+ # Human Imitated Motion
7
 
8
+ This repository contains essential resources for human motion imitation research and implementation. The dataset comprises three main components:
9
+
10
+ ## Motion Demonstration Data
11
+ A collection of NPZ files containing preprocessed motion capture sequences that serve as demonstration data. These files store time-series motion data in a compressed NumPy format, optimized for efficient loading and processing.
12
+
13
+ ## EmbodiedPose Model Weights
14
+ Pre-trained checkpoints of the EmbodiedPose framework, enabling direct deployment for motion imitation tasks. These weights encapsulate learned motion patterns and mappings between human demonstrations and robotic implementations.
15
+
16
+ ## Simulation Resources
17
+ Comprehensive simulation assets including:
18
+ - MJCF (MuJoCo XML Configuration Files) for physics-based character modeling
19
+ - Detailed mesh files for accurate visual representation and collision geometry
20
+ - Supporting assets for environmental setup and interaction