ChanLumerico commited on
Commit
fecf1fb
·
verified ·
1 Parent(s): 83a1d01

Add CSGO weights

Browse files
Files changed (2) hide show
  1. CSGO/config.json +132 -0
  2. CSGO/model.safetensors +3 -0
CSGO/config.json ADDED
@@ -0,0 +1,132 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "library_name": "lucid",
3
+ "architecture": "diamond",
4
+ "model_type": "diamond",
5
+ "task": "world-modeling",
6
+ "config": {
7
+ "sample_size": [
8
+ 30,
9
+ 56
10
+ ],
11
+ "in_channels": 3,
12
+ "out_channels": 3,
13
+ "act_fn": "silu",
14
+ "num_actions": 51,
15
+ "conditioning_frames": 4,
16
+ "unet_channels": [
17
+ 128,
18
+ 256,
19
+ 512,
20
+ 1024
21
+ ],
22
+ "unet_layers": [
23
+ 2,
24
+ 2,
25
+ 2,
26
+ 2
27
+ ],
28
+ "cond_dim": 2048,
29
+ "attn_depths": [
30
+ 0,
31
+ 0,
32
+ 1,
33
+ 1
34
+ ],
35
+ "with_agent": false,
36
+ "noise_previous_obs": true,
37
+ "upsampler_channels": [
38
+ 64,
39
+ 64,
40
+ 128,
41
+ 256
42
+ ],
43
+ "upsampler_layers": [
44
+ 2,
45
+ 2,
46
+ 2,
47
+ 2
48
+ ],
49
+ "upsampler_attn_depths": [
50
+ 0,
51
+ 0,
52
+ 0,
53
+ 1
54
+ ],
55
+ "upsampling_factor": 5,
56
+ "sigma_data": 0.5,
57
+ "p_mean": -0.4,
58
+ "p_std": 1.2,
59
+ "sigma_offset_noise": 0.1,
60
+ "attention_head_dim": 8,
61
+ "denoise_steps": 3,
62
+ "reward_channels": [
63
+ 32,
64
+ 32,
65
+ 32,
66
+ 32
67
+ ],
68
+ "reward_layers": [
69
+ 2,
70
+ 2,
71
+ 2,
72
+ 2
73
+ ],
74
+ "reward_cond_dim": 128,
75
+ "reward_frames": 2,
76
+ "reward_lstm_dim": 512,
77
+ "actor_channels": [
78
+ 32,
79
+ 32,
80
+ 64,
81
+ 64
82
+ ],
83
+ "actor_layers": [
84
+ 1,
85
+ 1,
86
+ 1,
87
+ 1
88
+ ],
89
+ "actor_lstm_dim": 512,
90
+ "horizon": 15,
91
+ "gamma": 0.985,
92
+ "lambda_": 0.95,
93
+ "entropy_weight": 0.001,
94
+ "burn_in": 4
95
+ },
96
+ "preprocessing": {
97
+ "resize": 64,
98
+ "rescale": 0.00784313725490196,
99
+ "mean": [
100
+ 0.5,
101
+ 0.5,
102
+ 0.5
103
+ ],
104
+ "std": [
105
+ 0.5,
106
+ 0.5,
107
+ 0.5
108
+ ]
109
+ },
110
+ "weights": {
111
+ "tag": "CSGO",
112
+ "num_classes": 51,
113
+ "license": "mit",
114
+ "source": "https://huggingface.co/eloialonso/diamond",
115
+ "num_params": 0,
116
+ "game": "CSGO",
117
+ "num_actions": 51,
118
+ "denoising_steps": 3,
119
+ "sha256": "20e8a9cc87da27e6af4d47694c318b411dd014617c217705dea3b228e60828b5",
120
+ "file_size_mb": 1455.92
121
+ },
122
+ "id2label": {
123
+ "0": "generative",
124
+ "1": "diffusion",
125
+ "2": "world-model"
126
+ },
127
+ "label2id": {
128
+ "generative": 0,
129
+ "diffusion": 1,
130
+ "world-model": 2
131
+ }
132
+ }
CSGO/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20e8a9cc87da27e6af4d47694c318b411dd014617c217705dea3b228e60828b5
3
+ size 1526641968