Push model using huggingface_hub.
Browse files- README.md +9 -0
- config.json +41 -0
- model.safetensors +3 -0
README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- model_hub_mixin
|
| 4 |
+
- pytorch_model_hub_mixin
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
| 8 |
+
- Library: [More Information Needed]
|
| 9 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"action_space": null,
|
| 3 |
+
"policy_kwargs": {
|
| 4 |
+
"active_reward_monitors": {
|
| 5 |
+
"env_reward": 1
|
| 6 |
+
},
|
| 7 |
+
"attention_heads": 8,
|
| 8 |
+
"attention_mask_style": "clipped_causal",
|
| 9 |
+
"attention_memory_size": 256,
|
| 10 |
+
"diff_mlp_embedding": false,
|
| 11 |
+
"hidsize": 1024,
|
| 12 |
+
"img_shape": [
|
| 13 |
+
128,
|
| 14 |
+
128,
|
| 15 |
+
3
|
| 16 |
+
],
|
| 17 |
+
"impala_chans": [
|
| 18 |
+
16,
|
| 19 |
+
32,
|
| 20 |
+
32
|
| 21 |
+
],
|
| 22 |
+
"impala_kwargs": {
|
| 23 |
+
"post_pool_groups": 1
|
| 24 |
+
},
|
| 25 |
+
"impala_width": 4,
|
| 26 |
+
"init_norm_kwargs": {
|
| 27 |
+
"batch_norm": false,
|
| 28 |
+
"group_norm_groups": 1
|
| 29 |
+
},
|
| 30 |
+
"n_recurrence_layers": 4,
|
| 31 |
+
"only_img_input": true,
|
| 32 |
+
"pointwise_ratio": 4,
|
| 33 |
+
"pointwise_use_activation": false,
|
| 34 |
+
"recurrence_is_residual": true,
|
| 35 |
+
"recurrence_type": "transformer",
|
| 36 |
+
"timesteps": 128,
|
| 37 |
+
"use_pointwise_layer": true,
|
| 38 |
+
"use_pre_lstm_ln": false
|
| 39 |
+
},
|
| 40 |
+
"temperature": 1
|
| 41 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:475fbd0df655ad77c3e3f602d157f4273032bff8e6e82c3863a992f5b03753f9
|
| 3 |
+
size 284010520
|