D3TRU04 / Selfless_Traffic_Routing_Testbed

Built up from the repository: https://github.com/Local-Coding-Buddy/DUE-STR
1 stars 0 forks source link

Missing files #1

Open TrinhTuanHung2021 opened 1 year ago

TrinhTuanHung2021 commented 1 year ago

Thank you for sharing your models!

 Traceback (most recent call last):
  File "/home/osboxes/Desktop/Selfless_Traffic_Routing_Testbed/main.py", line 6, in <module>
    from core.STR_SUMO import StrSumo
  File "/home/osboxes/Desktop/Selfless_Traffic_Routing_Testbed/core/STR_SUMO.py", line 7, in <module>
    from core.target_vehicles_generation_protocols import *
ModuleNotFoundError: No module named 'core.target_vehicles_generation_protocols'

The core folder is missing STR_SUMO_overall_performance, target_vehicles_generation_protocols

TrinhTuanHung2021 commented 1 year ago

But I copied all of them from [](https://github.com/Local-Coding-Buddy/DUE-STR.git)