quantumiracle/Popular-RL-Algorithms

How do I adjust SAC if I have a continuous action space that is more than -1 and 1

sarmientoj24 opened this issue · 1 comments

Is there a need to edit the SAC and SAC v2 algorithm if my action space is continuous [-1500, 1500]?

What do I change inside it?

Hi,
Sorry for the late reply. You can modify the action_range here in code to any value range you want easily.