Closed Meleshkova closed 3 years ago
Thank you for trying out the project and raising the issue!
Unfortunately, I was not able to reproduce this error but I am only able to run it with roboschool environments at the moment. Could you please check if eager execution is enabled when you run the code? To me it seems that tf.train.create_global_step()
returns tf.Variable
with dtype int64_ref
when eager execution is not enabled and this is what is happening here based on the log you have posted. At the same time I would also check if the version of tensorflow you are running is correct: python -c "import tensorflow as tf; print(tf.__version__)"
should give 1.13.1.
Sorry for taking so long to get back to you. It looks like tensorflow version problem indeed. Thank you for your help.
Hi, I experience following error while trying to setup the project
If you could help me to find out what I do wrong? Thanks for your time and attention. Any help is greatly appreciated