cocacola-lab / MineLand

Simulating Large-Scale Multi-Agent Interactions with Limited Multimodal Senses and Physical Needs
MIT License
55 stars 9 forks source link

Automatically shut down the server subprocess when starting MineLand #29

Open YXHXianYu opened 1 month ago

YXHXianYu commented 1 month ago

If an error occurs in python side and mineland crashes, the server subprocess will not exit. When starting MineLand again, an error will occur and manual handling is required.

A feature should be added to automatically restart and solve problems if the server has not been shut down during startup.