awjuliani / DeepRL-Agents

A set of Deep Reinforcement Learning Agents implemented in Tensorflow.
MIT License
2.24k stars 826 forks source link

Issue in DRQN #82

Closed p201601 closed 3 years ago

p201601 commented 3 years ago

When I run DQRN it gives me an error in targetOps = updateTargetGraph(trainables,tau)

Can you please tell me where you have defined this function "updateTargetGraph(trainables,tau) "?