Push model using huggingface_hub.
Browse files- README.md +12 -0
- config.json +77 -0
- model.safetensors +3 -0
README.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: rpl
|
| 3 |
+
tags:
|
| 4 |
+
- model_hub_mixin
|
| 5 |
+
- pytorch_model_hub_mixin
|
| 6 |
+
- rnd
|
| 7 |
+
- robotics
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
| 11 |
+
- Library: https://github.com/ian-chuang/rpl
|
| 12 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dim_output": 512,
|
| 3 |
+
"fps": 1,
|
| 4 |
+
"input_normalization_modes": {
|
| 5 |
+
"observation.images.wrist": "mean_std",
|
| 6 |
+
"observation.state": "mean_std"
|
| 7 |
+
},
|
| 8 |
+
"input_shapes": {
|
| 9 |
+
"observation.images.wrist": [
|
| 10 |
+
3,
|
| 11 |
+
120,
|
| 12 |
+
160
|
| 13 |
+
],
|
| 14 |
+
"observation.state": [
|
| 15 |
+
22
|
| 16 |
+
]
|
| 17 |
+
},
|
| 18 |
+
"n_obs_steps": 3,
|
| 19 |
+
"predictor_activation": "ReLU",
|
| 20 |
+
"predictor_cnn_kernel_size": [
|
| 21 |
+
10,
|
| 22 |
+
6,
|
| 23 |
+
4
|
| 24 |
+
],
|
| 25 |
+
"predictor_cnn_out_channels": [
|
| 26 |
+
16,
|
| 27 |
+
32,
|
| 28 |
+
64
|
| 29 |
+
],
|
| 30 |
+
"predictor_cnn_padding": [
|
| 31 |
+
0,
|
| 32 |
+
0,
|
| 33 |
+
0
|
| 34 |
+
],
|
| 35 |
+
"predictor_cnn_spatial_softmax_num_keypoints": -1,
|
| 36 |
+
"predictor_cnn_stride": [
|
| 37 |
+
5,
|
| 38 |
+
3,
|
| 39 |
+
2
|
| 40 |
+
],
|
| 41 |
+
"predictor_cnn_use_batchnorm": false,
|
| 42 |
+
"predictor_cnn_use_maxpool": false,
|
| 43 |
+
"predictor_cnn_use_spatial_softmax": false,
|
| 44 |
+
"predictor_mlp_hidden_sizes": [
|
| 45 |
+
512,
|
| 46 |
+
512
|
| 47 |
+
],
|
| 48 |
+
"target_activation": "ReLU",
|
| 49 |
+
"target_cnn_kernel_size": [
|
| 50 |
+
10,
|
| 51 |
+
6,
|
| 52 |
+
4
|
| 53 |
+
],
|
| 54 |
+
"target_cnn_out_channels": [
|
| 55 |
+
16,
|
| 56 |
+
32,
|
| 57 |
+
64
|
| 58 |
+
],
|
| 59 |
+
"target_cnn_padding": [
|
| 60 |
+
0,
|
| 61 |
+
0,
|
| 62 |
+
0
|
| 63 |
+
],
|
| 64 |
+
"target_cnn_spatial_softmax_num_keypoints": -1,
|
| 65 |
+
"target_cnn_stride": [
|
| 66 |
+
5,
|
| 67 |
+
3,
|
| 68 |
+
2
|
| 69 |
+
],
|
| 70 |
+
"target_cnn_use_batchnorm": false,
|
| 71 |
+
"target_cnn_use_maxpool": false,
|
| 72 |
+
"target_cnn_use_spatial_softmax": false,
|
| 73 |
+
"target_mlp_hidden_sizes": [
|
| 74 |
+
512,
|
| 75 |
+
512
|
| 76 |
+
]
|
| 77 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7457a62d147d10831136be9c0ddb97defe6d3f1078c54d9cef17970cf9019e1b
|
| 3 |
+
size 9647312
|