HumanCompatibleAI / evaluating-rewards

Library to compare and evaluate reward functions
https://arxiv.org/abs/2006.13900
Apache License 2.0
61 stars 7 forks source link

Upgrade pylint to 2.5 #26

Closed AdamGleave closed 3 years ago

AdamGleave commented 4 years ago

pylint 2.5.0 introduced a lot of regressions, so I've pinned it to 2.4.x series for now to avoid CI failing.

Once bugfix release comes out, should remove the pin and deal with any new issues it catches.

Some particularly blocking issues for us:

It also seemed to be ignoring pylintrc, which I did not see reported.

AdamGleave commented 3 years ago

Closed by #38