[go: nahoru, domu]

Skip to content

Commit

Permalink
Document tensorflow-probability==0.8.0 for TF-Agents 0.3.0.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 305708412
Change-Id: Id56041948e82ebeecb6fe02ffa3c0c42d45dac6f
  • Loading branch information
tfboyd authored and Copybara-Service committed Apr 9, 2020
1 parent d817c28 commit 4dbb0da
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ need an intro to RL (or a quick recap),
[DQN tutorial](docs/tutorials/1_dqn_tutorial.ipynb) to get an agent up and
running in the Cartpole environment.

**NOTE:** 0.4.0 is the new stable release (03-APR-2020) is only tested with
**NOTE:** 0.4.0 is the new stable release (07-APR-2020) and was tested with
Python3 and TensorFlow 2.1.x. `pip install tf-agents`

TF-Agents is under active development and interfaces may change at any time.
Expand Down Expand Up @@ -85,9 +85,7 @@ GitHub clone.
### Stable

Run the commands below to install the most recent stable release (0.4.0), which
was tested with TensorFlow 2.1.x and and Python3. If you want to use TF-Agents
with TensorFlow 1.15 or 2.0 install version 0.3.0:
`pip install tf-agents==0.3.0`.
was tested with TensorFlow 2.1.x and and Python3.

```bash
pip install --user tf-agents
Expand All @@ -100,6 +98,14 @@ git checkout v0.4.0

```

If you want to use TF-Agents with TensorFlow 1.15 or 2.0, install version 0.3.0:

```bash
pip install tf-agents==0.3.0
# Newer versions of tensorflow-probability require newer versions of TensorFlow.
pip install tensorflow-probability==0.8.0
```

### Nightly

Nightly builds include newer features, but may be less stable than the versioned
Expand Down
11 changes: 9 additions & 2 deletions docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ GitHub clone.
### Stable

Run the commands below to install the most recent stable release (0.4.0), which
was tested with TensorFlow 2.1.x and and Python3. If you want to use TF-Agents
with TensorFlow 1.15 or 2.0 install version 0.3.0:
was tested with TensorFlow 2.1.x and Python3.
`pip install tf-agents==0.3.0`.

```bash
Expand All @@ -33,6 +32,14 @@ git checkout v0.4.0

```

If you want to use TF-Agents with TensorFlow 1.15 or 2.0, install version 0.3.0:

```bash
pip install tf-agents==0.3.0
# Newer versions of tensorflow-probability require newer versions of TensorFlow.
pip install tensorflow-probability==0.8.0
```

### Nightly

Nightly builds include newer features, but may be less stable than the versioned
Expand Down

0 comments on commit 4dbb0da

Please sign in to comment.