Commit 0d15a4f 1 parent cf5c386 commit 0d15a4f Copy full SHA for 0d15a4f
File tree 1 file changed +8
-11
lines changed
1 file changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,12 @@ Thanks to the author of gym-2048 https://github.com/rgal/gym-2048. The code is e
6
6
## Performance of environment
7
7
I used random policy to evaluate the performance for 100 times. We can use random policy as a baseline.
8
8
9
- average episode time:0.15266018629074096 s;
10
- average step time: 1.185 ms;
11
- average highest score:96.0,;
12
- average total score:982.0,;
13
- average steps:128.87;
14
-
15
-
16
-
17
- #Screenshot:
18
- ![ ] ( https://github.com/frombeijingwithlove/mini2048/blob/master/Screenshot.png )
19
-
9
+ average episode time:0.15266018629074096 s;
10
+ average step time: 1.185 ms;
11
+ average highest score:96.0;
12
+ average total score:982.0;
13
+ average steps:128.87;
14
+
15
+ some example
16
+ ![ ] ( https://github.com/YangRui2015/2048_env/blob/master/pictures/example.png )
20
17
You can’t perform that action at this time.
0 commit comments