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(run): resolve issue with data_dir input argument #409

Closed rickstaa closed 6 months ago

rickstaa commented 6 months ago

This pull request addresses a bug where the --data_dir input argument was not correctly utilized. The issue prevented the application from accessing the specified data directory. This fix ensures that the --data_dir argument is appropriately recognised and applied.