File tree Expand file tree Collapse file tree 5 files changed +9
-4
lines changed
com.unity.ml-agents.extensions
ml-agents-envs/mlagents_envs
ml-agents/mlagents/trainers Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " com.unity.ml-agents.extensions" ,
33 "displayName" : " ML Agents Extensions" ,
4- "version" : " 0.3.1 -preview" ,
4+ "version" : " 0.4.0 -preview" ,
55 "unity" : " 2019.4" ,
66 "description" : " A source-only package for new features based on ML-Agents" ,
77 "dependencies" : {
Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66and this project adheres to
77[ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
88
9+ ## [ Unreleased]
10+ ### Major Changes
11+ ### Minor Changes
12+ ### Bug Fixes
13+
914
1015## [ 2.0.0-exp.1] - 2021-04-22
1116### Major Changes
Original file line number Diff line number Diff line change 11# Version of the library that will be used to upload to pypi
2- __version__ = "0.26 .0.dev0"
2+ __version__ = "0.27 .0.dev0"
33
44# Git tag that will be checked to determine whether to trigger upload to pypi
55__release_tag__ = None
Original file line number Diff line number Diff line change 11# Version of the library that will be used to upload to pypi
2- __version__ = "0.26 .0.dev0"
2+ __version__ = "0.27 .0.dev0"
33
44# Git tag that will be checked to determine whether to trigger upload to pypi
55__release_tag__ = None
Original file line number Diff line number Diff line change 11# Version of the library that will be used to upload to pypi
2- __version__ = "0.26 .0.dev0"
2+ __version__ = "0.27 .0.dev0"
33
44# Git tag that will be checked to determine whether to trigger upload to pypi
55__release_tag__ = None
You can’t perform that action at this time.
0 commit comments