-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Some of the rllib release tests are still flaky; let's first narrow down the impact to the dreamerv3 test only to deflake other tests; also mark dreamerv3 as non-release-blocking, would love your confirmation here @sven1977 thanks Test: - release tests Signed-off-by: can <[email protected]>
- Loading branch information
1 parent
4d5768b
commit 97c3729
Showing
3 changed files
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/bin/bash | ||
# This script is used to build an extra layer on top of the base anyscale/ray image | ||
# to run RLlib dreamerv3 release tests. | ||
|
||
set -exo pipefail | ||
|
||
# Only DreamerV3 still uses tf on the new API stack. But requires tf==2.11.1 to run. | ||
pip uninstall -y tensorflow tensorflow_probability | ||
pip install tensorflow==2.11.1 tensorflow_probability==0.19.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters