Skip to content

Commit 55bfe70

Browse files
committed
Update docs
1 parent 9b3520f commit 55bfe70

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/Getting-Started.md

+1
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ example.
121121
1. Set the **Inference Device** to use for this model as `CPU`.
122122
1. If the model is trained with Release 19 or later, you can select
123123
`Deterministic Inference` to choose actions deterministically from the model.
124+
Works only for inference within unity with no python process involved.
124125
1. Click the **Play** button in the Unity Editor and you will see the platforms
125126
balance the balls using the pre-trained model.
126127

docs/Learning-Environment-Design-Agents.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,7 @@ be called independently of the `Max Step` property.
988988
- `Inference Device` - Whether to use CPU or GPU to run the model during
989989
inference
990990
- `Deterministic Inference` - Weather to set action selection to deterministic,
991-
Only applies to inference from within unity (no python process involved) and
991+
Only applies to inference from within unity (with no python process involved) and
992992
Release 19 or later.
993993
- `Behavior Type` - Determines whether the Agent will do training, inference,
994994
or use its Heuristic() method:

0 commit comments

Comments
 (0)