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
233 stars 83 forks source link

When I run python3 run_rl_tcp.py --use_rl --result The following error is reported, what is the reason? #86

Open gugugu-eng opened 1 year ago

gugugu-eng commented 1 year ago

Traceback (most recent call last): File "run_rl_tcp.py", line 144, in exp = Experiment(1234, 4096, 'rl-tcp', '../../') NameError: name 'Experiment' is not defined

gugugu-eng commented 1 year ago

Please help with this problem, please please!