Hi,
I’m trying to migrate my RLlib configuration from v1.13.0 to v2.2.0 in server-client mode, but when I run the server script and try to from ray.rllib.algorithms.dqn import DQNConfig
an error is showed in “\ray\rllib\models\tf\fcnet.py”:
class Keras_FullyConnectedNetwork(tf.keras.Model if tf else object):
AttributeError: module 'tensorflow' has no attribute 'keras'
How can I fix it?
Thanks!