IntelLabs / coach

Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning algorithms
https://intellabs.github.io/coach/
Apache License 2.0
2.32k stars 460 forks source link

Python 3.6 #452

Closed galnov closed 3 years ago

galnov commented 4 years ago

Adding python 3.6 dependency due to numpy 1.19.0 dropping compatibility with python 3.5. Also removing intel-tensorflow dependency due to this: https://github.com/pypa/pip/issues/7487#issuecomment-566303039

guyjacob commented 3 years ago

Merged - all environments are built successfully and golden tests passing. Multi-node tests still failing, to be debugged separately.