Denys88 / rl_games

RL implementations
MIT License
863 stars 146 forks source link

Fix SACPlayer deterministic action #290

Closed llinauer closed 3 months ago

llinauer commented 3 months ago

Issue: https://github.com/Denys88/rl_games/issues/289

The get_action method in the SACPlayer class had a mixup in the conditional. Random sampling was done when is_deterministic = True and v.v. Fixed the conditional