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...
Thank you to @Aequatio-Space for offering guidance. MARLlib utilizes a standard agent-environment interface based on RLlib. A practical approach to integrating your own environment is to begin by identifying a...
Can you please share the full script you're using, along with the directory structure, including project files and checkpoints?
Could you please provide me with the complete error tracing log?
On my end, this appears to be a common issue with RLlib. For more information, you can refer to [this link](https://github.com/ray-project/ray/issues/8763).