Skip to content

Commit f92b565

Browse files
authored
Merge pull request #2472 from Unity-Technologies/release-0.9.2-multi-gpu-doc
Added the doc for multi-gpu
2 parents 2f00ea5 + 3338b1e commit f92b565

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/Training-ML-Agents.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ environment, you can set the following command line options when invoking
148148
[here](https://docs.unity3d.com/Manual/CommandLineArguments.html) for more
149149
details.
150150
* `--debug`: Specify this option to enable debug-level logging for some parts of the code.
151+
* `--multi-gpu`: Setting this flag enables the use of multiple GPU's (if available) during training.
151152

152153
### Training Config File
153154

ml-agents/mlagents/trainers/learn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ def main():
308308
--docker-target-name=<dt> Docker volume to store training-specific files [default: None].
309309
--no-graphics Whether to run the environment in no-graphics mode [default: False].
310310
--debug Whether to run ML-Agents in debug mode with detailed logging [default: False].
311-
--multi-gpu Whether to use multiple GPU training [default: False].
311+
--multi-gpu Setting this flag enables the use of multiple GPU's (if available) during training [default: False].
312312
"""
313313

314314
options = docopt(_USAGE)

0 commit comments

Comments
 (0)