比如:
state_batch = Variable(torch.FloatTensor(state_batch).cuda())
mcts_probs = Variable(torch.FloatTensor(mcts_probs).cuda())
winner_batch = Variable(torch.FloatTensor(winner_batch).cuda())
Module ‘torch’ has no ‘FloatTensor’ memberpylint(no-membe
from numpy也是显示一样的错误