浏览代码

add warning to academy docs

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

6
docs/Learning-Environment-Design.md


for each training episode. Otherwise, the agent would probably on learn to solve
one, particular maze, not mazes in general.
#### Academy Pitfalls
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.
### Multiple Areas
In many of the example environments, many copies of the training area are

正在加载...
取消
保存