Skip to content

Increase min supported tensorflow to 1.14.0 #4411

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Aug 22, 2020

Conversation

chriselion
Copy link
Contributor

@chriselion chriselion commented Aug 21, 2020

Proposed change(s)

Increase min supported tensorflow to 1.14.0 - this version was released in June 2019.
Reduce number of test configs (which was the main goal).

Previously we ran

  • Python 3.6.1 with TF 1.7.0
  • Python 3.7.3 with TF 1.15.x
  • Python 3.7.3 with TF 2.2.0 RC1
  • Python 3.8.2 with TF 2.2.0 RC1

There's not a lot of benefit to running both of the last two, so we'll get rid of the "Python 3.7.3 with TF 2.2.0 RC1" variant.
The updated list is

  • Python 3.6.1 with TF 1.14.0
  • Python 3.7.3 with TF 1.15.x
  • Python 3.8.2 with TF 2.3.0

Useful links (Github issues, JIRA tickets, ML-Agents forum threads etc.)

Types of change(s)

  • Bug fix
  • New feature
  • Code refactor
  • Breaking change
  • Documentation update
  • Other (please describe)

Checklist

  • Added tests that prove my fix is effective or that my feature works
  • Updated the changelog (if applicable)
  • Updated the documentation (if applicable)
  • Updated the migration guide (if applicable)

Other comments

@@ -17,6 +17,11 @@ and this project adheres to
- Update Barracuda to 1.0.2.
- Enabled C# formatting using `dotnet-format`.
#### ml-agents / ml-agents-envs / gym-unity (Python)
- Experimental PyTorch support has been added. Use `--torch` when running `mlagents-learn`, or add
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Moved this to the current "unreleased" section.

@chriselion chriselion merged commit 8e98292 into master Aug 22, 2020
@chriselion chriselion deleted the increase-min-tensorflow-version branch September 16, 2020 17:08
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants