Question:
But when I tried to run the code, I got following errors:
The different lines are respectively:
line 33:
def learn(self):
):def update_network_parameters(self):
):tensforflow.
in front of keras in the imports. I get the same error as before (as you can see). Here is how the imports look like now:
Answer:
For solving your error you can go through the below steps:1. Install dependency for can run the
env
:tf-nightly
: (what is tf-nightly)If you have better answer, please add a comment about this, thank you!