Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion com.unity.ml-agents/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ or actuators on your system. (#5194)
#### ml-agents / ml-agents-envs / gym-unity (Python)
- The `--resume` flag now supports resuming experiments with additional reward providers or
loading partial models if the network architecture has changed. See
[here](https://github.com/Unity-Technologies/ml-agents/blob/release-16_docs/docs/Training-ML-Agents.md#loading-an-existing-model)
[here](https://github.com/Unity-Technologies/ml-agents/blob/release_16_docs/docs/Training-ML-Agents.md#loading-an-existing-model)
for more details. (#5213)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion utils/run_markdown_link_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
)

for f in args.files:
subprocess_args = ["markdown-link-check", "-c", config_file, f]
subprocess_args = ["markdown-link-check", "-q", "-c", config_file, f]
subprocess.check_call(subprocess_args)