djmango commited on
Commit
65f9784
·
verified ·
1 Parent(s): 4865a4c

V8.1 safetensors manifest

Browse files
Files changed (1) hide show
  1. ppo_v81/manifest.json +42 -0
ppo_v81/manifest.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": {
3
+ "dimensions": {
4
+ "actions": 21,
5
+ "attention_heads": 4,
6
+ "build_types": 7,
7
+ "fine_grid_channels": 90,
8
+ "grid_channels": 89,
9
+ "grid_tower_blocks": 4,
10
+ "grid_tower_channels": 256,
11
+ "hidden": 512,
12
+ "local_hidden": 64,
13
+ "local_planes": 5,
14
+ "nuke_types": 5,
15
+ "player_features": 21,
16
+ "player_hidden": 128,
17
+ "quantity_params": 2,
18
+ "scalars": 11,
19
+ "transformer_layers": 2
20
+ },
21
+ "name": "oftrain-policy",
22
+ "schema_version": 1
23
+ },
24
+ "autoencoders": {
25
+ "coarse": {
26
+ "format": "safetensors",
27
+ "ref": "weights/ae/ae_v31_d16c32.encoder.safetensors"
28
+ },
29
+ "fine": {
30
+ "format": "safetensors",
31
+ "ref": "weights/ae/ae_v31_d8c32.encoder.safetensors"
32
+ }
33
+ },
34
+ "checkpoint": {
35
+ "state": "latest.state.json",
36
+ "weights": "latest.safetensors"
37
+ },
38
+ "format": "oftrain-safetensors",
39
+ "manifest_schema_version": 1,
40
+ "stage": 5,
41
+ "update": 1226
42
+ }