minerllabs / minerl

MineRL Competition for Sample Efficient Reinforcement Learning - Python Package
http://minerl.io/docs/
Other
682 stars 152 forks source link

Unable to run mineRL environment; zombie processes #781

Open carolinezhang1 opened 1 month ago

carolinezhang1 commented 1 month ago

Hello! I have been trying to set up mineRL on my computer and have been running into some issues with trying to run the environment setup code, specifically this command: obs = env.reset()

The process stops and I get these errors: DEBUG:minerl.env.malmo.instance.500b73:[14:35:19] [EnvServerSocketHandler/INFO]: [STDOUT]: *** Stopping the replay, returning control to the inputs INFO:process_watcher:Zombie process found in process tree. INFO:process_watcher:Process psutil.Popen(pid=4700, name='bash', status='zombie', started='14:34:31') does not exist or is zombie.

I use a Macbook computer with an Apple Silicon Chip, have Java 8, and installed mineRL using the instructions on the website. I would really appreciate any help with troubleshooting, thank you so much!

Also, here is the full log: `DeprecationWarning: 'soft_unicode' has been renamed to 'soft_str'. The old name will be removed in MarkupSafe 2.1. return concat(self.root_render_func(self.new_context(vars)))