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
Hello!
In the example "rl-tcp", the details and steps of the simulation are defined in "sim.cc". Can I write a python script to do the simulation? I tried to generate the python bindings for opengym module but it ended up with failure. Do you have some suggestions? Thank you so much!
The text was updated successfully, but these errors were encountered:
I don't think this repo provides a way to build python bindings. ns3 allows writing simulation scripts in python (e.g. examples/tutorial/first.py) and run by waf --pyrun, but not in ns3-gym I am afraid. If you figured out how to do that, I would be very happy to know. :)
The only two ways to start the simulation (that I know of) are either using waf --run or using a gym environment to start a simulation script like in the scratch examples.
Hello!
In the example "rl-tcp", the details and steps of the simulation are defined in "sim.cc". Can I write a python script to do the simulation? I tried to generate the python bindings for opengym module but it ended up with failure. Do you have some suggestions? Thank you so much!
The text was updated successfully, but these errors were encountered: