distributed-uav-rl-protocol icon indicating copy to clipboard operation
distributed-uav-rl-protocol copied to clipboard

An implementation of a distributed protocol for cooperative sensing and sending operations of Unmanned Aerial Vehicles (UAVs). It is built on top of TensorFlow Agents and uses reinforcement learning t...

Results 1 distributed-uav-rl-protocol issues
Sort by recently updated
recently updated
newest added

152 item.setFlags(item.flags() ^ ( 153 Qt.ItemIsEditable | Qt.ItemIsSelectable)) 154 value.setFlags(value.flags() ^ ( 155 Qt.ItemIsEditable | Qt.ItemIsSelectable)) I want to know what these lines of code mean,becauseI got this error running...