chris-chris / pysc2-examples

StarCraft II - pysc2 Deep Reinforcement Learning Examples
Apache License 2.0
755 stars 356 forks source link

NotFoundError (see above for traceback): Key deepq_x/q_func/state_value/fully_connected/biases not found in checkpoint #33

Open 2751466366 opened 4 years ago

2751466366 commented 4 years ago

there ara an error: NotFoundError (see above for traceback): Key deepq_x/q_func/state_value/fully_connected/biases not found in checkpoint

when i run python enjoy_mineral_shards.py

does anyone know how to solve it?

huzhanming16 commented 3 years ago

same problem? do you know how to solve it now?@2751466366

huzhanming16 commented 3 years ago

I solved it. I trained a deepq model myself and it will work, you should change the file's name in enjoy_mineral_shards.py@2751466366