boyu-ai/Hands-on-RL

Action Space Limitations in Continuous PPO Algorithm in Chapter 12

ASUKaiwenFang opened this issue · 0 comments

When utilizing the continuous PPO algorithm, it is not guaranteed that the action will always fall within the specified action space. The take_action() function requires revision.