MineDojo/Voyager

Stop learning

Shrek617 opened this issue · 2 comments

How to stop learning?

Just ^C it

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,

)