You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 👍
if env.CLUSTER == 'arvei':
# prefix = '/scratch/nas/1/giorgio/rlnet/'
prefix = '/home/zhen/桌面/sdn/'
simexe = prefix + 'omnet/' + sim + '/networkRL'
The text was updated successfully, but these errors were encountered:
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.
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 👍
if env.CLUSTER == 'arvei':
# prefix = '/scratch/nas/1/giorgio/rlnet/'
prefix = '/home/zhen/桌面/sdn/'
The text was updated successfully, but these errors were encountered: