MineDojo / Voyager

An Open-Ended Embodied Agent with Large Language Models
https://voyager.minedojo.org/
MIT License
5.36k stars 492 forks source link

Stop learning #79

Closed Shrek617 closed 1 year ago

Shrek617 commented 1 year ago

How to stop learning?

theblazehen commented 1 year ago

Just ^C it

Shrek617 commented 1 year ago

Just ^C it

Thanks, but it didn't work, it was writing an error related to the database. I fixed this with the addition this for my runvoyager.py: voyager = Voyager( mc_port=25565, openai_api_key=openai_api_key, ckpt_dir="ckpt", resume=True, )