agi-brain/xuance

It seems that neither action_space nor obs_space for customized multi-agent environments support Tuple or Dict types

Opened this issue · 1 comments

希望增加对这些类型的支持。

现阶段一定要用这些类型的话,用pettingzoo环境可以吗?

Hope to add support for these types of action_space and obs_space.

Currently, if I have to use these types of action_space and obs_space (Tuple or Dict), can I use the PettingZoo environment?

Re:
Thanks for your advice about the customized multi-agent environments. In XuanCe's examples of customized environments, we didn't consider these two types of action_spaces and obs_spaces, but XuanCe indeed supports the customized environments with those types of variables. We will also provide the corresponding examples very soon.

For now, if you have to use the types of Tuple or Dict for action_space or obs_space, you can create a customized environment like PettingZoo.