state = torch.FloatTensor(state.reshape(1, -1)).to(device). return self.actor(state).cpu().data.numpy().flatten().
確定! 回上一頁