Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RLlib] Pin Gym Everywhere and turn off gpu for recsim tests #23452

Merged
merged 7 commits into from
Mar 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions release/long_running_distributed_tests/app_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ python:
pip_packages:
- pytest
- awscli
- gym==0.21.0
conda_packages: []

post_build_cmds:
Expand Down
4 changes: 2 additions & 2 deletions release/rllib_tests/learning_tests/hard_learning_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ slateq-interest-evolution-recsim-env:
# test for now, we'll use pytorch, and investigate why tensorflow is not working.
# One indication of the issue is that the loss inputs are not flattened from the
# original dictionary spaces.
framework: torch
framework: tf
# Each step, sample `num_candidates` documents using the env-internal
# document sampler model (a logic that creates n documents to select
# the slate from).
Expand All @@ -487,7 +487,7 @@ slateq-interest-evolution-recsim-env:
convert_to_discrete_action_space: false
seed: 0

num_gpus: 1
num_gpus: 0

exploration_config:
warmup_timesteps: 20000
Expand Down