Piotr
Piotr
Yes, I know. But we are looking for a platform that will can use in our research. And QCA9884 with Candela kernel and firmware seems to be a fit if...
Hi, Last time when I played with QCA firmware provided by @greearb the CSI was delivered only for the ACK frame send after Probe Response. So even, if the AP...
Hi Orfeas (@prototact), Thank you for the provided files. I have applied your changes to the start_sim.py file and pushed it into a new branch. BR, Piotr
Hi, Did you try to run it multiple times? Sometimes it does not learn due to bad seeds used in random number generators. If you find the good seed number...
is it numpy seed or ns-3 seed?
I was rather thinking about changing the seed of numpy using `numpy.random.seed(1)`
you should set seed only once in your python script (i.e. after importing numpy) in order to initialize random number generators.
can you check which zmq version do you have installed? probably you will need to update it
Can you revert the last commit, where I applied a pull request to replace deprecated functions of zmq and check? Probably I will need to handle zmq versions in some...
Hi @prototact, could you provide a patch for the ns3gym?