Skip to content

Commit

Permalink
[RLlib; testing] Move num_workers to RLlib config (ray-project#23750)
Browse files Browse the repository at this point in the history
  • Loading branch information
avnishn authored and amogkam committed May 2, 2022
1 parent 6dfed30 commit 4863e33
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion release/rllib_tests/learning_tests/hard_learning_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -463,8 +463,10 @@ slateq-interest-evolution-recsim-env:
stop:
episode_reward_mean: 162.0
timesteps_total: 300000
num_workers: 12

config:
# increase num sampling workers for faster sampling.
num_workers: 12
# RLlib/RecSim wrapper specific settings:
env_config:
# Env class specified above takes one `config` arg in its c'tor:
Expand Down

0 comments on commit 4863e33

Please sign in to comment.