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

Can ns3-ai be used together with the nr module(5G LENA)? #91

Open yexiaoying2019 opened 1 year ago

yexiaoying2019 commented 1 year ago

HI, I successfully added the nr module ( v2.2 ) and ns3ai module (branch: cmake) on ns3 (v3.36.1), and successfully ran the built-in examples of both modules. I tried using the nr module to imitate the example lte_ cqi of ns3ai, write a new in the file path scratch/ nr_cqi code, but the following error will be reported: image

Later, I placed the ns3ai module under the nr module and made changes to the CMakeList.txt file. The ./ns3 build was compiled, but the following issues still occurred: image

Can the nr module be used together with the ns3ai module? Look forward to your reply.

HuangLuchen commented 1 year ago

你好,请问你解决这个问题了吗?lena可用吗

Kakadus commented 5 months ago

Yes, we currently do :+1: You have to take care, that the ns3 version is aligned. With ns-3.41 support in a655181b026a0c514e4024ba6846d6f80dc63a5f, you have to use their 5g-lena-v3.0.y branch.