Skip to content

Commit f086fb4

Browse files
author
Chris Elion
authored
move extensions changelog entries to main changelog (#4427)
1 parent f825511 commit f086fb4

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed
Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
# Changelog
2-
All notable changes to this package will be documented in this file.
3-
4-
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5-
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
2+
This changelog isn't used; please add to the `com.unity.ml-agents` changelog instead.
63

74
## [Unreleased]
85
* Initial version
9-
10-
### Minor Changes
11-
#### com.unity.ml-agents.extensions (C#)
12-
- Added the GridSensor and GridSensor tests
13-
#### ml-agents-envs (Python)
14-
- Modified the rpc_utils.py to support multiple PNGs

com.unity.ml-agents/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,21 @@ and this project adheres to
1313
#### ml-agents / ml-agents-envs / gym-unity (Python)
1414

1515
### Minor Changes
16+
1617
#### com.unity.ml-agents (C#)
1718
- Update Barracuda to 1.1.0-preview (#4208)
1819
- Enabled C# formatting using `dotnet-format`. (#4362)
20+
- GridSensor was added to the com.unity.ml-agents.extensions package. Thank you
21+
to Jaden Travnik from Eidos Montreal for the contribution! (#4399)
1922
#### ml-agents / ml-agents-envs / gym-unity (Python)
2023
- Experimental PyTorch support has been added. Use `--torch` when running `mlagents-learn`, or add
2124
`framework: pytorch` to your trainer configuration (under the behavior name) to enable it.
2225
Note that PyTorch 1.6.0 or greater should be installed to use this feature; see
2326
[the PyTorch website](https://pytorch.org/) for installation instructions. (#4335)
2427
- The minimum supported version of TensorFlow was increased to 1.14.0. (#4411)
28+
- Compressed visual observations with >3 channels are now supported. In
29+
ISensor.GetCompressedObservation(), this can be done by writing 3 channels at a
30+
time to a PNG and concatenating the resulting bytes. (#4399)
2531
- A CNN (`vis_encode_type: match3`) for smaller grids, e.g. board games, has been added.
2632
(#4434)
2733

0 commit comments

Comments
 (0)