luohuan
luohuan
V_loss = self.value_criterion(excepted_value, next_value.detach()).mean() # J_V # Dual Q net Q1_loss = self.Q1_criterion(excepted_Q1.float(), next_q_value.detach()**.float()**).mean() # J_Q # Q1_loss = Q1_loss.folat() Q2_loss = self.Q2_criterion(excepted_Q2.float(), next_q_value.detach().float()).mean() # Q2_loss = Q2_loss.float() pi_loss =...
1、change all the dtype to float 2、then i met the next bug,the picture is what i had done
同样的错误,python3.9也安装不了