Closed Rahim16 closed 5 years ago
Thanks for catching that @Rahim16 !
Also a quick note, a major update is coming with with the full-Atari benchmark, but it's still in a branch v4-dev
. It is stable now, so feel free to use that, although it will be merged to master in a few days.
Docker fails to build the image because of the error in the last run statement which runs all the tests. The error is due to flaky using pytest internal apis, discussed more here: https://github.com/box/flaky/issues/139
In the newer version of flaky this issue is fixed and simply updating the dependence to a newer version in the environment.yml fixes the docker build.