Skip to content

Commit 70f1094

Browse files
authored
add requirements
1 parent 495674a commit 70f1094

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To display the result with game play,
4646
## Using GPU
4747
To enable gpu, change "USE_GPU" flag in "constants.py".
4848

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.)
5050

5151
|type | A3C-FF |A3C-LSTM |
5252
|-----|--------------------|------------------|
@@ -67,6 +67,12 @@ Score plots of local threads of pong were like these. (with GTX980Ti)
6767

6868
Scores are not averaged using global network unlike the original paper.
6969

70+
## Requirements
71+
- TensorFlow r0.12
72+
- numpy
73+
- cv2
74+
- matplotlib
75+
7076
## References
7177

7278
This project uses setting written in muupan's wiki [muuupan/async-rl] (https://github.com/muupan/async-rl/wiki)

0 commit comments

Comments
 (0)