You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
wenzhangliu
changed the title
目前自定义环境的action_space和obs_space好像都不支持Tuple类型或Dict类型
It seems that neither action_space nor obs_space for customized multi-agent environments support Tuple or Dict types
May 12, 2024
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.
希望增加对这些类型的支持。
现阶段一定要用这些类型的话,用pettingzoo环境可以吗?
The text was updated successfully, but these errors were encountered: