interlab_zoo
InterLab Zoo
A collection of implementations of actors, scenarios, actor memory systems, tracing post-processing, and other useful tools extending the InterLab project. This repository is intended for code that is still mostly generic and widely useful while being opinionated about particular implementation details and prompt wording.
(For example, an Actor using particular internal deliberation schema and prompts but being usable over a range of scenarios is a good fit, while an actor tuned for a concrete game is better kept in your experimental repo.)
1""" 2InterLab Zoo 3------------ 4 5A collection of implementations of actors, scenarios, actor memory systems, tracing post-processing, 6and other useful tools extending the InterLab project. This repository is intended for code that is 7still mostly generic and widely useful while being opinionated about particular implementation details 8and prompt wording. 9 10(For example, an Actor using particular internal deliberation schema and prompts but being usable over 11a range of scenarios is a good fit, while an actor tuned for a concrete game is better kept in your 12experimental repo.) 13"""