Language Language English 简体中文 unilab.algos.torch.flash_sac.update.select_min_q_log_probs¶ unilab.algos.torch.flash_sac.update.select_min_q_log_probs(next_q_values, next_q_log_probs)[source]¶ Parameters: next_q_values (Tensor) next_q_log_probs (Tensor) Return type: Tensor