fix train-atari py3 compatbility
Showing
... | @@ -4,4 +4,5 @@ termcolor | ... | @@ -4,4 +4,5 @@ termcolor |
tqdm>4.6.1 | tqdm>4.6.1 | ||
msgpack-python | msgpack-python | ||
msgpack-numpy | msgpack-numpy | ||
pyzmq | |||
subprocess32; python_version < '3.0' | subprocess32; python_version < '3.0' |
Please register or sign in to comment