浏览代码

Fix a typo in Python-API.md (#4179)

Fix behavior_spec to behavior_specs
/MLA-1734-demo-provider
GitHub 4 年前
当前提交
538694da
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      docs/Python-API.md

2
docs/Python-API.md


env = UnityEnvironment(file_name="3DBall", seed=1, side_channels=[])
# Start interacting with the evironment.
env.reset()
behavior_names = env.behavior_spec.keys()
behavior_names = env.behavior_specs.keys()
...
```
**NOTE:** Please read [Interacting with a Unity Environment](#interacting-with-a-unity-environment)

正在加载...
取消
保存