一些关于小雅代码的问题请教 #279
Unanswered
AddMoreChili
asked this question in
Q&A
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
1、在net.py中为什么只对网络最后一层做正交初始化?请问这是基于什么样的考虑?
2、QNetDuel中,Q值计算使用的是value = q_val - q_val.mean(dim=1, keepdim=True) + q_adv 貌似应该是value = q_val - q_adv.mean(dim=1, keepdim=True) + q_adv
Beta Was this translation helpful? Give feedback.
All reactions