stable-baselines3 icon indicating copy to clipboard operation
stable-baselines3 copied to clipboard

[Question] TD3 algorithm, During training,why limit the next_actions

Open Danny551 opened this issue 1 year ago • 0 comments

❓ Question

TD3 algorithm, During training,why limit the next_actions? If my action range is much larger than [-1,1], the data is truncated https://github.com/DLR-RM/stable-baselines3/blob/master/stable_baselines3/td3/td3.py#L171

Checklist

Danny551 avatar Oct 15 '24 03:10 Danny551