Skip to content

Commit 9b8a02b

Browse files
authored
Merge pull request #2474 from Unity-Technologies/release-0.9.2-flake8-fix
Fixed the flake8
2 parents f92b565 + 88ec98d commit 9b8a02b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ml-agents/mlagents/trainers/learn.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,8 @@ 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 Setting this flag enables the use of multiple GPU's (if available) during training [default: False].
311+
--multi-gpu Setting this flag enables the use of multiple GPU's (if available) during training
312+
[default: False].
312313
"""
313314

314315
options = docopt(_USAGE)

0 commit comments

Comments
 (0)