Skip to content

Commit

Permalink
[Rllib] Fix broken cluster env launcher gym pinning (ray-project#26865)
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan van der Kleij <[email protected]>
  • Loading branch information
avnishn authored and Stefan van der Kleij committed Aug 18, 2022
1 parent 74d9dd4 commit fe26cab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release/long_running_tests/app_config_np.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ debian_packages:

python:
pip_packages:
- gym[atari]>=0.21.0,<0.24.0
- "gym[atari]>=0.21.0,<0.24.0"
- pygame
- pytest
- tensorflow
Expand All @@ -18,7 +18,7 @@ post_build_cmds:
- 'rm -r wrk || true && git clone https://github.com/wg/wrk.git /tmp/wrk && cd /tmp/wrk && make -j && sudo cp wrk /usr/local/bin'
- pip3 install numpy==1.19 || true
- pip3 install pytest || true
- pip3 install -U ray[all] gym[atari]>=0.21.0,<0.24.0 autorom[accept-rom-license]
- pip3 install -U ray[all] "gym[atari]>=0.21.0,<0.24.0" autorom[accept-rom-license]
- pip3 install ray[all]
# TODO (Alex): Ideally we would install all the dependencies from the new
# version too, but pip won't be able to find the new version of ray-cpp.
Expand Down

0 comments on commit fe26cab

Please sign in to comment.