Siyi Hu
Siyi Hu
My suggestion is to utilize the official StarCraft II map editor for loading maps. With this tool, you can easily create any map according to your preferences. For example, if...
Hi. Sorry for the confusion. The `mask_flag` indicates whether there is a mask available for the action. The `global_state_flag` is used to indicate whether the natural `state` is provided for...
Thank you for bringing this to our attention. We are currently investigating the issue.
Seems like in RLlib version 1.8.0, there is no native support for configuring the BPTT when using an RNN structure as the model base. Maybe consider trying the latest version...
The DDPG related models are defined [here](https://github.com/Replicable-MARL/MARLlib/blob/master/marllib/marl/models/zoo/rnn/ddpg_rnn.py) and [here](https://github.com/Replicable-MARL/MARLlib/blob/master/marllib/marl/models/zoo/mlp/ddpg_mlp.py#L36).
It appears that the issue may be related to differences between versions of Ray/RLlib, which are not backward and forward compatible. I recommend transitioning to at least version 1.8, which...