MultiAgentTORCS icon indicating copy to clipboard operation
MultiAgentTORCS copied to clipboard

While I am running the program, why Gym-Torch constantly re-launch?!!

Open hbzhang opened this issue 4 years ago • 3 comments

While I am running the program, why Gym-Torch constantly re-launch?!!

hbzhang avatar Mar 29 '20 14:03 hbzhang

Hello, the gym-torcs relaunches when the episode for any one of the agent ends due to some termination condition (out of track, facing backwards, etc). If you are facing some other issue, please do provide more details.

Additionally, please check out the new repo for this project!

abhisheknaik96 avatar Mar 30 '20 18:03 abhisheknaik96

Thanks, that means restarting is normal?

I am using single-agent I believe.

Restarting is pretty distracting since screen constantly coming up...

On Mon, Mar 30, 2020 at 2:18 PM Abhishek Naik [email protected] wrote:

Hello, the gym-torcs relaunches when the episode for any one of the agent ends due to some termination condition (out of track, facing backwards, etc). If you are facing some other issue, please do provide more details.

Additionally, please check out the new repo https://github.com/madras-simulator/MADRaS for this project!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/abhisheknaik96/MultiAgentTORCS/issues/12#issuecomment-606160160, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABSHVI5UO7JFQBZROCBZTLRKDO5ZANCNFSM4LV74B3Q .

hbzhang avatar Mar 30 '20 18:03 hbzhang

Yes, restarting is normal! Even in the single-agent case, there will be more restarting towards the beginning of training as the agent will fail frequently. Make sure to check out the Wiki for the repo for more insights into how this works!

abhisheknaik96 avatar Apr 05 '20 17:04 abhisheknaik96