Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
qiyang77 opened this issue May 9, 2020 · 2 comments
Open

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

qiyang77 opened this issue May 9, 2020 · 2 comments

Comments

@qiyang77
Copy link

qiyang77 commented May 9, 2020

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
Copy link

i have the same question

@AlexWooly
Copy link

Do you have understood this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants