-
Dear all, `def optimize_model():
I faced TypeError: expected Tensor as element 0 in argument 0, but got Data. I did not find any alternative then I changed my code the following code (Are there any other options?): `def optimize_model():
Then, I faced AssertionError. Thank you in advance for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
How does your policy net look like? Where does it fail concretely? |
Beta Was this translation helpful? Give feedback.
How does your policy net look like? Where does it fail concretely?