localPlannerBench
localPlannerBench copied to clipboard
Split config file loading from class abstraction
Currently, the wrapper to yaml-files is included into the constructor method for experiments and planner. This should be separated.
Potentially, use a singleton pattern and json files instead of yaml: https://linuxhint.com/yaml-vs-json-which-is-better/
This has been done for planners in #25