docs: add project README
Browse files
README.md
CHANGED
|
@@ -1,62 +1,22 @@
|
|
| 1 |
-
--
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
-
|
| 11 |
-
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
---
|
| 25 |
-
|
| 26 |
-
## How to Get Started with the Model
|
| 27 |
-
|
| 28 |
-
For a complete walkthrough, see the [training guide](https://huggingface.co/docs/lerobot/il_robots#train-a-policy).
|
| 29 |
-
Below is the short version on how to train and run inference/eval:
|
| 30 |
-
|
| 31 |
-
### Train from scratch
|
| 32 |
-
|
| 33 |
-
```bash
|
| 34 |
-
lerobot-train \
|
| 35 |
-
--dataset.repo_id=${HF_USER}/<dataset> \
|
| 36 |
-
--policy.type=act \
|
| 37 |
-
--output_dir=outputs/train/<desired_policy_repo_id> \
|
| 38 |
-
--job_name=lerobot_training \
|
| 39 |
-
--policy.device=cuda \
|
| 40 |
-
--policy.repo_id=${HF_USER}/<desired_policy_repo_id>
|
| 41 |
-
--wandb.enable=true
|
| 42 |
-
```
|
| 43 |
-
|
| 44 |
-
_Writes checkpoints to `outputs/train/<desired_policy_repo_id>/checkpoints/`._
|
| 45 |
-
|
| 46 |
-
### Evaluate the policy/run inference
|
| 47 |
-
|
| 48 |
-
```bash
|
| 49 |
-
lerobot-record \
|
| 50 |
-
--robot.type=so100_follower \
|
| 51 |
-
--dataset.repo_id=<hf_user>/eval_<dataset> \
|
| 52 |
-
--policy.path=<hf_user>/<desired_policy_repo_id> \
|
| 53 |
-
--episodes=10
|
| 54 |
-
```
|
| 55 |
-
|
| 56 |
-
Prefix the dataset repo with **eval\_** and supply `--policy.path` pointing to a local or hub checkpoint.
|
| 57 |
-
|
| 58 |
-
---
|
| 59 |
-
|
| 60 |
-
## Model Details
|
| 61 |
-
|
| 62 |
-
- **License:** apache-2.0
|
|
|
|
| 1 |
+
# enhanced-inverse-aug
|
| 2 |
+
|
| 3 |
+
## 說明
|
| 4 |
+
- **專案**: lerobot-vla-fbagent (FB Native VLA for robotic manipulation)
|
| 5 |
+
- **版本**: enhanced
|
| 6 |
+
- **Policy type**: joint_enhanced_act
|
| 7 |
+
- **用途**: 實驗性方法 (FiLM enhancer)
|
| 8 |
+
|
| 9 |
+
## 訓練參數
|
| 10 |
+
- Dataset: HuggingFaceVLA/libero
|
| 11 |
+
- Seed: 42
|
| 12 |
+
- Steps: 5000
|
| 13 |
+
- Batch size: 32
|
| 14 |
+
- Hardware: MSI RTX 5090 Laptop 24GB
|
| 15 |
+
|
| 16 |
+
## 狀態
|
| 17 |
+
- 已完成 (實驗性,未列入論文)
|
| 18 |
+
- 未 eval
|
| 19 |
+
|
| 20 |
+
## 相關
|
| 21 |
+
- GitHub: KunHsiang/lerobot-vla-fbagent
|
| 22 |
+
- W&B: N/A
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|