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

feat: make gym interface ns3 singleton #118

Open Kakadus opened 2 months ago

Kakadus commented 2 months ago

Singletons are already part of ns3. This makes the OpenGymInterface a ns3 singleton, removing obsolete and duplicated logic which is already part of ns3.