Skip to content

Commit 7092f06

Browse files
authored
add LOCAL_T_MAX comparison
1 parent d67e7dc commit 7092f06

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,15 @@ When running with 8 parallel game environemts, speeds of GPU (GTX980Ti) and CPU(
5555

5656

5757
## Result
58-
Score plots of local threads of pong in 24h were like these. (with GTX980Ti)
58+
Score plots of local threads of pong were like these. (with GTX980Ti)
5959

60-
### A3C-FF
61-
(70.9 million global steps in 24 hours)
60+
### A3C-LSTM LOCAL_T_MAX = 5
6261

63-
![A3C-FF scores](https://github.com/miyosuda/async_deep_reinforce/blob/master/docs/graph_24h.png)
62+
![A3C-LSTM T=5](./docs/graph_t5.png)
6463

65-
### A3C-LSTM
66-
(35.9 million global steps in 24 hours)
64+
### A3C-LSTM LOCAL_T_MAX = 20
6765

68-
![A3C-LSTM scores](https://github.com/miyosuda/async_deep_reinforce/blob/master/docs/graph_24h_lstm.png)
66+
![A3C-LSTM T=20](./docs/graph_t20.png)
6967

7068
Scores are not averaged using global network unlike the original paper.
7169

0 commit comments

Comments
 (0)