Skip to content

Commit 7177f2c

Browse files
authored
Update README.md
1 parent f73a347 commit 7177f2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ Thanks to the author of gym-2048 https://github.com/rgal/gym-2048. The code is e
66
## Performance of environment
77
I used random policy to evaluate the performance for 1000 times. We can take random policy as a baseline.
88

9-
with render:
9+
(1)with render:
1010
average episode time:0.10279795455932617 s;
1111
average step time: 0.7373 ms;
1212
average highest score:106.368;
1313
average total score:1078.252;
1414
average steps:139.417;
1515

16-
without render:
16+
(2)without render:
1717
average episode time:0.03773710775375366 s;
1818
average step time: 0.2671 ms;
1919
average highest score:108.24;

0 commit comments

Comments
 (0)