GeminiLight / drl-sfcp

[ICC'21 - DRL-SFCP] Implementation of our paper "DRL-SFCP: Adaptive Service Function Chains Placement with Deep Reinforcement Learning", accepted by ICC 2021.
Apache License 2.0
28 stars 11 forks source link

There are some issues with the tester. #12

Open pythonitatist opened 8 months ago

pythonitatist commented 8 months ago

Hello, thank you for your kind words. However, there seems to be an issue in the drl-sfcp-main/tester/main.py file. The import statement from utils import load_solver is causing an error because the load_solver.py file is missing in the utils folder. This prevents me from validating the performance of the trained model on the test set while reproducing your code.