diff --git a/docs/Unity-Inference-Engine.md b/docs/Unity-Inference-Engine.md index 6ff5b2e158..5a55ca85e8 100644 --- a/docs/Unity-Inference-Engine.md +++ b/docs/Unity-Inference-Engine.md @@ -32,4 +32,6 @@ Uncheck the `Control` checkbox for the corresponding **Brain** in the **BroadcastHub** of the Academy. Select the **Inference Device** : CPU or GPU you want to use for Inference. -_Note: For most of the models generated with the ML-Agents toolkit, CPU will be faster than GPU. Only use GPU if you have a large number of agents using visual observations._ +**Note:** For most of the models generated with the ML-Agents toolkit, CPU will be faster than GPU. +You should use the GPU only if you use the +ResNet visual encoder or have a large number of agents with visual observations.