HARL
HARL copied to clipboard
when I run HASAC with env=pettingzoo_mpe in win11,i meet a problem about .torch.distributions.normal.
At first, there was no problem, but after 210,000 steps, an error was suddenly reported
Looks like the problem is caused by the Normal function,the code is in harl/models/policy_models/squashed_gaussian_policy.py line 63. Is this a problem with the code, or is it an issue with the torch version? my torch version is 2.2.2
Hi. This problem might be caused by improper hyperparameter settings. You can try using the hyperparameters in the "tuned_configs" first. If the problem persists, it might be due to the torch version. I'm using torch 2.1.2.
Hi. This problem might be caused by improper hyperparameter settings. You can try using the hyperparameters in the "tuned_configs" first. If the problem persists, it might be due to the torch version. I'm using torch 2.1.2.
The problem has been solved ,thank you