mjopensuse
Results
2
comments of
mjopensuse
answer add verbose = 0 to .prict call on model q_vals = self.DQN.predict(state.reshape((-1, self.input_shape[0], self.input_shape[1], self.history_length)), **verbose=0**)[0]
Had the same issue on OpenSuse Leap 15.6 (==Kernel 6.4, gcc 7.5). Dropping back to commit https://github.com/aircrack-ng/rtl8812au/commit/63cf0b4584aa8878b0fe8ab38017f31c319bde3d worked, plus doing some local changes to get the driver to compile as...