google-research / rliable

[NeurIPS'21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of seeds.
https://agarwl.github.io/rliable
Apache License 2.0
765 stars 47 forks source link

Add installation of compatible arch version to notebook #9

Closed Aladoro closed 2 years ago

Aladoro commented 2 years ago

Latest arch version raises an exception when calling _create_performanceprofile. Adding !pip install arch==5.0.1 to the notebook file resolves the issue. This change should be reflected in the hosted colab notebook.

agarwl commented 2 years ago

Directly fixed this in the library itself, thanks a lot for pointing this out!