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

[Major] Major change in gym's space #27

Open
anthony0727 opened this issue Jun 29, 2022 · 3 comments
Open

[Major] Major change in gym's space #27

anthony0727 opened this issue Jun 29, 2022 · 3 comments

Comments

@anthony0727
Copy link
Member

Gym's rules regarding space has been strengthened

e.g.

gym==0.24 requires observation to be ONLY np.array

and, since gym==0.20 observation_space's attribute is protected(can not be set lazily)

rules regarding >=0.24 will be merge in next PR

@anthony0727
Copy link
Member Author

@leeynsn @Moong1234 regarding Graph obs,

Since gym's convention is VERY popular practice among the RL community

We should stick to this

Otherwise, those who wish to use other RL libraries with marlenv, they can't

@anthony0727
Copy link
Member Author

issue with grid obs is resolved with

commit : 2ee67b7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant