Allow actions of type bool for FMU-Simulation
When trying to update the state in BaseEnvSim class, no values of type bool are allowed, since they are scaled (line 129 and following in base_env_sim.py). A fix could be to check for the type of the step_input and only scale, if it is no bool.