a-deep-rl-approach-for-sdn-routing-optimization
a-deep-rl-approach-for-sdn-routing-optimization copied to clipboard
A Deep-Reinforcement Learning Approach for Software-Defined Networking Routing Optimization
The author write it run under a modern Linux or MaxOS. But I only have windows computer. I have tried to install Linux in a virtual machine, but it is...
Why cant I make in omnet/router? How to deal with this, please!!! ```bash (base) scnu-go@scnu-go:~/Projects_RL/a-deep-rl-approach-for-sdn-routing-optimization/omnet/router$ make Application.cc In file included from Application.h:24, from Application.cc:16: Statistic.h:35:17: error: ‘simtime_t’ has not been...
Dear author: can you explain how to run the code on my computer? since I do not know how to run omnet++ and python at the same time?
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...
Now we build the Actor model Now we build the Actor model 2021-02-10 15:19:50.560629: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:196] None of the MLIR optimization passes are enabled (registered 0 passes) 2021-02-10 15:19:50.582805: I...
Hello Sir, The code has been written for tensorflow 1.0.1.But updated version does not support it. Can you please guide me, to write the code for current tensonflow version.. @gissimo
Does anyone know how to generate traffic matrices with diffferent traffic intensity levels using a gravity model? Is there any tool to generate?
I have a question. How long did it take you to run this program? I estimate that it will take about 100,000 seconds to finish it, which is too long.
I am getting the following error while trying to run ddpg.py  TypeError: glorot_normal() got an unexpected keyword argument 'dtype'
have you anyone get the fig2 result in paper? my model doesn't convergence。