FloatTensor(state).unsqueeze(0).float()) else: values = self.model(torch.FloatTensor(state)) return values.data.numpy() def update(self, ...
確定! 回上一頁