pj4533 / yourgoal

Swift implementation of BabyAGI
MIT License
51 stars 8 forks source link

Convert to a sandbox? #18

Open pj4533 opened 1 year ago

pj4533 commented 1 year ago

I've been wanting to investigate using code like the recent Generative Agents paper. Also, others have built "LLMs in an RPG", which is very interesting to me as well.

Thinking about reusing some of my SpriteKit code from App of Mapping to make a sandbox playground for it to accomplish tasks. I also have more developed game-like SpriteKit code in my 'Slaad' project, but have not open sourced that yet. Think about pulling stuff from there as well.

This would narrow the context of what it could do, but it might also be interesting. For example, if I let it be able to do common game tasks (gather resources, plant, build), what can it figure out on its own? Anything?