sAz-G

Results 3 issues of sAz-G

Hi everyone, My goal is to create collision avoidance training environment with multiple drones (and obstacles). Is there an example for training custom Multiagent environments in the main branch using...

enhancement
question

I trained a small (deepsets) neural network as suggested in [this paper](https://arxiv.org/abs/2109.07735), and implemented the c code for calculating the output for a given input. The code should run on...

I let [sim2real.py](https://github.com/Zhehui-Huang/quad-swarm-rl/blob/master/swarm_rl/sim2real/sim2real.py) create the c code for network evaluation, however I am a bit confused about the calculation. When I run the python script, the following c code is...