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
I have been trying to use TF-Agents, but it is so stuck up on the Training error, I have no idea how to resolve this,
I either have broadcast error, or I have this,
python3.10/site-packages/tensorflow/python/ops/check_ops.py", line 1153, in assert_rank
raise ValueError(
ValueError: Tensor must have rank 3. Received rank 2, shape (1, 0)
fixing one produces the other in a loop. I am finally giving up on TF-Agent and moving to some other frame work.
The text was updated successfully, but these errors were encountered:
I have been trying to use TF-Agents, but it is so stuck up on the Training error, I have no idea how to resolve this,
I either have broadcast error, or I have this,
python3.10/site-packages/tensorflow/python/ops/check_ops.py", line 1153, in assert_rank
raise ValueError(
ValueError: Tensor must have rank 3. Received rank 2, shape (1, 0)
fixing one produces the other in a loop. I am finally giving up on TF-Agent and moving to some other frame work.
The text was updated successfully, but these errors were encountered: