Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified Project/Assets/ML-Agents/Examples/3DBall/TFModels/3DBall.nn
Binary file not shown.
Binary file modified Project/Assets/ML-Agents/Examples/3DBall/TFModels/3DBallHard.nn
Binary file not shown.
Binary file modified Project/Assets/ML-Agents/Examples/Basic/TFModels/Basic.nn
Binary file not shown.
Binary file modified Project/Assets/ML-Agents/Examples/Bouncer/TFModels/Bouncer.nn
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Project/Assets/ML-Agents/Examples/GridWorld/TFModels/GridWorld.nn
Binary file not shown.
Binary file modified Project/Assets/ML-Agents/Examples/Hallway/TFModels/Hallway.nn
Binary file not shown.
Binary file modified Project/Assets/ML-Agents/Examples/PushBlock/TFModels/PushBlock.nn
Binary file not shown.
Binary file modified Project/Assets/ML-Agents/Examples/Pyramids/TFModels/Pyramids.nn
Binary file not shown.
Binary file modified Project/Assets/ML-Agents/Examples/Reacher/TFModels/Reacher.nn
Binary file not shown.
Binary file modified Project/Assets/ML-Agents/Examples/Soccer/TFModels/Soccer.nn
Binary file not shown.
Binary file modified Project/Assets/ML-Agents/Examples/Tennis/TFModels/Tennis.nn
Binary file not shown.
Binary file modified Project/Assets/ML-Agents/Examples/Walker/TFModels/Walker.nn
Binary file not shown.
Binary file modified Project/Assets/ML-Agents/Examples/WallJump/TFModels/BigWallJump.nn
Binary file not shown.
Binary file not shown.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ developer communities.
* Unity environment control from Python
* 15+ sample Unity environments
* Two deep reinforcement learning algorithms,
[Proximal Policy Optimization](https://github.com/Unity-Technologies/ml-agents/tree/latest_release/docs/Training-PPO.md)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we keep these pointing to latest_release?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why? Is there a reason for it?

Copy link
Contributor

@chriselion chriselion Mar 19, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So that people landing on the main page will get linked to the latest_release of the docs instead of the master docs (which are sometime incompatible)

Copy link
Contributor Author

@vincentpierre vincentpierre Mar 19, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would mean that we would need to change it everytime we do a release right? (since we do not was any latest_release tag in the release branches.)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That would only happen if they are on the master branch (in which case the docs should point to master). If they want the docs for the latest release, they should actually check the tag for latest_release.

I think you are pointing to another issue, which is latest_release branch should be the landing page of ml-agents.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, let's take the discussion offline. This is good to merge as it is.

(PPO) and [Soft Actor-Critic](https://github.com/Unity-Technologies/ml-agents/tree/latest_release/docs/Training-SAC.md)
[Proximal Policy Optimization](docs/Training-PPO.md)
(PPO) and [Soft Actor-Critic](docs/Training-SAC.md)
(SAC)
* Support for multiple environment configurations and training scenarios
* Self-play mechanism for training agents in adversarial scenarios
* Train memory-enhanced agents using deep reinforcement learning
* Easily definable Curriculum Learning and Generalization scenarios
* 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
* Built-in support for [Imitation Learning](docs/Training-Imitation-Learning.md) through Behavioral Cloning or Generative Adversarial Imitation Learning
* Flexible agent control with On Demand Decision Making
* Visualizing network outputs within the environment
* Wrap learning environments as a gym
Expand All @@ -46,6 +46,7 @@ developer communities.
## Releases & Documentation
**Our latest, stable release is 0.15.0. Click
[here](https://github.com/Unity-Technologies/ml-agents/tree/latest_release/docs/Readme.md) to

get started with the latest release of ML-Agents.**

The table below lists all our releases, including our `master` branch which is under active
Expand Down