Skip to content

Commit 09b9925

Browse files
author
Anupam Bhatnagar
authored
Update section name in changelog.md (#3499)
1 parent d3bd874 commit 09b9925

File tree

8 files changed

+18
-25
lines changed

8 files changed

+18
-25
lines changed

Project/Assets/ML-Agents/Examples/SharedAssets/Materials/White.mat

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
Material:
55
serializedVersion: 6
66
m_ObjectHideFlags: 0
7-
m_PrefabParentObject: {fileID: 0}
8-
m_PrefabInternal: {fileID: 0}
7+
m_CorrespondingSourceObject: {fileID: 0}
8+
m_PrefabInstance: {fileID: 0}
9+
m_PrefabAsset: {fileID: 0}
910
m_Name: White
1011
m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0}
1112
m_ShaderKeywords: _GLOSSYREFLECTIONS_OFF _SPECULARHIGHLIGHTS_OFF

Project/Assets/ML-Agents/Examples/WallJump/Materials/TransparentWall.mat

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
Material:
55
serializedVersion: 6
66
m_ObjectHideFlags: 0
7-
m_PrefabParentObject: {fileID: 0}
8-
m_PrefabInternal: {fileID: 0}
7+
m_CorrespondingSourceObject: {fileID: 0}
8+
m_PrefabInstance: {fileID: 0}
9+
m_PrefabAsset: {fileID: 0}
910
m_Name: TransparentWall
1011
m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0}
1112
m_ShaderKeywords: _ALPHABLEND_ON
@@ -73,5 +74,5 @@ Material:
7374
- _UVSec: 0
7475
- _ZWrite: 0
7576
m_Colors:
76-
- _Color: {r: 0.56228375, g: 0.76044035, b: 0.9558824, a: 0.603}
77+
- _Color: {r: 0.043137256, g: 0.0627451, b: 0.5764706, a: 1}
7778
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}

Project/Assets/ML-Agents/Examples/WallJump/Materials/spawnVolumeMaterial.mat

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
Material:
55
serializedVersion: 6
66
m_ObjectHideFlags: 0
7-
m_PrefabParentObject: {fileID: 0}
8-
m_PrefabInternal: {fileID: 0}
7+
m_CorrespondingSourceObject: {fileID: 0}
8+
m_PrefabInstance: {fileID: 0}
9+
m_PrefabAsset: {fileID: 0}
910
m_Name: spawnVolumeMaterial
1011
m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0}
1112
m_ShaderKeywords: _ALPHABLEND_ON
@@ -73,5 +74,5 @@ Material:
7374
- _UVSec: 0
7475
- _ZWrite: 0
7576
m_Colors:
76-
- _Color: {r: 0, g: 0.83448315, b: 1, a: 0.303}
77+
- _Color: {r: 0.09411766, g: 0.098039225, b: 0.7568628, a: 1}
7778
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}

com.unity.ml-agents/CHANGELOG.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,14 @@ All notable changes to this package will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
8-
### Major Changes
9-
- Agent.CollectObservations now takes a VectorSensor argument. It was also overloaded to optionally take an ActionMasker argument. (#3352, #3389)
10-
11-
### Minor Changes
12-
- Monitor.cs was moved to Examples. (#3372)
13-
- Automatic stepping for Academy is now controlled from the AutomaticSteppingEnabled property. (#3376)
14-
- The GetEpisodeCount, GetStepCount, GetTotalStepCount and methods of Academy were changed to EpisodeCount, StepCount, TotalStepCount properties respectively. (#3376)
15-
- Several classes were changed from public to internal visibility. (#3390)
16-
- Academy.RegisterSideChannel and UnregisterSideChannel methods were added. (#3391)
17-
- A tutorial on adding custom SideChannels was added (#3391)
18-
- Update Barracuda to 0.6.0-preview
7+
## [0.14.1-preview] - 2020-02-25
198

209
### Bug Fixes
2110
- Fixed an issue which caused self-play training sessions to consume a lot of memory. (#3451)
2211
- Fixed an IndexError when using GAIL or behavioral cloning with demonstrations recorded with 0.14.0 or later (#3464)
2312
- Updated the `gail_config.yaml` to work with per-Agent steps (#3475)
24-
13+
- Fixed demonstration recording of experiences when the Agent is done. (#3463)
14+
- Fixed a bug with the rewards of multiple Agents in the gym interface (#3471, #3496)
2515

2616
## [0.14.0-preview] - 2020-02-13
2717

com.unity.ml-agents/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.unity.ml-agents",
33
"displayName":"ML Agents",
4-
"version": "0.14.0-preview",
4+
"version": "0.14.1-preview",
55
"unity": "2018.4",
66
"description": "Add interactivity to your game with Machine Learning Agents trained using Deep Reinforcement Learning.",
77
"dependencies": {

gym-unity/gym_unity/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.14.0"
1+
__version__ = "0.14.1"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.14.0"
1+
__version__ = "0.14.1"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.14.0"
1+
__version__ = "0.14.1"

0 commit comments

Comments
 (0)