knowledgedefinednetworking / a-deep-rl-approach-for-sdn-routing-optimization

A Deep-Reinforcement Learning Approach for Software-Defined Networking Routing Optimization
MIT License
284 stars 101 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'omnet/router/networkRL' #4

Open hailiang-1997 opened 5 years ago

hailiang-1997 commented 5 years ago

I have generated the network RL using OMNET4.6 and put it in /omnet/router/. However, while running the code,it occurred an error:FileNotFoundError: [Errno 2] No such file or directory: 'omnet/router/networkRL'.

The code :+1: if env.CLUSTER == 'arvei':

prefix = '/scratch/nas/1/giorgio/rlnet/'

    prefix = '/home/zhen/桌面/sdn/'

simexe = prefix + 'omnet/' + sim + '/networkRL'
SergiVera commented 3 years ago

Hello,

Have you been able to solve the problem?? I can't send him an email and I have the same error as you. It seems that the networkRL file inside omnet/router doesn't exist. By the way, are you using mac os or ubuntu? Because I have read that it could be a mac os-related bug, but I'm not sure.