You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,20 @@
1
1
# 2048 Environment for Reinforcement Learning
2
2
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.
4
4
5
5
6
6
## Performance of environment
7
7
I used random policy to evaluate the performance for 1000 times. We can take random policy as a baseline.
0 commit comments