sail-sg / envpool

C++-based high-performance parallel environment execution engine (vectorized env) for general RL environments.
https://envpool.readthedocs.io
Apache License 2.0
1.1k stars 100 forks source link

[Question] Does EnvPool support Procgen's Exploration mode #275

Open rfali opened 1 year ago

rfali commented 1 year ago

Motivation

EnvPool's documentation does not mention supporting the 'exploration' distribution mode for Procgen. Procgen environment options: https://github.com/openai/procgen#environment-options (although I am not sure if the original Procgen supports it too, or just lists it in the documentation. See this.

Is that by design?

Checklist