From daf69a97b184bec07f327d9d85ac744d3dbe1c4c Mon Sep 17 00:00:00 2001 From: "Joel Z. Leibo" Date: Sat, 6 Jul 2024 02:36:31 -0700 Subject: [PATCH] Fix rare typo-caused bug in forbidden fruit PiperOrigin-RevId: 649803941 Change-Id: I1c4190903859acc7bb83c9a329e12b345560f530 --- examples/modular/environment/forbidden_fruit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/modular/environment/forbidden_fruit.py b/examples/modular/environment/forbidden_fruit.py index ef70f36..10f4500 100644 --- a/examples/modular/environment/forbidden_fruit.py +++ b/examples/modular/environment/forbidden_fruit.py @@ -1046,7 +1046,7 @@ def __call__(self) -> str: elif self._get_num_cataclysms(env=self._primary_environment) == 2: runner.run_scenes( environment=self._primary_environment, - scenes=self._scenes[2]['worst'], + scenes=self._scenes[2]['worse'], players=self._all_players, clock=self._clock, )