Skip to content
Snippets Groups Projects

Resolve "Second window"

Merged Fabian Heinrich requested to merge 88-second-window into main
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
@@ -205,8 +205,7 @@ async def agent():
if not task_type:
task_type = random.choice(["GOTO", "PUT", "INTERACT"])
wait_for_end = 5.0
threshold = datetime.now() + timedelta(seconds=wait_for_end)
threshold = datetime.now() + timedelta(seconds=15.0)
if task_type == "GOTO":
counter_type = random.choice(list(counters.keys()))
task_args = random.choice(counters[counter_type])["pos"]
Loading