louisnino / RLcode

848 stars 283 forks source link

advantage is not used, in double&dueling DQN.py #1

Open qiyang77 opened 4 years ago

qiyang77 commented 4 years ago

line 56 advantage = tl.layers.ElementwiseLambda(lambda x,y: x-y)([avalue,mean]) #a - avg(a) the variable "advantage" is not used, anything wrong?

AlexWooly commented 2 years ago

i have the same question

AlexWooly commented 2 years ago

Do you have understood this problem?