Adjustment of the agents to the current stable_baslines3 package
- In base_class of ruled_based agent the following variables were deleted because stable_baselines3 package does not expect them anymore:
- requires_vec_env
- self._vectorize_action
- The following variable was added:
- learning_rate (init- function)
-
The method 'self._is_vectorized_observation' was deleted.
-
The method 'setup_model' was renamed in '_setup_model'.
The variables and methods are also included in the agents mpc_basic and nsga2.