Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +31 -0
- logo.svg +10 -0
- overview.png +3 -0
- resnet10_pretrained.pt +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
overview.png filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<div align="center">
|
| 2 |
+
<img src="logo.svg" alt="RLinf-logo" width="500"/>
|
| 3 |
+
</div>
|
| 4 |
+
|
| 5 |
+
|
| 6 |
+
<div align="center">
|
| 7 |
+
<a href="https://github.com/RLinf/RLinf"><img src="https://img.shields.io/badge/Github-blue"></a>
|
| 8 |
+
<a href="https://rlinf.readthedocs.io/en/latest/"><img src="https://img.shields.io/badge/Documentation-Purple?color=8A2BE2&logo=readthedocs"></a>
|
| 9 |
+
</div>
|
| 10 |
+
|
| 11 |
+
<h1 align="center">RLinf: Reinforcement Learning Infrastructure for Agentic AI</h1>
|
| 12 |
+
|
| 13 |
+
[RLinf](https://github.com/RLinf/RLinf) is a flexible and scalable open-source infrastructure designed for post-training foundation models (LLMs, VLMs, VLAs) via reinforcement learning. The 'inf' in RLinf stands for Infrastructure, highlighting its role as a robust backbone for next-generation training. It also stands for Infinite, symbolizing the system’s support for open-ended learning, continuous generalization, and limitless possibilities in intelligence development.
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
<div align="center">
|
| 17 |
+
<img src="overview.png" alt="RLinf-overview" width="600"/>
|
| 18 |
+
</div>
|
| 19 |
+
|
| 20 |
+
## Model Description
|
| 21 |
+
This repository provides a PyTorch ResNet-10 pretrained checkpoint, converted from the original JAX implementation released by the [SeRL](https://github.com/rail-berkeley/serl) project.
|
| 22 |
+
The original JAX weights can be found here:
|
| 23 |
+
https://github.com/rail-berkeley/serl/releases/download/resnet10/resnet10_params.pkl
|
| 24 |
+
|
| 25 |
+
Within RLinf, this checkpoint is used as the pretrained CNN ResNet encoder for real-world embodied learning experiments.
|
| 26 |
+
|
| 27 |
+
## How to Use
|
| 28 |
+
Please integrate the provided model with the [RLinf](https://github.com/RLinf/RLinf) codebase. To do so, modify the ``extra_config.pretrained_ckpt_path`` as the path for this model in the configuration file ``examples/embodiment/config/model/cnn_policy.yaml``.
|
| 29 |
+
|
| 30 |
+
## License
|
| 31 |
+
This code repository and the model weights are licensed under the MIT License.
|
logo.svg
ADDED
|
|
overview.png
ADDED
|
Git LFS Details
|
resnet10_pretrained.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f21cf3b90a4febbea4042cc924c25c912a95b61d6542176de079ba6af7987a87
|
| 3 |
+
size 21689153
|