lcswillems / torch-ac

Recurrent and multi-process PyTorch implementation of deep reinforcement Actor-Critic algorithms A2C and PPO
MIT License
190 stars 64 forks source link

Revert "adds explicit killing of workers" #6

Closed lcswillems closed 3 years ago

lcswillems commented 3 years ago

Reverts lcswillems/torch-ac#4

kkarrancsu commented 3 years ago

Hello @lcswillems , was there any issue with the explicit killing of workers to revert this change? I'm just curious.

lcswillems commented 3 years ago

Hi @kkarrancsu, I reverted because of this: https://github.com/lcswillems/rl-starter-files/issues/42