We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85c7efd + 9ba6b4b commit e19ac39Copy full SHA for e19ac39
README.md
@@ -16,6 +16,12 @@ OMP_NUM_THREADS=1 python main.py --env-name "PongDeterministic-v3" --num-process
16
17
This code runs evaluation in a separate thread in addition to 16 processes.
18
19
+Note:
20
+Install most recent nightly build (version '0.1.10+2fd4d08' or later) of PyTorch via this command to prevent memory leaks:
21
+`
22
+pip install git+https://github.com/pytorch/pytorch
23
24
+
25
## Results
26
27
With 16 processes it converges for PongDeterministic-v3 in 15 minutes.
0 commit comments