tkn-tub / ns3-gym

ns3-gym - The Playground for Reinforcement Learning in Networking Research
GNU General Public License v2.0
521 stars 197 forks source link

Applying ns3-gym to multiple nodes #46

Open Necropsy opened 3 years ago

Necropsy commented 3 years ago

Hello, initially congratulations for the project!

I'm a master's student and I'm developing a project that aims to improve the AODV protocol using machine learning. I would like to know if it is possible to use the ns3-gym module in the AODV protocol, where when defining it as a routing protocol for the network, each node will have an individual instance of ns3-gym. I would like each node in the network to be able to manage their own variables to control their AODV instance using their own neural network, is this possible with ns3-gym? Would you have any example of how this can be done (multiple instances of ns3-gym in parallel)?

jnbai517 commented 2 years ago

I also want to know. I am also doing the similar works.