ray
ray copied to clipboard
[RLlib]: Fix OPE docs
Signed-off-by: Rohan138 [email protected]
#27154 changed the tau parameter to polyak_coef, but I forgot to update the docs. This should also fix this post.
Related issue number
Checks
- [X] I've signed off every commit(by using the -s flag, i.e.,
git commit -s) in this PR. - [X] I've run
scripts/format.shto lint the changes in this PR. - [X] I've included any doc changes needed for https://docs.ray.io/en/master/.
- [X] I've made sure the tests are passing. Note that there might be a few flaky tests, see the recent failures at https://flakey-tests.ray.io/
- Testing Strategy
- [ ] Unit tests
- [ ] Release tests
- [ ] This PR is not tested :(
@sven1977 please merge this.