浏览代码

stepping is advanced note

/fix-env-step-loop
Andrew Cohen 4 年前
当前提交
07833e96
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
      docs/Learning-Environment-Design.md

1
docs/Learning-Environment-Design.md


#### Academy Pitfalls
In some games, it may be desirable to step the environment with the Academy manually via `Academy.Instance.EnvironmentStep()`.
Note, stepping manually is an advanced scenario and some care is required.
If this is the case, be sure `Academy.Instance.EnvironmentStep()` is not called directly or indirectly by the agent's
API e.g. from the `CollectObservations()`, `OnActionReceived`, and `Heuristic()` functions as this will
cause an infinite loop that prevents the main Academy update function from being called.

正在加载...
取消
保存