"""
Create an agent id that is unique across environment workers using the worker_id.
return f"${worker_id}-{group_id}"
return f"#{worker_id}-{group_id}"