-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nested Dict Spaces or Multidimensional arrays #58
Comments
hi @prototact did manage to make it with multi-dimensional ? |
I had to modify the python code but it worked yes. I can share later if you'd like. |
Hi @prototact, could you provide a patch for the ns3gym? |
@prototact yes please can you share your modification cos i need it this period to complete my master project and thank you a lot for your response |
Hi @pgawlowicz i hope that you doing well, Did you have any implementations or small complet exemple of multi agent learning in ns3-gym, and if you have an example about ns3-gym with ofswitch13 package cos my project is about configure a bunch of switches that receiving udp traffic to make it reach its final destination based on DRL agent decisions (the decisions is an output port for each switch that have an incoming traffic on its ports) Again i want to thank you about your massive work on the ns3-gym package so god bless you man. |
I made a #88 request, I hope it is okay with you. I should specify that my patch is about supporting nested dicts and not multidimensional arrays, but a similar solution may work (recursively call |
@prototact thank you a lot i really appreciate your response and your work. |
I use 5g-Lena with ns3-gym to simulate 5g network slicing. However, ns3 is still lacking Edge and Core Network support, and it does not look like it will be done any time soon, so I am uncertain if I will proceed with the project. |
Nice project and ns3 it is huge and need time and effort to work with it, my project is a self aware sdn topology that that configure ofswitch13 switches in order to make the traffic reach it's final destination through this switches based on DRL agent decisions (the decisions are the outgoing output port that will be used by the switche\s ) |
@prototact I want to ask about feeding the agent with the observation, so did you use OpenGymBoxContainer or OpenGymDict |
Hi @pgawlowicz did you merge the patch of multidimensional arrays in ns3gym? |
Hi @prototact does your patch of ns3-gym sends multiple actions to the simulation part as multi-dict space ? |
Hi,
The text was updated successfully, but these errors were encountered: