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 f92b565 + 88ec98d commit 9b8a02bCopy full SHA for 9b8a02b
ml-agents/mlagents/trainers/learn.py
@@ -308,7 +308,8 @@ def main():
308
--docker-target-name=<dt> Docker volume to store training-specific files [default: None].
309
--no-graphics Whether to run the environment in no-graphics mode [default: False].
310
--debug Whether to run ML-Agents in debug mode with detailed logging [default: False].
311
- --multi-gpu Setting this flag enables the use of multiple GPU's (if available) during training [default: False].
+ --multi-gpu Setting this flag enables the use of multiple GPU's (if available) during training
312
+ [default: False].
313
"""
314
315
options = docopt(_USAGE)
0 commit comments