google-deepmind / concordia

A library for generative social simulation
Apache License 2.0
497 stars 96 forks source link

max_steps parameter in GameMaster.run_episode #61

Closed anatoleg closed 1 month ago

anatoleg commented 3 months ago

When the Conversation component creates a conversation master (convo_scene) it calls convo_scene.run_episode() - line 306 The method has a max_steps parameter (default 25) which we cannot set without modifying the source code.

jzleibo commented 3 months ago

Fixed here: https://github.com/google-deepmind/concordia/commit/1254f15ab617aca8d49f491b695f81d44618c074