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
@@ -23,4 +23,4 @@ For example, if `num_workers` is equal to 2, `GPU_ID` might be `(0 1)`, `(2 4)`,
23
23
24
24
## References
25
25
* The network architecture from [@ischlag](https://github.com/ischlag/distributed-tensorflow-example). However, not exactly the same. For example, TensorFlow graph is a little bit different.
26
-
* Some functions and ideas come from OpenAI's [universe-starter-agent](https://github.com/openai/universe-starter-agent). However, the code does not suppor GPU.
26
+
* Some functions and ideas come from OpenAI's [universe-starter-agent](https://github.com/openai/universe-starter-agent). However, the original code does not support GPU usage.
0 commit comments