Skip to content

Commit

Permalink
Update sample_factory_wrapper.py
Browse files Browse the repository at this point in the history
tensorboard name correction
  • Loading branch information
Ivan-267 authored Jul 16, 2023
1 parent 93f7e9d commit 751df76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion godot_rl/wrappers/sample_factory_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def add_gdrl_env_args(_env, p: argparse.ArgumentParser, evaluation=False):
"--experiment_name",
default=None,
type=str,
help="The name of the experiment, which will be displayed in tensborboard",
help="The name of the experiment, which will be displayed in tensorboard",
)


Expand Down

0 comments on commit 751df76

Please sign in to comment.