浏览代码

Fixing parameter in docs.

/develop-generalizationTraining-TrainerController
Deric Pang 6 年前
当前提交
0fbeeda5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      docs/Training-Curriculum-Learning.md

2
docs/Training-Curriculum-Learning.md


taken place, or what the average reward the agent has received in the recent past is.
Finally, we have to use the reset parameter we defined and modify the environment from
the agent's `AgentReset()` function.
Once these are in place, we simply launch learn.py using the `–curriculum-file` flag to
Once these are in place, we simply launch learn.py using the `–curriculum` flag to
point to the JSON file, and PPO we will train using Curriculum Learning. Of course we can
then keep track of the current lesson and progress via TensorBoard.

正在加载...
取消
保存