From c4f76d30142da1515a31b5113d75539a837fc0fc Mon Sep 17 00:00:00 2001 From: milant Date: Wed, 1 Sep 2021 03:29:13 -0700 Subject: [PATCH] Fixed formatting of a Note in Training-Plugins.md Corrected a "Note" heading that should be bolded. --- docs/Training-Plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Training-Plugins.md b/docs/Training-Plugins.md index 18b36deab0..24ba45d6a8 100644 --- a/docs/Training-Plugins.md +++ b/docs/Training-Plugins.md @@ -3,7 +3,7 @@ ML-Agents provides support for running your own python implementations of specific interfaces during the training process. These interfaces are currently fairly limited, but will be expanded in the future. -** Note ** Plugin interfaces should currently be considered "in beta", and they may change in future releases. +**Note:** Plugin interfaces should currently be considered "in beta", and they may change in future releases. ## How to Write Your Own Plugin [This video](https://www.youtube.com/watch?v=fY3Y_xPKWNA) explains the basics of how to create a plugin system using