ChanLumerico commited on
Commit
fbb79d3
·
verified ·
1 Parent(s): e15898b

Add Freeway weights

Browse files
Files changed (2) hide show
  1. Freeway/config.json +102 -0
  2. Freeway/model.safetensors +3 -0
Freeway/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": 3,
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": "Freeway",
82
+ "num_classes": 3,
83
+ "license": "mit",
84
+ "source": "https://huggingface.co/eloialonso/diamond",
85
+ "num_params": 0,
86
+ "game": "Freeway",
87
+ "num_actions": 3,
88
+ "denoising_steps": 3,
89
+ "sha256": "e228061d2364ba4526fbfa787eac3def20da28e5b6d05e16ee96ff41881dc8af",
90
+ "file_size_mb": 51.68
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
+ }
Freeway/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e228061d2364ba4526fbfa787eac3def20da28e5b6d05e16ee96ff41881dc8af
3
+ size 54187900