File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -445,8 +445,8 @@ Below is a list of included `sampler-type` as part of the toolkit.
445
445
` interval_2_max` ], ...]
446
446
- **sub-arguments** - `intervals`
447
447
448
- The implementation of the samplers can be found at
449
- ` ml-agents-envs/mlagents_envs/ sampler_class.py` .
448
+ The implementation of the samplers can be found in the
449
+ [sampler_class.py file](../ ml-agents/mlagents/trainers/ sampler_class.py) .
450
450
451
451
# ### Defining a New Sampler Type
452
452
Original file line number Diff line number Diff line change @@ -21,10 +21,8 @@ session running on port 6006 a new session can be launched on an open port using
21
21
the --port option.
22
22
23
23
** Note:** If you don't assign a ` run-id ` identifier, ` mlagents-learn ` uses the
24
- default string, "ppo". All the statistics will be saved to the same sub-folder
25
- and displayed as one session in TensorBoard. After a few runs, the displays can
26
- become difficult to interpret in this situation. You can delete the folders
27
- under the ` summaries ` directory to clear out old statistics.
24
+ default string, "ppo". You can delete the folders under the ` results ` directory
25
+ to clear out old statistics.
28
26
29
27
On the left side of the TensorBoard window, you can select which of the training
30
28
runs you want to display. You can select multiple run-ids to compare statistics.
You can’t perform that action at this time.
0 commit comments