Bug Fixes
* Change automatic name for SensorBoundsCheckDone ()
* Don't fail on redundant functor names if no parameters ()
* **gitignore:** Added ray_logs to gitignore ()
* **gitignore:** Added vscode directory to gitignore ()
* **parameter:** Fix issue with test_choices_string() ()
* **parameter:** Force return of native types ()
* **parameter:** Removed get_native() method, now automatically handled by units class ()
* pylint fix ()
* Replace constr with Annotated ()
* Start on glues and rewards ()
* **units:** Added strict types and fixed handling of none unit ()
* **units:** Added value validator to automatically convert numpy types ()
Features
* Better reference handling ()
* Connect dones to new functor argument ()
* Merge branch '7-agent-config-variable-store' into 'main' (), closes
* **parameter:** Switch to using the core Parameter class ()
* Sensor bounds done and delayed unit resolution ()
* **test:** Added units unit test ()
* Unit conversion and storage parameters in Functor ()