浏览代码

fixed the learn.py with a better way

/develop-generalizationTraining-TrainerController
Vincent Gao 6 年前
当前提交
2f373c5a
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 4
      python/learn.py

4
python/learn.py


_USAGE = '''
Usage:
learn (<env>) [options]
Execute with --help to get more information
learn --help
--help Show this message.
--curriculum=<file> Curriculum json file for environment [default: None].
--keep-checkpoints=<n> How many model checkpoints to keep [default: 5].
--lesson=<n> Start learning from this lesson [default: 0].

正在加载...
取消
保存