-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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] Some more bandit
cleanup/tests.
#21932
[RLlib] Some more bandit
cleanup/tests.
#21932
Conversation
…its_become_1st_class_citizens
…its_become_1st_class_citizens_02 # Conflicts: # rllib/BUILD # rllib/agents/bandit/bandit_torch_model.py # rllib/agents/bandit/bandit_torch_policy.py # rllib/agents/bandit/tests/LinTS_train_wheel_env.py # rllib/agents/bandit/tests/tune_LinTS_train_wheel_env.py # rllib/agents/bandit/tests/tune_LinUCB_train_recommendation.py # rllib/agents/bandits/bandit_torch_model.py # rllib/agents/bandits/bandit_torch_policy.py # rllib/agents/bandits/lin_ts.py # rllib/agents/bandits/lin_ucb.py # rllib/agents/bandits/tests/LinTS_train_wheel_env.py # rllib/agents/bandits/tests/tune_LinTS_train_wheel_env.py # rllib/agents/bandits/tests/tune_LinUCB_train_recommendation.py # rllib/agents/registry.py # rllib/contrib/bandits/__init__.py # rllib/contrib/bandits/agents/policy.py # rllib/contrib/bandits/examples/LinTS_train_wheel_env.py # rllib/contrib/bandits/examples/tune_LinTS_train_wheel_env.py # rllib/contrib/bandits/examples/tune_LinUCB_train_recommendation.py # rllib/contrib/bandits/models/linear_regression.py # rllib/contrib/registry.py # rllib/env/wrappers/recsim.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is everything deleted ... ?
I only see the deletion of 1 line @gjoliver, removing a bound on num_workers. What do you mean by everything? |
ah, maybe sven rebased it. ok cool. |
…its_become_1st_class_citizens_02
Some more
bandit
cleanup/tests.Why are these changes needed?
Related issue number
Checks
scripts/format.sh
to lint the changes in this PR.