hust-diangroup / ns3-ai

Enable the interaction between ns-3 and popular frameworks using Python, which mean you can train and test your AI algorithms in ns-3 without changing any frameworks you are using now!
GNU General Public License v2.0
220 stars 80 forks source link

Cooperate with aquam-ng (Underwater Wireless Sensor Network module) #98

Open asboy1 opened 11 months ago

asboy1 commented 11 months ago

Hello: I want to add reinforcement learning to the underwater acoustic network routing protocol. I embedded reinforcement learning code into the protocol before, but found that the effect was not good. I want to use ns3-ai to implement reinforcement learning type routing protocol, but I have no idea, can you give me guidance?