rl-institut / simbev

MIT License
10 stars 4 forks source link

Restructuring of the SimBEV code base with OOP #41

Closed mosc5 closed 2 years ago

mosc5 commented 2 years ago

Instead of using long functions with a lot of in- and outputs, SimBEV will be reimagined as a class-based tool. This should improve readability and clarity of the code and make future bugfixing easier.

nesnoj commented 2 years ago

Consider #10