MineDojo / Voyager

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

Could You Please Clarify What the `skills` Variable Represents in Voyager? #69

Closed ItsBean closed 10 months ago

ItsBean commented 1 year ago

I am seeking clarification regarding the variable skills derived from the line skills = self.skill_manager.retrieve_skills(query=self.context) in a given piece of code. Owing to constraints related to the lack of a GPT-4 API, I am unable to debug the code independently. I am wondering whether this code segment is part of an asynchronous function or if it serves a different purpose. I kindly request your assistance in understanding this particular line of code.

theblazehen commented 1 year ago

FYI, if you look around on certain discords, you can get gpt-4 api access, just unofficially. I'm using https://discord.gg/9m4PGyFP

go-maple commented 1 year ago

I want to talk in discord.

theblazehen commented 1 year ago

I'm theblazehen#5390

xieleo5 commented 1 year ago

Hi, the skills are just the skills that are retrieved from the learned skill library in each round. It's saved under ckpt/skill/skills.json.

co1one commented 1 year ago

FYI, if you look around on certain discords, you can get gpt-4 api access, just unofficially. I'm using https://discord.gg/9m4PGyFP

hhhiii,i want join in the discord to discuss too,could you plz invite me to the group

github-actions[bot] commented 11 months ago

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

github-actions[bot] commented 10 months ago

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