Shmuma / ptan

PyTorch Agent Net: reinforcement learning toolkit for pytorch
MIT License
530 stars 164 forks source link

converted model inputs to floats #28

Closed fbelderink closed 4 years ago

fbelderink commented 4 years ago

Fixed RuntimeError: Expected object of type torch.FloatTensor but found type torch.DoubleTensor for argument #4 'mat1'

Shmuma commented 4 years ago

Hi!

Thanks for the pull request. But there are several problems with it: