jiarui1 commited on
Commit
bc152a9
·
verified ·
1 Parent(s): 68ab5ba

Upload folder using huggingface_hub

Browse files
Gokifu_relative_ownership_npz/data_batch_0.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9a3652bc1db42bff4a902ca53def271b50ac6c9f3b9649e24820b68fabb2750
3
+ size 7721809
Gokifu_relative_ownership_npz/data_batch_1.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bc7bf9b7c1e3097b7d650e63288cb9e7b95c203e0c1a57cbd5dfc85003853da
3
+ size 7874213
Gokifu_relative_ownership_npz/metadata.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "total_games": 1985,
3
+ "total_positions": 444281,
4
+ "total_files": 2000,
5
+ "batch_count": 2,
6
+ "games_with_ownership": 1985,
7
+ "feature_channels": 17,
8
+ "history_length": 7,
9
+ "generate_winner_labels": true,
10
+ "ownership_file": "/mnt/petrelfs/lijiarui/OpenGo/Gokifu/ownership_results.jsonl",
11
+ "data_format": {
12
+ "data_batch_X.npz": "Numpy .npz 压缩文件, 包含五个键",
13
+ "keys": {
14
+ "boards": "np.array(shape=[N, packed_size], dtype=uint8) - 位打包的棋盘特征",
15
+ "moves": "np.array(shape=[N], dtype=int16) - 下一步位置索引 (0-360)",
16
+ "oppo_moves": "np.array(shape=[N], dtype=int16) - 对手的下一步位置索引 (0-360)",
17
+ "winners": "np.array(shape=[N], dtype=float16) - 胜负标签 (1=赢, -1=输, 0=无结果)",
18
+ "ownership": "np.array(shape=[N, 361], dtype=float16) - 终局领地信息 (黑>0, 白<0)"
19
+ },
20
+ "board_dims": "[17, 19, 19]"
21
+ }
22
+ }