Skip to content

Commit b152ee3

Browse files
authored
Update README.md
1 parent 1656828 commit b152ee3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# 2048 Environment for Reinforcement Learning
22

3-
Thanks to the author of gym-2048 https://github.com/rgal/gym-2048. The code is easy to understand and runs efficiently. I just made some little changes for a better RL environment.
3+
Thanks to the author of gym-2048 https://github.com/rgal/gym-2048. The code is easy to understand and runs efficiently. I just made some little changes to make it a better RL environment.
44

55

66
## Performance of environment
77
I used random policy to evaluate the performance for 1000 times. We can take random policy as a baseline.
8-
The eval main function is in base_agent.py.
8+
The evaluation main function is in base_agent.py.
99

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

17-
### (2) without render:
17+
### (2) without rendering:
1818
average episode time:0.03773710775375366 s;
1919
average step time: 0.2671 ms;
2020
average highest score:108.24;

0 commit comments

Comments
 (0)