浏览代码

Editing the Changelog for the changes made to observation_specs

/bullet-hell-barracuda-test-1.3.1
vincentpierre 3 年前
当前提交
d248d038
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
      com.unity.ml-agents/CHANGELOG.md

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


- Added a `--torch-device` commandline option to `mlagents-learn`, which sets the default
[`torch.device`](https://pytorch.org/docs/stable/tensor_attributes.html#torch.torch.device) used for training. (#4888)
- The `--cpu` commandline option had no effect and was removed. Use `--torch-device=cpu` to force CPU training. (#4888)
- The `mlagents_env` API has changed, `BehaviorSpec` is now has a `observation_specs` property containing a list of `ObservationSpec`. For more information on `ObservationSpec` see [here](https://github.com/Unity-Technologies/ml-agents/blob/master/docs/Python-API.md). (#4763, #4825)
### Bug Fixes
#### com.unity.ml-agents (C#)

正在加载...
取消
保存