google-research/batch_rl

Python version?

johmicrot opened this issue · 2 comments

Can we get the python version used in the documentation? I'm trying to implement this in Ubuntu 20 so I need to manually install a previous version of python.

Would also be helpful to the the versions used for absl-py, atari-py, gin-config, opencv-python, gym, numpy. As well as thewhich virtual environment manager that was used (e.g. conda, venv)

I don't remember which python 3 version was this but python3.6 or python3.7 would probably work -- this code was released in 2019, so I think some of the newer python versions didn't exist back then and python2 wasn't outdated (yet).

Can you possibly send a pull request regarding the specific versions required to run this code -- my guess is that you can use the versions which were available in 2019 (what specifically breaks with the newer versions?)

python 3.7.9 is ok.

I install the absl-py, atari-py ... by requirements in dopamine-rl==3.1.13, and they all work.