File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ To display the result with game play,
46
46
## Using GPU
47
47
To enable gpu, change "USE_GPU" flag in "constants.py".
48
48
49
- When running with 8 parallel game environemts, speeds of GPU (GTX980Ti) and CPU(Core i7 6700) were like this.
49
+ When running with 8 parallel game environemts, speeds of GPU (GTX980Ti) and CPU(Core i7 6700) were like this. (Recorded with LOCAL_T_MAX=20 setting.)
50
50
51
51
| type | A3C-FF | A3C-LSTM |
52
52
| -----| --------------------| ------------------|
@@ -67,6 +67,12 @@ Score plots of local threads of pong were like these. (with GTX980Ti)
67
67
68
68
Scores are not averaged using global network unlike the original paper.
69
69
70
+ ## Requirements
71
+ - TensorFlow r0.12
72
+ - numpy
73
+ - cv2
74
+ - matplotlib
75
+
70
76
## References
71
77
72
78
This project uses setting written in muupan's wiki [ muuupan/async-rl] (https://github.com/muupan/async-rl/wiki )
You can’t perform that action at this time.
0 commit comments