automl / CARL

Benchmarking RL generalization in an interpretable way.
https://automl.github.io/CARL/
Apache License 2.0
129 stars 10 forks source link

Support for python ver 3.8 #104

Closed ParamB11 closed 10 months ago

ParamB11 commented 1 year ago

Hi,

I am trying to use tf-agents and CARL together on gpu and to make sure everything is compatible I am using python=3.8, tensorflow=2.3, tf-agents=0.6.0. But CARL doesn't work with python=3.8. If you could give support for python ver 3.8 that would be great.

benjamc commented 1 year ago

Hi, in theory, CARL should work with python 3.8. You can update this line python_requires=">=3.9", and change the 9 to an 8 and check if it works.