浏览代码

make docs agree with code (#2612)

/develop-gpu-test
GitHub 5 年前
当前提交
28ccd100
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 4
      docs/Python-API.md

4
docs/Python-API.md


- **Print : `print(str(env))`**
Prints all parameters relevant to the loaded environment and the
Brains.
- **Reset : `env.reset(train_model=True, config=None)`**
- **Reset : `env.reset(train_mode=True, config=None)`**
- `train_model` indicates whether to run the environment in train (`True`) or
- `train_mode` indicates whether to run the environment in train (`True`) or
test (`False`) mode.
- `config` is an optional dictionary of configuration flags specific to the
environment. For generic environments, `config` can be ignored. `config` is

正在加载...
取消
保存