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
您好!请教一个问题。请问在程序SAC-continuous.py中,您把log_std限制在[-20,2]之间log_std = torch.clamp(log_std, -20, 2)。请问这样做的意义是什么?-20和2是怎么来的?非常感谢!
log_std = torch.clamp(log_std, -20, 2)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
您好!请教一个问题。请问在程序SAC-continuous.py中,您把log_std限制在[-20,2]之间
log_std = torch.clamp(log_std, -20, 2)
。请问这样做的意义是什么?-20和2是怎么来的?非常感谢!The text was updated successfully, but these errors were encountered: