[RLlib] MARWIL does is+wis OPE by default #26667
Labels
bug
Something that is supposed to be working; but isn't
P2
Important issue, but not time-critical
rllib
RLlib related issues
rllib-offline-rl
Offline RL problems
What happened + What you expected to happen
MARWIL currently runs ImportanceSampling and WeightedImportanceSampling OPE by default.
This isn't really good design and has caused CI/release test problems-we should set it to None and have the user specify it if necessary.
We'll have to figure out how to deprecate this while warning users that may be using MARWIL with the current default.
Versions / Dependencies
ray: master
Reproduction script
https://github.com/ray-project/ray/blob/master/rllib/algorithms/marwil/marwil.py#L107
Issue Severity
Low: It annoys or frustrates me.
The text was updated successfully, but these errors were encountered: