-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
a bug-fix of QR-DQN network definition. #157
base: master
Are you sure you want to change the base?
Conversation
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
@googlebot I signed it! |
This is a Categorical-DQN legacy, which was just "transposed" in QR-DQN. |
Thanks for pointing this out! This is indeed semantically incorrect and is mostly a consequence of QR-DQN inheriting from Rainbow (which does expect probabilities). |
Yeah, I noticed it too, after "uptraced" to its caller, and found the strange thing is not used. |
yup, we'll be adding some clarifications there. thanks for pointing this
out!
…On Tue, Nov 24, 2020 at 9:43 PM ddlau ***@***.***> wrote:
rightly
Yeah, I noticed it too, after "uptraced" to its caller, and found the
strange thing is not used.
To be a little strict, isn't this sort of impreciseness and a misleading
to new comings, more or less, I guess?
After all, it is not proper, so I suggest the modification, at least some
comment there.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#157 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE3CCMN3PUXFERWCQHZ6UKLSRRVN7ANCNFSM4UAWCLAA>
.
|
No description provided.