We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 938d03a commit b2ea101Copy full SHA for b2ea101
docs/Python-API.md
@@ -86,9 +86,7 @@ to read more about how you can interact with the Unity environment from Python.
86
trainers utilize the same random seed.
87
- `side_channels` provides a way to exchange data with the Unity simulation that
88
is not related to the reinforcement learning loop. For example: configurations
89
- or properties. More on them in the
90
- [Modifying the environment from Python](Python-API.md#modifying-the-environment-from-python)
91
- section.
+ or properties. More on them in the [Side Channels](Custom-SideChannels.md) doc.
92
93
If you want to directly interact with the Editor, you need to use
94
`file_name=None`, then press the **Play** button in the Editor when the message
0 commit comments