pub fn build_matrices( game: &Game, all_states: &[State], all_actions: &[Action], ) -> (Vec<Vec<Vec<usize>>>, Vec<Vec<f32>>)
Build transition and reward matrices for the provided states/actions.