hust-diangroup / ns3-ai

Enable the interaction between ns-3 and popular frameworks using Python, which mean you can train and test your AI algorithms in ns-3 without changing any frameworks you are using now!
GNU General Public License v2.0
240 stars 85 forks source link

shared memory doesn't support vector or array #33

Closed haiyufirefish closed 3 years ago

haiyufirefish commented 3 years ago

Hello, I am a master student and want to use your interface to deal with multi-agent RL problem. When i want to create pointer/structure/vector in env, it shows the error like this. image

Mauriyin commented 3 years ago

Hi, Currently, we don't support putting vectors directly to the shared memory so you may want to go over all the data in the vector.