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": 24,
|
8 |
+
"attention_mask_style": "clipped_causal",
|
9 |
+
"attention_memory_size": 256,
|
10 |
+
"diff_mlp_embedding": false,
|
11 |
+
"hidsize": 3072,
|
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": 12,
|
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": 3
|
41 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8be213ef06de248e94b0b5c65853118faa923c8feeee5365f6f71e07cf172129
|
3 |
+
size 2130033464
|