tinkoff-ai / CORL

High-quality single-file implementations of SOTA Offline and Offline-to-Online RL algorithms: AWAC, BC, CQL, DT, EDAC, IQL, SAC-N, TD3+BC, LB-SAC, SPOT, Cal-QL, ReBRAC
https://arxiv.org/abs/2210.07105
Apache License 2.0
1.06k stars 124 forks source link

Add ReBRAC configs and source #59

Closed DT6A closed 1 year ago

DT6A commented 1 year ago

@vkurenkov @Scitator @Howuhh review is needed

vkurenkov commented 1 year ago

I believe we should merge it after https://github.com/tinkoff-ai/CORL/issues/68 is done to avoid noqa

DT6A commented 1 year ago

I believe we should merge it after #68 is done to avoid noqa

I think we can just live with that

Howuhh commented 1 year ago

@DT6A it's time to remove all # noqa once and for all 🙏 ! Merge main, reinstall dev requirements (ruff, pre-commit), and run pre-commit install -> pre-commit run --all-files.

DT6A commented 1 year ago

@vkurenkov @Howuhh @Scitator ready to merge