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
https://rchalyang.github.io/SoftModule/
"epoch_frames" : 200 "batch_size" : 1280
"epoch_frames" : 200
"batch_size" : 1280
torchrl/algo/off_policy/twin_sac_q.py
get sparse loss here
""" Policy Loss """ if not self.reparameterization: raise NotImplementedError else: assert log_probs.shape == q_new_actions.shape policy_loss = ( alpha * log_probs - q_new_actions).mean() std_reg_loss = self.policy_std_reg_weight * (log_std**2).mean() mean_reg_loss = self.policy_mean_reg_weight * (mean**2).mean() policy_loss += std_reg_loss + mean_reg_loss
mujoco210-linux-x86_64.tar.gz
local_debug_logger-master.zip
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
https://rchalyang.github.io/SoftModule/
"epoch_frames" : 200
"batch_size" : 1280
torchrl/algo/off_policy/twin_sac_q.py
get sparse loss here
mujoco210-linux-x86_64.tar.gz
local_debug_logger-master.zip
The text was updated successfully, but these errors were encountered: