Add Seaquest weights
Browse files- Seaquest/config.json +102 -0
- Seaquest/model.safetensors +3 -0
Seaquest/config.json
ADDED
|
@@ -0,0 +1,102 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"library_name": "lucid",
|
| 3 |
+
"architecture": "diamond",
|
| 4 |
+
"model_type": "diamond",
|
| 5 |
+
"task": "world-modeling",
|
| 6 |
+
"config": {
|
| 7 |
+
"sample_size": 64,
|
| 8 |
+
"in_channels": 3,
|
| 9 |
+
"out_channels": 3,
|
| 10 |
+
"act_fn": "silu",
|
| 11 |
+
"num_actions": 18,
|
| 12 |
+
"conditioning_frames": 4,
|
| 13 |
+
"unet_channels": [
|
| 14 |
+
64,
|
| 15 |
+
64,
|
| 16 |
+
64,
|
| 17 |
+
64
|
| 18 |
+
],
|
| 19 |
+
"unet_layers": [
|
| 20 |
+
2,
|
| 21 |
+
2,
|
| 22 |
+
2,
|
| 23 |
+
2
|
| 24 |
+
],
|
| 25 |
+
"cond_dim": 256,
|
| 26 |
+
"sigma_data": 0.5,
|
| 27 |
+
"p_mean": -0.4,
|
| 28 |
+
"p_std": 1.2,
|
| 29 |
+
"sigma_offset_noise": 0.3,
|
| 30 |
+
"attention_head_dim": 8,
|
| 31 |
+
"denoise_steps": 3,
|
| 32 |
+
"reward_channels": [
|
| 33 |
+
32,
|
| 34 |
+
32,
|
| 35 |
+
32,
|
| 36 |
+
32
|
| 37 |
+
],
|
| 38 |
+
"reward_layers": [
|
| 39 |
+
2,
|
| 40 |
+
2,
|
| 41 |
+
2,
|
| 42 |
+
2
|
| 43 |
+
],
|
| 44 |
+
"reward_cond_dim": 128,
|
| 45 |
+
"reward_frames": 2,
|
| 46 |
+
"reward_lstm_dim": 512,
|
| 47 |
+
"actor_channels": [
|
| 48 |
+
32,
|
| 49 |
+
32,
|
| 50 |
+
64,
|
| 51 |
+
64
|
| 52 |
+
],
|
| 53 |
+
"actor_layers": [
|
| 54 |
+
1,
|
| 55 |
+
1,
|
| 56 |
+
1,
|
| 57 |
+
1
|
| 58 |
+
],
|
| 59 |
+
"actor_lstm_dim": 512,
|
| 60 |
+
"horizon": 15,
|
| 61 |
+
"gamma": 0.985,
|
| 62 |
+
"lambda_": 0.95,
|
| 63 |
+
"entropy_weight": 0.001,
|
| 64 |
+
"burn_in": 4
|
| 65 |
+
},
|
| 66 |
+
"preprocessing": {
|
| 67 |
+
"resize": 64,
|
| 68 |
+
"rescale": 0.00784313725490196,
|
| 69 |
+
"mean": [
|
| 70 |
+
0.5,
|
| 71 |
+
0.5,
|
| 72 |
+
0.5
|
| 73 |
+
],
|
| 74 |
+
"std": [
|
| 75 |
+
0.5,
|
| 76 |
+
0.5,
|
| 77 |
+
0.5
|
| 78 |
+
]
|
| 79 |
+
},
|
| 80 |
+
"weights": {
|
| 81 |
+
"tag": "Seaquest",
|
| 82 |
+
"num_classes": 18,
|
| 83 |
+
"license": "mit",
|
| 84 |
+
"source": "https://huggingface.co/eloialonso/diamond",
|
| 85 |
+
"num_params": 0,
|
| 86 |
+
"game": "Seaquest",
|
| 87 |
+
"num_actions": 18,
|
| 88 |
+
"denoising_steps": 3,
|
| 89 |
+
"sha256": "ca9110ab47b3bc54128717034e44b6160116f70eace50eaed9b113c5b2698a8e",
|
| 90 |
+
"file_size_mb": 51.72
|
| 91 |
+
},
|
| 92 |
+
"id2label": {
|
| 93 |
+
"0": "generative",
|
| 94 |
+
"1": "diffusion",
|
| 95 |
+
"2": "world-model"
|
| 96 |
+
},
|
| 97 |
+
"label2id": {
|
| 98 |
+
"generative": 0,
|
| 99 |
+
"diffusion": 1,
|
| 100 |
+
"world-model": 2
|
| 101 |
+
}
|
| 102 |
+
}
|
Seaquest/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ca9110ab47b3bc54128717034e44b6160116f70eace50eaed9b113c5b2698a8e
|
| 3 |
+
size 54230208
|