While running cartpole_naive_dqn.py, I am getting an error,
actions = T.tensor(action).to(self.Q.device)
RuntimeError: Could not infer dtype of numpy.int64
I already have a conda environment setup with deep learning and gym modules installed. Do you think this is a problem with versions?