rickstaa / stable-learning-control

A framework for training theoretically stable (and robust) Reinforcement Learning control algorithms.
https://rickstaa.dev/stable-learning-control
MIT License
6 stars 1 forks source link

fix start step bug #392

Closed rickstaa closed 7 months ago

rickstaa commented 7 months ago

This pull request ensures that when the 'start_steps' algorithm parameter is set to 0, the first step of the policy is also used and is not a random action.