Skip to content

Issue #6 Base simulator class and methods

Fabian Heinrich requested to merge features/base_simulator into main

Added basic class structure. Main simulation runner, basic environment structure, players, actions, counters. Simulator is running as a thread which updates with set frequency. Actions can be input and states can be read out independently. Kitchen counters of env are read in from layout text file. Simple player movement without collision detection yet.

Merge request reports