Fix default assignment in state_config for high_value and low_value
If state_config is initialised via a dict and low-/high_value is not assigned in any variable, an error occurs when the functions continuous_action_space... or continuous_obs_space... are called. External gym package expects a numpy data type when assigning the actions_space/ observations_space. An error occurs because the default value is None in a column of the DataFrame.