浏览代码

add doc change

/fix-resume-imi
Andrew Cohen 4 年前
当前提交
58c14f84
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7
      docs/Training-ML-Agents.md

7
docs/Training-ML-Agents.md


want to run inference in Unity, you should use the
[Unity Inference Engine](Getting-Started.md#running-a-pre-trained-model).
Additionally, if the network architecture changes, you may still load an existing model,
and ML-Agents will only load the parts of the model that haven't changed. For instance,
if you add a new reward signal, the existing model will load but the new reward signal
will be initialized from scratch. If you have a model with a visual encoder (CNN) but
change the `hidden_units`, the CNN will be loaded but the body of the network will be
initialized from scratch.
Alternatively, you might want to start a new training run but _initialize_ it
using an already-trained model. You may want to do this, for instance, if your
environment changed and you want a new model, but the old behavior is still

正在加载...
取消
保存