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
The problem is that there is some transpose operation when doing the GRU prediction, which XLA cannot intepret at compile time, probably because it cannot predict the dimensions after applying that op. But would need further digging to find the line of code where this is happening
Running the control breaks when running on the CartPoleSimulator:
The text was updated successfully, but these errors were encountered: