state (Dict[str, Any]) – A dictionary containing the state of an AlgorithmConfig.
See AlgorithmConfig.get_state for creating a state.
The constructed class will be of state["class"].
Returns:
An AlgorithmConfig instance with attributes from the state.