浏览代码

Update changelog for changes since 0.14 release branch (#3443)

* Update changelog for changes since 0.14 release branch

* Try to make package checks happy.
/asymm-envs
GitHub 4 年前
当前提交
d42eab70
共有 1 个文件被更改,包括 15 次插入0 次删除
  1. 15
      com.unity.ml-agents/CHANGELOG.md

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


The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Major Changes
- Agent.CollectObservations now takes a VectorSensor argument. It was also overloaded to optionally take an ActionMasker argument. (#3352, #3389)
### Minor Changes
- Monitor.cs was moved to Examples. (#3372)
- Automatic stepping for Academy is now controlled from the AutomaticSteppingEnabled property. (#3376)
- The GetEpisodeCount, GetStepCount, GetTotalStepCount and methods of Academy were changed to EpisodeCount, StepCount, TotalStepCount properties respectively. (#3376)
- Several classes were changed from public to internal visibility. (#3390)
- Academy.RegisterSideChannel and UnregisterSideChannel methods were added. (#3391)
- A tutorial on adding custom SideChannels was added (#3391)
### Bugfixes
## [0.14.0-preview] - 2020-02-13
### Major Changes

正在加载...
取消
保存