matheusportela / Multiagent-RL

Multiagent reinforcement learning simulation framework - Undergraduate thesis in Mechatronics Engineering at the University of Brasília
67 stars 16 forks source link

Make simulation.py stop with CTRL-C #65

Closed matheusportela closed 8 years ago

matheusportela commented 8 years ago

For now, if I try to interrupt the process initialized with python simulation.py, it simply freezes and never finishes. Possibly, I need to kill the adapter process before killing the controller one.

Let's make it work!