forked from jolibrain/manette
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gym_game_info.json
91 lines (83 loc) · 1.8 KB
/
gym_game_info.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"FlappyBird-v0" : {
"screen_width" : 288,
"screen_height" : 512,
"crop" : true,
"crop_width" : 288,
"crop_height" : 410,
"interval_checkpoint" : 100000
},
"CartPole-v0" : {
"screen_width" : 600,
"screen_height" : 400,
"crop" : false,
"interval_checkpoint" : 100000,
"ISSUE" : "WTF, dies before begining of the game"
},
"MountainCar-v0" : {
"screen_width" : 600,
"screen_height" : 400,
"crop" : false,
"interval_checkpoint" : 100000
},
"Catcher-v0" : {
"screen_width" : 64,
"screen_height" : 64,
"crop" : false,
"interval_checkpoint" : 100000
},
"MonsterKong-v0" : {
"screen_width" : 500,
"screen_height" : 465,
"crop" : false,
"interval_checkpoint" : 100000
},
"RaycastMaze-v0" : {
"screen_width" : 48,
"screen_height" : 48,
"crop" : false,
"interval_checkpoint" : 100000
},
"Snake-v0" : {
"screen_width" : 64,
"screen_height" : 64,
"crop" : false,
"interval_checkpoint" : 100000
},
"Pong-v0" : {
"screen_width" : 160,
"screen_height" : 210,
"crop" : false,
"interval_checkpoint" : 100000
},
"Breakout-v0" : {
"screen_width" : 160,
"screen_height" : 210,
"crop" : false,
"interval_checkpoint" : 100000
},
"Boxing-v0" : {
"screen_width" : 160,
"screen_height" : 210,
"crop" : false,
"interval_checkpoint" : 100000
},
"SpaceInvaders-v0" : {
"screen_width" : 160,
"screen_height" : 210,
"crop" : false,
"interval_checkpoint" : 100000
},
"Seaquest-v0" : {
"screen_width" : 160,
"screen_height" : 210,
"crop" : false,
"interval_checkpoint" : 100000
},
"VideoPinball-v0" : {
"screen_width" : 160,
"screen_height" : 210,
"crop" : false,
"interval_checkpoint" : 100000
}
}