MineDojo / Voyager

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

Removing specific skills during training #72

Closed theblazehen closed 11 months ago

theblazehen commented 1 year ago

Briefly describe your issue

During the learning process I notice that it repeatedly fails to handle chests correctly. Is there any way to remove just the knowledge of chests, so it can learn anew? I've tried removing it from the json, but it complains that there's a mismatch with the skill count in parquet then

xieleo5 commented 1 year ago

Hi, could you elaborate more about how the bot failed to handle chests? I believe I add a check to not add tasks related to depositing items into the skill library.

For adding and removing tasks, I may update the README file later this week if I have time. In short, you need to regenerate the Chroma vectordb using the new skills.json you want to use.

theblazehen commented 1 year ago

Thanks for the info. I started a fresh training run, without using the skill library. The issue was indeed related to trying to deposit items into chests

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 11 months ago

This issue was closed because it has been inactive for 14 days since being marked as stale.