mmaheshwari2
|
78843c9a26
|
easier to understand
|
2025-02-13 14:51:21 -08:00 |
|
mmaheshwari2
|
4804e91011
|
procedural generation task generation and analysis
|
2025-02-13 14:49:03 -08:00 |
|
Isadora White
|
52a3a6810d
|
crafting tasks
|
2025-02-13 12:57:47 -08:00 |
|
mmaheshwari2
|
b26d58fef4
|
Merge branch 'procedural_generation' of https://github.com/icwhite/mindcraft into procedural_generation
import difference
|
2025-02-13 12:45:57 -08:00 |
|
mmaheshwari2
|
de0f02587e
|
refactored import
|
2025-02-13 12:45:47 -08:00 |
|
Max Robinson
|
7970397517
|
Merge pull request #442 from kolbytn/dont-init-task
Don't reinit task when restarting
|
2025-02-13 14:33:06 -06:00 |
|
MaxRobinsonTheGreat
|
9e2b7c3e22
|
dont init task if we are loading mem, works w smelting
|
2025-02-13 14:25:44 -06:00 |
|
Max Robinson
|
a760b11b65
|
Merge pull request #440 from icwhite/task_evaluation
Task evaluation script for running multiple experiments for a particular task and logging metrics like time and sucess/failure counts
|
2025-02-13 13:40:51 -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 |
|
Sweaterdog
|
fd6ac47f07
|
Update local.js
Fixed Local Model usage with reasoning
|
2025-02-12 16:55:12 -08:00 |
|
Sweaterdog
|
a245288cb2
|
Update @google+generative-ai+0.2.1.patch
Fixed the Gemini 2.0 patch
|
2025-02-12 16:52:21 -08:00 |
|
Isadora White
|
6e48f06e1d
|
small changes
|
2025-02-12 15:39:57 -08:00 |
|
uukelele-scratch
|
386900aa03
|
removed unnecessary debug logging (again)
|
2025-02-12 19:12:34 +00:00 |
|
uukelele-scratch
|
4b38aba2dc
|
added speaking queue to ensure bot doesn't say multiple things at once
|
2025-02-12 19:10:14 +00:00 |
|
uukelele-scratch
|
e612b00410
|
removed unnecessary debug logging
|
2025-02-12 18:33:57 +00:00 |
|
uukelele-scratch
|
9bf70edd10
|
Update agent.js
|
2025-02-12 18:33:05 +00:00 |
|
uukelele-scratch
|
81e4803c22
|
Update settings.js
|
2025-02-12 18:19:03 +00:00 |
|
uukelele-scratch
|
043011e20a
|
Update agent.js
|
2025-02-12 16:28:19 +00:00 |
|
uukelele-scratch
|
2d956ccddb
|
Create speak.js
|
2025-02-12 16:26:48 +00:00 |
|
Sweaterdog
|
fb4b16e46c
|
Update groq.js
|
2025-02-11 21:21:26 -08:00 |
|
Sweaterdog
|
8a1a8ce370
|
Update huggingface.js
|
2025-02-11 21:20:28 -08:00 |
|
Sweaterdog
|
ff3af0e2e4
|
Update local.js
|
2025-02-11 21:20:03 -08:00 |
|
Ayush Maniar
|
acf4eece60
|
Filename includes timestamp of first experiment run
|
2025-02-11 12:29:29 -08:00 |
|
Vinamra Mishra
|
b7a3cce51b
|
Update package.json
|
2025-02-11 18:21:24 +05:30 |
|
Isadora White
|
14ea211013
|
resolve merge
|
2025-02-10 16:23:28 -08:00 |
|
Isadora White
|
80f9c9f6c7
|
refactoring construction task files
|
2025-02-10 16:22:26 -08:00 |
|
mmaheshwari2
|
b7bdbf7759
|
abstracted out room size and variance. also tried centering window panes properly
|
2025-02-10 11:19:12 -08:00 |
|
mmaheshwari2
|
b53dd4744f
|
refactored procedural generation into construction tasks
|
2025-02-10 10:25:15 -08:00 |
|
mmaheshwari2
|
bf1914ddb9
|
fixed borders of rooms
|
2025-02-10 10:12:50 -08:00 |
|
Sweaterdog
|
de91971518
|
Update local.js
|
2025-02-09 18:29:26 -08:00 |
|
Isadora White
|
127db0dfd1
|
refactoring changes for construction task to make way for cooking task
|
2025-02-09 16:19:30 -08:00 |
|
Sweaterdog
|
a5ff329935
|
Create @google+generative-ai+0.2.1.patch
|
2025-02-09 13:09:34 -08:00 |
|
Sweaterdog
|
bf2afddd8a
|
Delete patches/patches directory
|
2025-02-09 13:09:09 -08:00 |
|
Sweaterdog
|
24891b813e
|
Create @google+generative-ai+0.2.1.patch
Made it so the endpoint for Gemini models is now v1beta instead of v1, allowing access to all new models
|
2025-02-09 13:08:40 -08:00 |
|
mmaheshwari2
|
bf88a96106
|
added windows, room materials. abstracted out for easy implementation
|
2025-02-09 12:32:23 -08:00 |
|
gmuffiness
|
430ae24d20
|
fix: use text description when vision features are used with a non-vision model
|
2025-02-10 02:03:25 +09:00 |
|
gmuffiness
|
647655f206
|
docs: add vision_model to readme
|
2025-02-09 22:08:13 +09:00 |
|
gmuffiness
|
2b5923f98f
|
feat: add vision_model param to profile
|
2025-02-09 21:57:45 +09:00 |
|
Sweaterdog
|
0fe7d11618
|
Merge branch 'main' into main
|
2025-02-08 22:59:58 -08:00 |
|
Sweaterdog
|
80ce0a7dfb
|
Update README.md
|
2025-02-08 22:50:33 -08:00 |
|
Sweaterdog
|
ba10f08d1b
|
Update keys.example.json
|
2025-02-08 22:46:15 -08:00 |
|
Sweaterdog
|
9681371b5f
|
Update settings.js
|
2025-02-08 22:44:55 -08:00 |
|
Sweaterdog
|
e4d0a7d05c
|
Rename hyperbolic.js to hyperbolic.json
|
2025-02-08 22:43:31 -08:00 |
|
Sweaterdog
|
df6f8fb99e
|
Create glhf.json
|
2025-02-08 22:43:20 -08:00 |
|
Sweaterdog
|
2f0e4acb25
|
Create hyperbolic.js
|
2025-02-08 22:43:00 -08:00 |
|
Sweaterdog
|
359c7e825c
|
Add files via upload
|
2025-02-08 22:41:07 -08:00 |
|
Sweaterdog
|
fd2fe0b33e
|
Delete andy.json
|
2025-02-08 22:39:37 -08:00 |
|
Sweaterdog
|
c5b89fce8b
|
Delete README.md
|
2025-02-08 22:39:27 -08:00 |
|
Sweaterdog
|
97b42f6b45
|
Delete LICENSE
|
2025-02-08 22:39:17 -08:00 |
|
Sweaterdog
|
2e50d92680
|
Delete FAQ.md
|
2025-02-08 22:39:04 -08:00 |
|