yagmurakarken commited on
Commit
aa5834e
·
verified ·
1 Parent(s): 7cdd30a

copy results/game_distribution.json

Browse files
Files changed (1) hide show
  1. results/game_distribution.json +56 -0
results/game_distribution.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "train_total": 17800,
3
+ "test_total": 1000,
4
+ "per_game": {
5
+ "Game1": {
6
+ "train": 1600,
7
+ "test": 0,
8
+ "train_pct": 9.0
9
+ },
10
+ "Game2": {
11
+ "train": 2000,
12
+ "test": 200,
13
+ "train_pct": 11.2
14
+ },
15
+ "Game3": {
16
+ "train": 1600,
17
+ "test": 0,
18
+ "train_pct": 9.0
19
+ },
20
+ "Game4": {
21
+ "train": 2000,
22
+ "test": 200,
23
+ "train_pct": 11.2
24
+ },
25
+ "Game5": {
26
+ "train": 800,
27
+ "test": 200,
28
+ "train_pct": 4.5
29
+ },
30
+ "Game6": {
31
+ "train": 1400,
32
+ "test": 200,
33
+ "train_pct": 7.9
34
+ },
35
+ "Game8": {
36
+ "train": 2000,
37
+ "test": 200,
38
+ "train_pct": 11.2
39
+ },
40
+ "Game9": {
41
+ "train": 2800,
42
+ "test": 0,
43
+ "train_pct": 15.7
44
+ },
45
+ "Game10": {
46
+ "train": 1800,
47
+ "test": 0,
48
+ "train_pct": 10.1
49
+ },
50
+ "Game11": {
51
+ "train": 1800,
52
+ "test": 0,
53
+ "train_pct": 10.1
54
+ }
55
+ }
56
+ }