Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
qop00gy opened this issue Apr 29, 2024 · 1 comment
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@qop00gy
Copy link

qop00gy commented Apr 29, 2024

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

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

@wenzhangliu 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
@wenzhangliu
Copy link
Collaborator

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.

@wenzhangliu wenzhangliu added help wanted Extra attention is needed question Further information is requested labels May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants