We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Gym's rules regarding space has been strengthened
e.g.
gym==0.24 requires observation to be ONLY np.array
np.array
and, since gym==0.20 observation_space's attribute is protected(can not be set lazily)
observation_space
rules regarding >=0.24 will be merge in next PR
The text was updated successfully, but these errors were encountered:
@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
Sorry, something went wrong.
Will simply disable env checking for now,
https://github.com/openai/gym/blob/94081fbc0ade19747c9eea8aa435310f46971873/gym/envs/registration.py#L521
https://github.com/openai/gym/blob/979407f4c4aef3bebba6f317a6495ab2a6fc359c/gym/wrappers/env_checker.py#L15
issue with grid obs is resolved with
commit : 2ee67b7
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: