-
Hi! ive added the code in txt file. Didnt change much from the original script except the MyActorModule class a bit and SacTrainingAgent train part. P.S. the problem isnt the added noise in MyActorModule. the values jump to max even without it |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Ive realized my mistake by doing torch.clamp instead of torch.tanh. but still the values jump close to max, about 0.99 with little deviation from them after that happens |
Beta Was this translation helpful? Give feedback.
-
kinda fixed it by moving the noise to act() part, but still seems like not the right solution. Atleast now the noise was strong enough to get the agent to explore |
Beta Was this translation helpful? Give feedback.
-
As always, as soon as you create a post about problem, you find the solutions :D. Admins can delete this discussion :) |
Beta Was this translation helpful? Give feedback.
As always, as soon as you create a post about problem, you find the solutions :D. Admins can delete this discussion :)