behzadanksu / rl-attack

Adversarial Example Attacks on Policy Learners
MIT License
39 stars 7 forks source link

Op endpoint not in the name of the variables? #5

Open jleeleee opened 4 years ago

jleeleee commented 4 years ago

Hi, I'm getting the following error when I try to run a white box attack on DQN for BreakOut:

tensorflow.python.framework.errors_impl.NotFoundError: Key deepq/q_func/action_value/fully_connected/biases not found in checkpoint I found that deepq/q_func/action_value/fully_connected/biases:0 is a variable in my saved checkpoint, but this library does not include the endpoint name.

How can I fix this?

miaojinshuai commented 4 years ago

I also encountered this problem, have you solved it?