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

Fix for rl-tcp #84

Closed ShenMuyuan closed 1 year ago

ShenMuyuan commented 1 year ago
  1. Fix RL-TCP build and run bug
  2. clarify logging outputs of RL-TCP; add meaning of the numbers
  3. Fix a bug of ns3_util.py (which is, show_output=0 not effective when using ns3 instead of waf)
  4. doc enhancements