kunhsiang commited on
Commit
218511f
·
verified ·
1 Parent(s): 244f9be

docs: add project README

Browse files
Files changed (1) hide show
  1. README.md +22 -62
README.md CHANGED
@@ -1,62 +1,22 @@
1
- ---
2
- datasets: HuggingFaceVLA/libero
3
- library_name: lerobot
4
- license: apache-2.0
5
- model_name: joint_enhanced_act
6
- pipeline_tag: robotics
7
- tags:
8
- - robotics
9
- - lerobot
10
- - joint_enhanced_act
11
- ---
12
-
13
- # Model Card for joint_enhanced_act
14
-
15
- <!-- Provide a quick summary of what the model is/does. -->
16
-
17
-
18
- _Model type not recognized — please update this template._
19
-
20
-
21
- This policy has been trained and pushed to the Hub using [LeRobot](https://github.com/huggingface/lerobot).
22
- See the full documentation at [LeRobot Docs](https://huggingface.co/docs/lerobot/index).
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