Denys88 / rl_games

RL implementations
MIT License
848 stars 142 forks source link

Fix multi-gpu seeds #162

Closed vwxyzjn closed 2 years ago

vwxyzjn commented 2 years ago

This PR properly fixes the multi-GPU seeds.

It's a simple fix but quite ugly: a better fix probably would involved a larger refactoring such as putting horovod stuff into the main runner.py