We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
作者您好,再q lambda的实现代码中,我想问一下如果episode是terminated的话,那么它的exp_return应该是零,但是terminated状态的reward是不是应该考虑进去? 我不太理解这步的操作:reward = rewards[:, t] + exp_qvals[:, t] - qvals[:, t] #off-policy correction,有什么理论依据吗
The text was updated successfully, but these errors were encountered:
No branches or pull requests
作者您好,再q lambda的实现代码中,我想问一下如果episode是terminated的话,那么它的exp_return应该是零,但是terminated状态的reward是不是应该考虑进去?
我不太理解这步的操作:reward = rewards[:, t] + exp_qvals[:, t] - qvals[:, t] #off-policy correction,有什么理论依据吗
The text was updated successfully, but these errors were encountered: