Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
|
| 2 |
-
#
|
| 3 |
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|