[go: nahoru, domu]

Skip to content

Commit

Permalink
Updates README docs for 0.8.0 release.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 387110716
Change-Id: I8f3b7de4cca965123ecd7f36d5c855c67acd10e9
  • Loading branch information
tfboyd authored and Copybara-Service committed Jul 27, 2021
1 parent fbf60f3 commit 1b6c603
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ $ pip install --user tf-agents[reverb]
# Use this tag get the matching examples and colabs.
$ git clone https://github.com/tensorflow/agents.git
$ cd agents
$ git checkout v0.6.0
$ git checkout v0.8.0
```

If you want to install TF-Agents with versions of Tensorflow or
Expand Down
3 changes: 2 additions & 1 deletion docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $ pip install --user tf-agents[reverb]
# Use this tag get the matching examples and colabs.
$ git clone https://github.com/tensorflow/agents.git
$ cd agents
$ git checkout v0.7.1
$ git checkout v0.8.0
```

If you want to install TF-Agents with versions of Tensorflow or
Expand Down Expand Up @@ -96,6 +96,7 @@ users that may be locked into a specific version of TensorFlow.
Release | Branch / Tag | TensorFlow Version
------- | ---------------------------------------------------------- | ------------------
Nightly | [master](https://github.com/tensorflow/agents) | tf-nightly
0.8.0 | [v0.8.0](https://github.com/tensorflow/agents/tree/v0.8.0) | 2.5.0
0.7.1 | [v0.7.1](https://github.com/tensorflow/agents/tree/v0.7.1) | 2.4.0
0.6.0 | [v0.6.0](https://github.com/tensorflow/agents/tree/v0.6.0) | 2.3.0
0.5.0 | [v0.5.0](https://github.com/tensorflow/agents/tree/v0.5.0) | 2.2.0
Expand Down

0 comments on commit 1b6c603

Please sign in to comment.