localPlannerBench icon indicating copy to clipboard operation
localPlannerBench copied to clipboard

Split config file loading from class abstraction

Open maxspahn opened this issue 2 years ago • 1 comments

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/

maxspahn avatar Apr 01 '22 06:04 maxspahn

This has been done for planners in #25

maxspahn avatar Apr 02 '22 12:04 maxspahn