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 #38

Closed AnneBeyer closed 8 months ago

AnneBeyer commented 8 months ago

As a first step towards #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

fixed with https://github.com/clp-research/clembench/pull/44