MCPcopy Create free account

hub / github.com/MineDojo/Voyager / functions

Functions423 in github.com/MineDojo/Voyager

↓ 1 callersMethodhuman_check_task_success
(self)
voyager/agents/critic.py:79
↓ 1 callersFunctioninitCounter
(bot)
voyager/env/mineflayer/lib/utils.js:3
↓ 1 callersFunctioninsert_before_ext
log.txt -> log.ep50.txt
voyager/utils/file_utils.py:499
↓ 1 callersFunctionis_abs_path
(*fpath)
voyager/utils/file_utils.py:182
↓ 1 callersMethodis_running
(self)
voyager/env/process_monitor.py:87
↓ 1 callersFunctionis_sequence
Returns: True if the sequence is a collections.Sequence and not a string.
voyager/utils/file_utils.py:53
↓ 1 callersFunctionlistItems
(bot)
voyager/env/mineflayer/lib/observation/inventory.js:14
↓ 1 callersFunctionlistItemsInChest
(bot, chestBlock)
voyager/control_primitives/useChest.js:99
↓ 1 callersFunctionloadPathfinderPlugin
(bot: Bot)
voyager/env/mineflayer/mineflayer-collectblock/src/index.ts:15
↓ 1 callersFunctionloadToolPlugin
(bot: Bot)
voyager/env/mineflayer/mineflayer-collectblock/src/index.ts:20
↓ 1 callersFunctionload_control_primitives
(primitive_names=None)
voyager/control_primitives/__init__.py:6
↓ 1 callersFunctionload_control_primitives_context
(primitive_names=None)
voyager/control_primitives_context/__init__.py:6
↓ 1 callersFunctionload_text
(*fpaths, by_lines=False)
voyager/utils/file_utils.py:537
↓ 1 callersFunctionmineCoalOre
(bot)
skill_library/trial2/skill/code/mineCoalOre.js:1
↓ 1 callersFunctionmineWoodLog
(bot)
skill_library/trial2/skill/code/mineWoodLog.js:1
↓ 1 callersMethodobserve
()
voyager/env/mineflayer/lib/observation/base.js:13
↓ 1 callersFunctiononDisconnect
(message)
voyager/env/mineflayer/index.js:142
↓ 1 callersFunctiononStuck
(posThreshold)
voyager/env/mineflayer/index.js:263
↓ 1 callersFunctionpack_varargs
Pack *args or a single list arg as list def f(*args): arg_list = pack_varargs(args) # arg_list is now packed as a list
voyager/utils/file_utils.py:61
↓ 1 callersMethodparse_ai_message
(self, message)
voyager/agents/curriculum.py:311
↓ 1 callersFunctionplaceItems
(bot: Bot, chestPos: Vec3, itemFilter: ItemFilter, cb?: (err: Error | undefined, hasRemaining: boolean) => voi
voyager/env/mineflayer/mineflayer-collectblock/src/Inventory.ts:70
↓ 1 callersMethodprocess_ai_message
(self, message)
voyager/agents/action.py:201
↓ 1 callersMethodpropose_next_ai_task
(self, *, messages, max_retries=5)
voyager/agents/curriculum.py:292
↓ 1 callersMethodpropose_next_manual_task
(self)
voyager/agents/curriculum.py:319
↓ 1 callersMethodpropose_next_task
(self, *, events, chest_observation, max_retries=5)
voyager/agents/curriculum.py:240
↓ 1 callersMethodrender_human_message_qa_step1_ask_questions
(self, *, events, chest_observation)
voyager/agents/curriculum.py:439
↓ 1 callersMethodrender_human_message_qa_step2_answer_questions
(self, question)
voyager/agents/curriculum.py:486
↓ 1 callersMethodrender_system_message
(self)
voyager/agents/curriculum.py:134
↓ 1 callersMethodrender_system_message_qa_step1_ask_questions
(self)
voyager/agents/curriculum.py:436
↓ 1 callersMethodrender_system_message_qa_step2_answer_questions
(self)
voyager/agents/curriculum.py:481
↓ 1 callersMethodresume
(self, cutoff=None)
voyager/utils/record_utils.py:48
↓ 1 callersFunctionreturnItems
()
voyager/env/mineflayer/index.js:300
↓ 1 callersMethodrun_qa
(self, *, events, chest_observation)
voyager/agents/curriculum.py:384
↓ 1 callersMethodrun_qa_step1_ask_questions
(self, *, events, chest_observation)
voyager/agents/curriculum.py:448
↓ 1 callersMethodstop
(self)
voyager/env/minecraft_launcher.py:122
↓ 1 callersMethodsummarize_chatlog
(self, events)
voyager/agents/action.py:258
↓ 1 callersFunctionteleportBot
()
voyager/env/mineflayer/index.js:281
↓ 1 callersFunctiontryEmptyInventory
(bot: Bot, chestLocation: Vec3, itemFilter: ItemFilter, cb?: (err: Error | undefined, hasRemaining: boolean) =
voyager/env/mineflayer/mineflayer-collectblock/src/Inventory.ts:57
↓ 1 callersMethodupdate_chest_memory
(self, chests)
voyager/agents/action.py:40
↓ 1 callersMethodupdate_position
(self, event)
voyager/utils/record_utils.py:96
↓ 1 callersFunctionwaitForMobRemoved
(bot, entity, timeout = 300)
voyager/control_primitives/waitForMobRemoved.js:1
↓ 1 callersFunctionwaitForMobShot
(bot, entity, timeout = 300)
voyager/control_primitives/waitForMobRemoved.js:44
Method__init__
The main class for Voyager. Action agent is the iterative prompting mechanism in paper. Curriculum agent is the automatic cur
voyager/voyager.py:18
Method__init__
( self, ckpt_dir="ckpt", resume=False, init_position=None, )
voyager/utils/record_utils.py:8
Method__init__
( self, mc_port=None, azure_login=None, server_host="http://127.0.0.1",
voyager/env/bridge.py:19
Method__init__
( self, client_id, redirect_url, secret_value, version, minefl
voyager/env/minecraft_launcher.py:12
Method__init__
( self, commands: List[str], name: str, ready_match: str = r".*", log_
voyager/env/process_monitor.py:15
Method__init__
( self, model_name="gpt-3.5-turbo", temperature=0, request_timout=120,
voyager/agents/critic.py:8
Method__init__
( self, model_name="gpt-3.5-turbo", temperature=0, retrieval_top_k=5,
voyager/agents/skill.py:14
Method__init__
( self, model_name="gpt-3.5-turbo", temperature=0, request_timout=120,
voyager/agents/action.py:15
Method__init__
( self, model_name="gpt-3.5-turbo", temperature=0, qa_model_name="gpt-3.5-turb
voyager/agents/curriculum.py:16
Function_ignore_patterns
(path, names)
voyager/utils/file_utils.py:344
Method_start
(self)
voyager/env/process_monitor.py:45
MethodaddSync
* Adds a synchronous task toi this queue. * * @param task - The sync task to add.
voyager/env/mineflayer/mineflayer-collectblock/src/TaskQueue.ts:31
FunctioncatchFiveFishSafely
(bot)
skill_library/trial2/skill/code/catchFiveFishSafely.js:1
FunctioncatchThreeFish
(bot)
skill_library/trial2/skill/code/catchThreeFish.js:1
FunctioncheckItemInsideChest
(bot, chestPosition)
voyager/control_primitives_context/useChest.js:29
FunctioncheckStonePickaxe
(bot)
skill_library/trial2/skill/code/checkStonePickaxe.js:1
FunctionchopDownSpruceLogs
(bot)
skill_library/trial2/skill/code/chopDownSpruceLogs.js:1
FunctionchopDownSpruceLogs
(bot)
skill_library/trial2/skill/code/chopDownSpruceLogsV2.js:1
FunctionchopSpruceLogs
(bot)
skill_library/trial2/skill/code/chopSpruceLogs.js:1
Methodclose
(self)
voyager/voyager.py:200
FunctioncollectBamboo
(bot)
skill_library/trial1/skill/code/collectBamboo.js:1
FunctioncollectFiveCactusBlocks
(bot)
skill_library/trial1/skill/code/collectFiveCactusBlocks.js:1
FunctioncollectWaterWithBucket
(bot)
skill_library/trial2/skill/code/collectWaterWithBucket.js:1
Methodconstructor
(bot)
voyager/env/mineflayer/lib/observation/onSave.js:4
Methodconstructor
(bot)
voyager/env/mineflayer/lib/observation/onError.js:4
Methodconstructor
(bot)
voyager/env/mineflayer/lib/observation/inventory.js:4
Methodconstructor
(bot)
voyager/env/mineflayer/lib/observation/onChat.js:4
Methodconstructor
(bot)
voyager/env/mineflayer/lib/observation/status.js:4
Methodconstructor
(bot)
voyager/env/mineflayer/lib/observation/voxels.js:5
Methodconstructor
(bot)
voyager/env/mineflayer/lib/observation/voxels.js:16
Methodconstructor
(bot)
voyager/env/mineflayer/lib/observation/base.js:2
Methodconstructor
(bot)
voyager/env/mineflayer/lib/observation/chests.js:4
Methodconstructor
* Creates a new instance of the create block plugin. * * @param bot - The bot this plugin is acting on.
voyager/env/mineflayer/mineflayer-collectblock/src/CollectBlock.ts:329
Methodconstructor
(readonly eventName: string, readonly callback: Function)
voyager/env/mineflayer/mineflayer-collectblock/src/TemporarySubscriber.ts:4
Methodconstructor
(readonly bot: Bot)
voyager/env/mineflayer/mineflayer-collectblock/src/TemporarySubscriber.ts:10
Methodconstructor
(bot: Bot)
voyager/env/mineflayer/mineflayer-collectblock/src/Targets.ts:11
FunctioncookChicken
(bot)
skill_library/trial3/skill/code/cookChicken.js:1
FunctioncookMutton
(bot)
skill_library/trial2/skill/code/cookMutton.js:1
FunctioncookPorkchops
(bot)
skill_library/trial1/skill/code/cookPorkchops.js:1
FunctioncookRawBeef
(bot)
skill_library/trial3/skill/code/cookRawBeef.js:1
FunctioncookRawMutton
(bot)
skill_library/trial3/skill/code/cookRawMutton.js:1
FunctioncookSevenMutton
(bot)
skill_library/trial1/skill/code/cookSevenMutton.js:1
FunctioncookThreeRawChicken
(bot)
skill_library/trial3/skill/code/cookThreeRawChicken.js:1
FunctioncraftAcaciaPlanksAndSticks
(bot)
skill_library/trial1/skill/code/craftAcaciaPlanksAndSticks.js:1
FunctioncraftBirchBoat
(bot)
skill_library/trial3/skill/code/craftBirchBoat.js:13
FunctioncraftBoneMeal
(bot)
skill_library/trial3/skill/code/craftBoneMeal.js:1
FunctioncraftBucket
(bot)
skill_library/trial2/skill/code/craftBucket.js:1
FunctioncraftBucket
(bot)
skill_library/trial1/skill/code/craftBucket.js:1
FunctioncraftChest
(bot)
skill_library/trial2/skill/code/craftChest.js:1
FunctioncraftChest
(bot)
skill_library/trial1/skill/code/craftChest.js:1
FunctioncraftChest
(bot)
skill_library/trial3/skill/code/craftChest.js:1
FunctioncraftClock
(bot)
skill_library/trial3/skill/code/craftClock.js:1
FunctioncraftCopperBlock
(bot)
skill_library/trial1/skill/code/craftCopperBlock.js:1
FunctioncraftCopperBlock
(bot)
skill_library/trial3/skill/code/craftCopperBlock.js:1
FunctioncraftDiamondSword
(bot)
skill_library/trial3/skill/code/craftDiamondSword.js:1
FunctioncraftEightSticks
(bot)
skill_library/trial2/skill/code/craftEightSticks.js:1
FunctioncraftEightTorches
(bot)
skill_library/trial2/skill/code/craftEightTorches.js:1
FunctioncraftFurnace
(bot)
skill_library/trial2/skill/code/craftFurnace.js:1
← previousnext →101–200 of 423, ranked by callers