浏览代码

update as per comments

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

3
docs/Learning-Environment-Design.md


In some games, it may be desirable to step the environment with the Academy manually via `Academy.Instance.EnvironmentStep()`.
If this is the case, be sure `Academy.Instance.EnvironmentStep()` is not called directly or indirectly by the agent's
`CollectObservations()` function as this will cause an infinite loop that prevents that main Academy update function from being called.
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.
### Multiple Areas

正在加载...
取消
保存