Skip to content
Merged
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
4 changes: 3 additions & 1 deletion docs/Unity-Inference-Engine.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.