Vishnu
Vishnu
I tried [f9266f1](https://github.com/jurobystricky/Netgear-A6210/commit/f9266f154f24aa86b0a8cedcf6f65454579094dd) which provides support for kernel 4.7, but it is not working for 4.4. **error: ‘struct net_device’ has no member named ‘wireless_handlers’ pNetDev->wireless_handlers = pDevOpHook->iw_handler; ^ scripts/Makefile.build:261: recipe...
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...