clp-research / clembench

A Framework for the Systematic Evaluation of Chat-Optimized Language Models as Conversational Agents and an Extensible Benchmark
MIT License
22 stars 31 forks source link

Add option to specify filename for instances in GameInstanceGenerator (cleaned) #44

Closed phisad closed 8 months ago

phisad commented 8 months ago

As a first step towards https://github.com/clp-research/clembench/issues/12, GameInstanceGenerator.generate() can now be given a file name to create different versions of instances in in/ (default is set to "instances.json" as before)

phisad commented 8 months ago

dropped an unrelated commit from https://github.com/clp-research/clembench/pull/38