Push model using huggingface_hub.
Browse files- README.md +10 -0
- config.json +50 -0
- model.safetensors +3 -0
README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- model_hub_mixin
|
| 5 |
+
- pytorch_model_hub_mixin
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
| 9 |
+
- Library: https://huggingface.co/phython96/ROCKET-1
|
| 10 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"policy_config": {
|
| 3 |
+
"auxiliary_head_kwargs": [
|
| 4 |
+
{
|
| 5 |
+
"enable": true
|
| 6 |
+
}
|
| 7 |
+
],
|
| 8 |
+
"from": {
|
| 9 |
+
"model": null,
|
| 10 |
+
"weights": null
|
| 11 |
+
},
|
| 12 |
+
"name": "rocket_minecraft",
|
| 13 |
+
"pi_head_kwargs": {
|
| 14 |
+
"temperature": 1.0
|
| 15 |
+
},
|
| 16 |
+
"policy_kwargs": {
|
| 17 |
+
"attention_heads": 8,
|
| 18 |
+
"attention_mask_style": "clipped_causal",
|
| 19 |
+
"attention_memory_size": 256,
|
| 20 |
+
"backbone_kwargs": {
|
| 21 |
+
"accept_segment": true,
|
| 22 |
+
"img_shape": [
|
| 23 |
+
224,
|
| 24 |
+
224,
|
| 25 |
+
3
|
| 26 |
+
],
|
| 27 |
+
"name": "EFFICIENTNET",
|
| 28 |
+
"pooling": false,
|
| 29 |
+
"version": "efficientnet-b0"
|
| 30 |
+
},
|
| 31 |
+
"hidsize": 1024,
|
| 32 |
+
"init_norm_kwargs": {
|
| 33 |
+
"batch_norm": false,
|
| 34 |
+
"group_norm_groups": 1
|
| 35 |
+
},
|
| 36 |
+
"n_recurrence_layers": 4,
|
| 37 |
+
"only_img_input": true,
|
| 38 |
+
"pointwise_ratio": 4,
|
| 39 |
+
"pointwise_use_activation": false,
|
| 40 |
+
"recurrence_is_residual": true,
|
| 41 |
+
"recurrence_type": "transformer",
|
| 42 |
+
"timesteps": 128,
|
| 43 |
+
"use_pointwise_layer": true,
|
| 44 |
+
"use_pre_lstm_ln": false,
|
| 45 |
+
"word_dropout": 0.0
|
| 46 |
+
},
|
| 47 |
+
"policy_name": "ROCKET"
|
| 48 |
+
},
|
| 49 |
+
"weights_dict": null
|
| 50 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ccdeb50d87231eae71a77a80ea6d1c64c367169a07a5b0e93bf2026d7995dc26
|
| 3 |
+
size 475278352
|