Skip to content

Commit

Permalink
[RLlib] Fixed the autorom dependency issue (#31933)
Browse files Browse the repository at this point in the history
Co-authored-by: Cade Daniel <edacih@gmail.com>
Closes #31880
  • Loading branch information
kouroshHakha authored Jan 27, 2023
1 parent 3f1a880 commit 76d7467
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion release/rllib_tests/app_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ python:
- ale-py==0.8.0
- gym==0.26.2
- mujoco-py<2.2,>=2.1
- autorom[accept-rom-license]
# AutoROM downloads ROMs via torrent when they are built. The torrent is unreliable,
# so we built it for py3 and use that instead. This wheel was tested for python 3.7, 3.8,
# and 3.9.
- https://ray-ci-deps-wheels.s3.us-west-2.amazonaws.com/AutoROM.accept_rom_license-0.5.4-py3-none-any.whl
conda_packages: []

post_build_cmds:
Expand Down

0 comments on commit 76d7467

Please sign in to comment.