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
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# 2048 Environment for Reinforcement Learning and DQN Algorithm implementation
1
+
# 2048 Environment and DQN Algorithm implementation
2
2
3
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
And I implemented dqn with many tricks using pytorch:
0 commit comments