Skip to content

Commit

Permalink
update help comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dgriff777 authored Apr 18, 2023
1 parent 9c8f537 commit 4170f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"-tl",
"--tensorboard-logger",
action="store_true",
help="Creates tensorboard logger to monitor value and policy loss",
help="Creates tensorboard logger to see graph of model, view model weights and biases, and monitor test agent reward progress",
)
parser.add_argument(
"-evc", "--env-config",
Expand Down

0 comments on commit 4170f7d

Please sign in to comment.