agentlab.experiments.graph_execution_ray
Functions
|
Execute a task graph in parallel while respecting dependencies using Ray. |
|
|
|
Cancel tasks that exceeds the timeout |
- agentlab.experiments.graph_execution_ray.execute_task_graph(exp_args_list: list[ExpArgs], avg_step_timeout=60)
Execute a task graph in parallel while respecting dependencies using Ray.
- agentlab.experiments.graph_execution_ray.get_elapsed_time(task_ref: ObjectRef)