Skip to content

Commit 01d5497

Browse files
Updated the release branch docs (#3621)
* Updated the release branch docs * Edited the README
1 parent 3ad43b3 commit 01d5497

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,23 @@ developer communities.
2929
* Unity environment control from Python
3030
* 15+ sample Unity environments
3131
* Two deep reinforcement learning algorithms,
32-
[Proximal Policy Optimization](https://github.com/Unity-Technologies/ml-agents/tree/latest_release/docs/Training-PPO.md)
33-
(PPO) and [Soft Actor-Critic](https://github.com/Unity-Technologies/ml-agents/tree/latest_release/docs/Training-SAC.md)
32+
[Proximal Policy Optimization](docs/Training-PPO.md)
33+
(PPO) and [Soft Actor-Critic](docs/Training-SAC.md)
3434
(SAC)
3535
* Support for multiple environment configurations and training scenarios
3636
* Self-play mechanism for training agents in adversarial scenarios
3737
* Train memory-enhanced agents using deep reinforcement learning
3838
* Easily definable Curriculum Learning and Generalization scenarios
39-
* Built-in support for [Imitation Learning](https://github.com/Unity-Technologies/ml-agents/tree/latest_release/docs/Training-Imitation-Learning.md) through Behavioral Cloning or Generative Adversarial Imitation Learning
39+
* Built-in support for [Imitation Learning](docs/Training-Imitation-Learning.md) through Behavioral Cloning or Generative Adversarial Imitation Learning
4040
* Flexible agent control with On Demand Decision Making
4141
* Visualizing network outputs within the environment
4242
* Wrap learning environments as a gym
4343
* Utilizes the Unity Inference Engine
4444
* Train using concurrent Unity environment instances
4545

4646
## Releases & Documentation
47-
**Our latest, stable release is 0.14.1. Click
48-
[here](https://github.com/Unity-Technologies/ml-agents/tree/latest_release/docs/Readme.md) to
47+
**Our latest, stable release is 0.15.0. Click
48+
[here](docs/Readme.md) to
4949
get started with the latest release of ML-Agents.**
5050

5151
The table below lists all our releases, including our `master` branch which is under active
@@ -61,8 +61,7 @@ details of the changes between versions.
6161

6262
| **Version** | **Release Date** | **Source** | **Documentation** | **Download** |
6363
|:-------:|:------:|:-------------:|:-------:|:------------:|
64-
| **master** (unstable) | -- | [source](https://github.com/Unity-Technologies/ml-agents/tree/master) | [docs](https://github.com/Unity-Technologies/ml-agents/tree/master/docs/Readme.md) | [download](https://github.com/Unity-Technologies/ml-agents/archive/master.zip) |
65-
| **0.14.1** (latest stable release) | February 26, 2020 | **[source](https://github.com/Unity-Technologies/ml-agents/tree/latest_release)** | **[docs](https://github.com/Unity-Technologies/ml-agents/tree/latest_release/docs/Readme.md)** | **[download](https://github.com/Unity-Technologies/ml-agents/archive/latest_release.zip)** |
64+
| **0.14.1** | February 26, 2020 | [source](https://github.com/Unity-Technologies/ml-agents/tree/0.14.1) | [docs](https://github.com/Unity-Technologies/ml-agents/tree/0.14.1/docs/Readme.md) | [download](https://github.com/Unity-Technologies/ml-agents/archive/0.14.1.zip) |
6665
| **0.14.0** | February 13, 2020 | [source](https://github.com/Unity-Technologies/ml-agents/tree/0.14.0) | [docs](https://github.com/Unity-Technologies/ml-agents/tree/0.14.0/docs/Readme.md) | [download](https://github.com/Unity-Technologies/ml-agents/archive/0.14.0.zip) |
6766
| **0.13.1** | January 21, 2020 | [source](https://github.com/Unity-Technologies/ml-agents/tree/0.13.1) | [docs](https://github.com/Unity-Technologies/ml-agents/tree/0.13.1/docs/Readme.md) | [download](https://github.com/Unity-Technologies/ml-agents/archive/0.13.1.zip) |
6867
| **0.13.0** | January 8, 2020 | [source](https://github.com/Unity-Technologies/ml-agents/tree/0.13.0) | [docs](https://github.com/Unity-Technologies/ml-agents/tree/0.13.0/docs/Readme.md) | [download](https://github.com/Unity-Technologies/ml-agents/archive/0.13.0.zip) |

com.unity.ml-agents/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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

77

8-
## [Unreleased]
8+
## [0.15.0-preview] - 2020-03-18
99
### Major Changes
1010
- `Agent.CollectObservations` now takes a VectorSensor argument. (#3352, #3389)
1111
- Added `Agent.CollectDiscreteActionMasks` virtual method with a `DiscreteActionMasker` argument to specify which discrete actions are unavailable to the Agent. (#3525)

docs/Migrating.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The versions can be found in
77

88
# Migrating
99

10-
## Migrating from 0.14 to latest
10+
## Migrating from 0.14 to 0.15
1111

1212
### Important changes
1313
* The `Agent.CollectObservations()` virtual method now takes as input a `VectorSensor` sensor as argument. The `Agent.AddVectorObs()` methods were removed.

0 commit comments

Comments
 (0)