ardian-selmonaj
ardian-selmonaj
Is it planned to update MARLlib to the newest versions of Ray RLlib, PyTorch and so on? I mean Ray RLlib 1.8. is really old... and there is already PyTorch...
The class `AircraftSimulator(BaseSimulator)` has an attribute `bloods`. What exactly is the use of it? It will never get updated, except in `SingleCombatTask()`, where the attribute `use_artillery` is anyway always `False`...
as stated in the title, is it possible to instantiate multiple agents and control them separately?
I am trying to run your examples of [mpe_mappo](https://github.com/agi-brain/xuance/blob/master/examples/mappo/mappo_simple_spread.py) and [football_qmix](https://github.com/agi-brain/xuance/blob/master/examples/qmix/qmix_football.py) but I am getting errors when purely running your examples. **For MAPPO MPE with simple_spread_v3:** ` File "venv_xuan/lib/python3.9/site-packages/xuance/torch/agents/agents_marl.py", line...
In a multi-agent setting, when training e.g. `MAPPO_Agents()`, then calling `MAPPO_Agents.save_model(model_name='model.pth')` and finally loading the model `MAPPO_Agents.load_model(path)`, how can I extract specific policies out of the model? e.g. when 3...