浏览代码

[Documentation] Adding a few lines to mention that ML-Agents only works with NN generated with our trainers (#3426)

* [Documentation] Adding a few lines to mention that ML-Agents only works with NN generated with our trainers

* Editing the Limitations doc to reflect the comments;
/asymm-envs
GitHub 5 年前
当前提交
d2edde24
共有 2 个文件被更改,包括 7 次插入0 次删除
  1. 4
      docs/Limitations.md
  2. 3
      docs/Unity-Inference-Engine.md

4
docs/Limitations.md


`Academy.Instance.DisableAutomaticStepping()`, and then calling
`Academy.Instance.EnvironmentStep()`
### Unity Inference Engine Models
Currently, only models created with our trainers are supported for running
ML-Agents with a neural network behavior.
## Python API
### Python version

3
docs/Unity-Inference-Engine.md


[compute shaders](https://docs.unity3d.com/Manual/class-ComputeShader.html)
to run the neural network within Unity.
__Note__: The ML-Agents toolkit only supports the models created with our
trainers.
## Supported devices
Scripting Backends : The Unity Inference Engine is generally faster with

正在加载...
取消
保存