Deep-Q-Learning-Paper-To-Code
Deep-Q-Learning-Paper-To-Code copied to clipboard
Fix uint8 issue for newer versions of PyTorch
uint8 is deprecated in recent versions of Pytorch(1.2 or higher), have updated the variable to tensor.bool()