Commit graph

58 commits

Author SHA1 Message Date
Ayush Maniar
67b8326da9 Hells kitchen tasks -> Agent specific validator function created 2025-04-01 22:33:37 -07:00
Ayush Maniar
beb8605ef3 Comment removal 2025-03-28 20:03:28 -07:00
Ayush Maniar
dbe96b8083 Human names for 2+ agents, modifications to goal prompts for 2+ agent tasks, and more milk_buckets in chest 2025-03-25 11:05:56 -07:00
Isadora White
93db8b664c fixing construction tasks 2025-03-22 17:13:14 -05:00
Ayush Maniar
62cdef823f Merge branch 'main' of https://github.com/icwhite/mindcraft 2025-03-21 02:18:29 -07:00
Ayush Maniar
19b12c812e Teleportation changes which got removed due to merge conflicts, added back 2025-03-21 02:18:07 -07:00
Isadora White
b72500a0ea
Merge branch 'main' into constructionTaskRevision 2025-03-20 20:45:28 -07:00
Ayush Maniar
fa03061621 Remove door and improve multi-agent collaboration for 3+ tasks 2025-03-20 16:34:23 -07:00
Ayush Maniar
e0bbd661dd Fixed validator not getting executed after agent exiting the world due to smelting, by clearing inventories in the end 2025-03-20 12:56:29 -07:00
Mehul Maheshwari
12b327f193
Merge branch 'main' into constructionTaskRevision 2025-03-20 12:26:29 -07:00
Mehul Maheshwari
a92eb58ad0 fixed tool based problems with construction tasks (ladders needs blocks behind them, door validation fixed) 2025-03-18 17:02:13 -07:00
Isadora White
192d92bc06 fix restart and the issue where the server sometimes doesn't get deleted properly 2025-03-16 20:31:30 -07:00
Ayush Maniar
7c96cca59c Bug fix for validator execution before the bot initialization 2025-03-15 22:35:23 -07:00
Ayush Maniar
4269c6fea3 Added hells kitchen tasks, improvements to cooking_tasks world reset, more general goals in tasks.js for cooking task. 2025-03-13 21:26:49 -07:00
Isadora White
7402839cb5 teleport close to building 2025-03-10 23:08:35 -07:00
Isadora White
2f80b65d42 fixing small bugs related to single agent support 2025-03-09 13:01:54 -07:00
Isadora White
7e7f893cf3 fix evaluation script bug 2025-03-05 10:10:24 -08:00
Isadora White
e3ec9d34b4 fixing merge related small bugs 2025-03-04 11:54:09 -08:00
Isadora White
2bdaf6e232
Merge branch 'main' into procedural_generation_save 2025-03-04 11:10:42 -08:00
mmaheshwari2
ba1e826ca5 refactored for main merge. generated train tasks for construction. added pickaxe at inventory initalization. moved print matrix into blueprint class 2025-03-03 21:41:38 -08:00
Isadora White
8e08c025ae getting rid of small weird changes 2025-03-03 17:35:47 -08:00
Isadora White
932798195f merging crafting_save and procedural generation save 2025-03-03 17:06:24 -08:00
mmaheshwari2
0ee3adf3e0 debugging merge 2025-03-03 12:24:59 -08:00
mmaheshwari2
d6a8e305b4 Merge remote-tracking branch 'origin/procedural_generation_save'
# Conflicts:
#	src/agent/agent.js
#	src/agent/tasks.js
2025-03-03 11:53:57 -08:00
mmaheshwari2
0494514f4e fixed merge 2025-03-02 12:53:09 -08:00
Isadora White
ae39028d3b longer sleeps, early breaking for scenarios where there is only one agent 2025-02-28 18:31:19 -08:00
Isadora White
39cec7cf82 changed the checking if complete cycle to be more frequent and updated the collab_profile 2025-02-28 16:59:56 -08:00
mmaheshwari2
4d2e2c9b31 debugging merge 2025-02-28 16:29:37 -08:00
Isadora White
2bd6b2cb49 log this.task_id in task.js 2025-02-28 14:42:00 -08:00
Isadora White
8c2bd816b7 merge conflicts resolved 2025-02-27 21:00:41 -08:00
Ayush Maniar
fd4f952a2c Added example tasks for different goals per agent 2025-02-25 22:47:43 -08:00
Ayush Maniar
57c47c0bcf Provide agent specific goals in task, added more example tasks 2025-02-23 03:21:59 -08:00
Ayush Maniar
0c237b76da Merge branch 'cooking_tasks' of https://github.com/icwhite/mindcraft into cooking_tasks 2025-02-23 02:59:46 -08:00
Ayush Maniar
786bee36d3 Added different initialization for cooking_tasks 2025-02-23 02:53:45 -08:00
Ayush Maniar
1ba5f130f3 Improve task.js with better modularized code 2025-02-23 02:50:11 -08:00
Isadora White
d4565aa68c small fixes, the items were being given twice to the agents on initialization and accounting for blocked_actions not being in the task file 2025-02-20 21:45:29 -08:00
Max Robinson
d5fde29a7b
Merge pull request #452 from icwhite/evaluation_parallelization
Evaluation parallelization
2025-02-20 19:58:15 -06:00
MaxRobinsonTheGreat
b23f4776b1 add state to self prompter for pausing 2025-02-20 17:17:21 -06:00
mmaheshwari2
baaab58f98 3 big changes. 1:blueprint removed from blueprint.explain() 2:construction validation no longer includes air particles 3:autodeletes blueprint before construction task. 2025-02-19 18:25:59 -08:00
Isadora White
7a19f34e22
Merge branch 'main' into evaluation_parallelization 2025-02-18 18:34:46 -08:00
MaxRobinsonTheGreat
9e2b7c3e22 dont init task if we are loading mem, works w smelting 2025-02-13 14:25:44 -06:00
Isadora White
0b2624db6d updating evaluation script with wandb logs and fixing error in tasks.js 2025-02-13 10:46:44 -08:00
Isadora White
6e48f06e1d small changes 2025-02-12 15:39:57 -08:00
Isadora White
127db0dfd1 refactoring changes for construction task to make way for cooking task 2025-02-09 16:19:30 -08:00
MaxRobinsonTheGreat
9c675c51bc fix syntax error, var->let, remove examples 2025-02-04 16:26:00 -06:00
mmaheshwari2
ff3da96cf6 added autobuild and autodelete to blueprint class (with functions to execute them) 2025-01-26 11:26:11 -08:00
MaxRobinsonTheGreat
6167aeeec4 added restrict to inventory and better blacklist 2025-01-09 15:15:25 -06:00
Isadora White
9575437d56 reset function and better prompts 2025-01-07 19:29:50 -08:00
Isadora White
9e7ead7e0c added conversation examples and fixed an issue with the validation function 2024-12-29 13:38:23 -06:00
Isadora White
3f728957c4 fixing issues with the bot not receiving the messages properly: 2024-12-29 10:56:20 -06:00