You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NotImplementedError: Cannot convert a symbolic Tensor (2nd_target:0) to a numpy array
For me, the above issue occurred when upgrading from numpy 1.20 and using ray's RLlib, which uses tensorflow 2.2 internally. Simply downgrading with version numpy==1.19.5 solved my problem.
The text was updated successfully, but these errors were encountered:
NotImplementedError: Cannot convert a symbolic Tensor (2nd_target:0) to a numpy array
For me, the above issue occurred when upgrading from numpy 1.20 and using ray's RLlib, which uses tensorflow 2.2 internally. Simply downgrading with version numpy==1.19.5 solved my problem.
The text was updated successfully, but these errors were encountered: