MrRobb / gym-rs

OpenAI Gym bindings for Rust
MIT License
61 stars 4 forks source link

Does this binding makes it feasible to run gym_env in true multi-threads? #40

Open dbsxdbsx opened 3 years ago

dbsxdbsx commented 3 years ago

I found this project when trying to find a way to truely run openai gym parallelly with algorithm written in rust. Is it feasible to run gym_env in true multi-threads when coding in rust? And even more ,could this support some gym like env, like gym_retro, gym_ple?