HARL icon indicating copy to clipboard operation
HARL copied to clipboard

when I run HASAC with env=pettingzoo_mpe in win11,i meet a problem about .torch.distributions.normal.

Open zer0s0 opened this issue 10 months ago • 2 comments

1

At first, there was no problem, but after 210,000 steps, an error was suddenly reported

2

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

zer0s0 avatar Apr 16 '24 12:04 zer0s0

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.

guazimao avatar Apr 22 '24 04:04 guazimao

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

zer0s0 avatar May 06 '24 13:05 zer0s0