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(pytorch): resolve critical action rescaling bug #403

Closed rickstaa closed 7 months ago

rickstaa commented 7 months ago

This pull request addresses a critical bug related to action rescaling in PyTorch, preventing the agent from training effectively in specific environments.