I hope to automatically start the simulation for the next round at the end of each round. However, the done value obtained at each step is obtained by GetGameOver() on the ns3 side. If the return value is true at this time, the ns3 simulation will terminate directly. How can I make the simulation execute on a turn by turn basis. (For example, every 20 seconds per round).
I have tried to rebuild the simulation, but at this point, the ns3 side will output again when the new round of simulation starts
(
Waiting for Python process to connect on port: tcp://localhost:5555
Please start proper Python Gym Agent.
)
The program is currently stuck. At this point, when the program execution statement is entered on the Python side, the program will not proceed.
Thank you for your reply!
I hope to automatically start the simulation for the next round at the end of each round. However, the done value obtained at each step is obtained by GetGameOver() on the ns3 side. If the return value is true at this time, the ns3 simulation will terminate directly. How can I make the simulation execute on a turn by turn basis. (For example, every 20 seconds per round).
I have tried to rebuild the simulation, but at this point, the ns3 side will output again when the new round of simulation starts
(
)
The program is currently stuck. At this point, when the program execution statement is entered on the Python side, the program will not proceed.
Thank you for your reply!