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
when i run it ,get this wrong,is it the version of gym ?
tensorflow.python.framework.errors_impl.InvalidArgumentError: Restoring from checkpoint failed. This is most likely due to a mismatch between the current graph and the graph from the checkpoint. Please ensure that you have not altered the graph expected based on the checkpoint. Original error:
Assign requires shapes of both tensors to match. lhs shape= [4] rhs shape= [6]
[[node save/Assign_9 (defined at \Users\tang\Desktop\DQN-tensorflow-master\dqn\agent.py:328) ]]
The text was updated successfully, but these errors were encountered:
when i run it ,get this wrong,is it the version of gym ?
tensorflow.python.framework.errors_impl.InvalidArgumentError: Restoring from checkpoint failed. This is most likely due to a mismatch between the current graph and the graph from the checkpoint. Please ensure that you have not altered the graph expected based on the checkpoint. Original error:
Assign requires shapes of both tensors to match. lhs shape= [4] rhs shape= [6]
[[node save/Assign_9 (defined at \Users\tang\Desktop\DQN-tensorflow-master\dqn\agent.py:328) ]]
The text was updated successfully, but these errors were encountered: