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
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?
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: