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

Traces are not created when ns3-ai python codes are run #87

Closed isaeed3 closed 1 year ago

isaeed3 commented 1 year ago

Hi,

Thank you for your amazing work on ns3-ai. When run the ns3-ai python code (e.g, from the scratch/myCode folder as python3 mypythoncode.py), the simulator traces are not created in the main ns3 folder (all mac, phy etc are not created) These traces are created when the simulator c++ code is run - ./waf --run mycode.

Can you please share what could be the possible reason or is it known bug? Thanks!

isaeed3 commented 1 year ago

The traces are created in build/scratch folder under the project folder (myCode).