p-christ / Deep-Reinforcement-Learning-Algorithms-with-PyTorch

PyTorch implementations of deep reinforcement learning algorithms and environments
MIT License
5.64k stars 1.2k forks source link

Action selection in Continuous Action Space #70

Closed sramakrishnan247 closed 3 years ago

sramakrishnan247 commented 3 years ago

Hey @p-christ,

Thanks for sharing this! Can you give some more insights about how you select actions in an environment like MountainCarContinuous. Do you perform some form of discretization? Please point me to the file/function where this is done.

Thanks!