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

compatible with OpenAI Gym Vectorized env #4

Open
SurferZergy opened this issue Sep 20, 2019 · 1 comment
Open

compatible with OpenAI Gym Vectorized env #4

SurferZergy opened this issue Sep 20, 2019 · 1 comment

Comments

@SurferZergy
Copy link

SurferZergy commented Sep 20, 2019

Was wondering if it is possible to make it able to wrap with OpenAI's DummyVecEnv?
Seems like most of their baselines all require a vectorized env, would it be possible to wrap it?

https://stable-baselines.readthedocs.io/en/master/modules/ppo2.html

OpenAI also requires actions space and observation space to be specific to theirs, as in either "Box" or "Discrete", pysc2 seem to offer action in lists, and observation in objects, is there a way to translate between them?

@islamelnabarawy
Copy link
Owner

I currently don't have the resources to work on this, so I will have to rely on the community.

Contributions and pull requests are welcome.

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

No branches or pull requests

2 participants