tkn-tub / ns3-gym

ns3-gym - The Playground for Reinforcement Learning in Networking Research
GNU General Public License v2.0
524 stars 198 forks source link

Update the README.MD at installation #57

Open DimesRFT opened 2 years ago

DimesRFT commented 2 years ago

at the Installation: 4. Install ns3gym located in src/opengym/model/ns3gym (Python3 required) there is no opengym under the src. do you mean ns-3.XX/contrib/opengym/model/ns3gym instead?

carlee0 commented 2 years ago

You need to clone this repo and use the ns-3 that comes with, which is 3.29 I believe. You can't install ns3-gym with an existing ns3 installation (not that I know of). The instruction uses setup.py to install the python module located here.