abhisheknaik96 / MultiAgentTORCS

The multi-agent version of TORCS for developing control algorithms for fully autonomous driving in the cluttered, multi-agent settings of everyday life.
141 stars 32 forks source link

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

Open hbzhang opened 4 years ago

hbzhang commented 4 years ago

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

abhisheknaik96 commented 4 years ago

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!

hbzhang commented 4 years ago

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 notifications@github.com 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 .

abhisheknaik96 commented 4 years ago

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!