Instructions to use DAVIAN-Robotics/pi05-robocasa-H50 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use DAVIAN-Robotics/pi05-robocasa-H50 with LeRobot:
- Notebooks
- Google Colab
- Kaggle
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -80,3 +80,14 @@ pre, post = make_pre_post_processors(policy_cfg=policy.config, pretrained_path=p
|
|
| 80 |
- 시뮬레이터: [RoboCasa](https://github.com/robocasa/robocasa) / [robosuite](https://github.com/ARISE-Initiative/robosuite) (MIT).
|
| 81 |
- 본 체크포인트: **Apache-2.0**. base 모델과 데이터셋의 원 라이선스/이용 약관을 함께 따른다.
|
| 82 |
- 제작: DAVIAN Lab (KAIST) — 강의 `sk-260713-vision-lecture` 실습용.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 80 |
- 시뮬레이터: [RoboCasa](https://github.com/robocasa/robocasa) / [robosuite](https://github.com/ARISE-Initiative/robosuite) (MIT).
|
| 81 |
- 본 체크포인트: **Apache-2.0**. base 모델과 데이터셋의 원 라이선스/이용 약관을 함께 따른다.
|
| 82 |
- 제작: DAVIAN Lab (KAIST) — 강의 `sk-260713-vision-lecture` 실습용.
|
| 83 |
+
|
| 84 |
+
## Tokenizer
|
| 85 |
+
|
| 86 |
+
`tokenizer/` contains the PaliGemma tokenizer (`google/paligemma-3b-pt-224`), redistributed so that
|
| 87 |
+
the policy can be loaded without HuggingFace authentication. The upstream repository is gated;
|
| 88 |
+
`policy_preprocessor.json` references it by name, so `AutoTokenizer.from_pretrained()` would
|
| 89 |
+
otherwise fail with a 401 for users who have not accepted Google's terms.
|
| 90 |
+
|
| 91 |
+
**Gemma is provided under and subject to the [Gemma Terms of Use](https://ai.google.dev/gemma/terms).**
|
| 92 |
+
By using these tokenizer files you agree to those terms. See also the
|
| 93 |
+
[Gemma Prohibited Use Policy](https://ai.google.dev/gemma/prohibited_use_policy).
|