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

Designing a cushion ns3ai scenario with gym environment #107

Open oliverenaldi opened 7 months ago

oliverenaldi commented 7 months ago

Does anybody now how to make a custom environment with custom agents and how to link the script to the ns3ai library? I am having trouble creating the CMakeLists.txt file to link my script from /scratch to the Ns3Ai modules in /contrib ?