浏览代码

Update changelog

/develop/add-fire/changelog
Ervin Teng 4 年前
当前提交
7cd80378
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4
      com.unity.ml-agents/CHANGELOG.md

4
com.unity.ml-agents/CHANGELOG.md


- The interaction between EnvManager and TrainerController was changed; EnvManager.advance() was split into to stages,
and TrainerController now uses the results from the first stage to handle new behavior names. This change speeds up
Python training by approximately 5-10%. (#4259)
- Experimental PyTorch support has been added. Use `--torch` when running `mlagents-learn`, or add
`framework: pytorch` to your trainer configuration (under the behavior name) to enable it.
Note that PyTorch 1.6.0 or greater should be installed to use this feature; see
[the PyTorch website](https://pytorch.org/) for installation instructions. (#4335)
### Minor Changes
#### com.unity.ml-agents (C#)

正在加载...
取消
保存