File tree 3 files changed +47
-48
lines changed
3 files changed +47
-48
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,9 @@ Windows:
187
187
188
188
欢迎加入QQ群 1095989343 进行交流。
189
189
190
-
190
+ # 8. 官网
191
+
192
+ - 更多资讯,请访问AITest: https://aitest.qq.com/
191
193
192
194
# 关于WeTest
193
195
Original file line number Diff line number Diff line change 2
2
"screenHeight" : 360 ,
3
3
"screenWidth" : 640 ,
4
4
"actions" : [
5
- {
6
- "startRectx" : 44 ,
7
- "startRecty" : 262 ,
8
- "imgpath" : " 12.png" ,
9
- "width" : 52 ,
5
+ {
6
+
7
+ "width" : 142 ,
10
8
"contact" : 0 ,
11
- "y" : 285 ,
12
- "x" : 70 ,
13
- "height" : 46 ,
9
+ "y" : 304 ,
10
+ "x" : 580 ,
11
+ "height" : 131 ,
14
12
"type" : 3 ,
15
- "id" : 0 ,
13
+ "id" : 1 ,
16
14
"durationMS" : 50
17
15
},
18
16
{
19
- "startRectx" : 130 ,
20
- "startRecty" : 250 ,
21
- "imgpath" : " 13.png" ,
22
- "width" : 45 ,
17
+
18
+
19
+ "width" : 129 ,
23
20
"contact" : 0 ,
24
- "y" : 278 ,
25
- "x" : 152 ,
26
- "height" : 55 ,
21
+ "y" : 302 ,
22
+ "x" : 55 ,
23
+ "height" : 138 ,
27
24
"type" : 3 ,
28
- "id" : 1 ,
25
+ "id" : 0 ,
29
26
"durationMS" : 50
30
27
},
28
+
31
29
{
32
- "startRectx" : 400 ,
33
- "startRecty" : 233 ,
34
- "imgpath" : " 15.png" ,
30
+
35
31
"width" : 12 ,
36
32
"contact" : -1 ,
37
33
"y" : 236 ,
Original file line number Diff line number Diff line change @@ -66,45 +66,46 @@ DQN算法支持离散型的动作类型,即每个动作id对应一个动作输
66
66
67
67
```
68
68
{
69
-
70
69
"screenHeight": 360,
71
70
"screenWidth": 640,
72
71
"actions": [
73
- {
74
- "startRectx": 120,
75
- "startRecty": 132,
76
- "width": 240,
77
- "height": 428,
78
- "contact": -1,
79
- "type": 0,
80
- "id": 0,
81
- "name": "None"
82
- },
83
- {
84
- "startRectx":1597,
85
- "startRecty":770,
86
- "width":322,
87
- "height":305,
72
+ {
73
+
74
+ "width": 142,
88
75
"contact": 0,
76
+ "y": 304,
77
+ "x": 580,
78
+ "height": 131,
89
79
"type": 3,
90
80
"id": 1,
91
- "name": "jump",
92
- "durationMS": 50
93
- },
81
+ "durationMS": 50
82
+ },
94
83
{
95
- "startRectx":4,
96
- "startRecty":737,
97
- "width":331,
98
- "height":341,
84
+
85
+
86
+ "width": 129,
99
87
"contact": 0,
88
+ "y": 302,
89
+ "x": 55,
90
+ "height": 138,
100
91
"type": 3,
101
- "id": 2,
102
- "name": "slip",
103
- "durationMS": 50
92
+ "id": 0,
93
+ "durationMS": 50
94
+ },
95
+
96
+ {
97
+
98
+ "width": 12,
99
+ "contact": -1,
100
+ "y": 236,
101
+ "x": 405,
102
+ "height": 8,
103
+ "type": 0,
104
+ "id": 2
104
105
}
105
106
]
106
-
107
107
}
108
+
108
109
```
109
110
110
111
上述json文件共定义了三个动作:
You can’t perform that action at this time.
0 commit comments