Change Actor`s PID( task name ) in Dashboard Machine View

How do i change Actor`s PID in Dashboard MACHINEVIEW

  • Medium:
    I want to change the “PID” of “Actor” that appears in “Ray Dashboard”, but I don’t know how. “.options” didn’t solve it, how can I change it?

Why do you want to change the process id of the actor? You can give a name to the actor tho.

There are actors that are the same “Class” but are distinguished through “Config”, and I want to monitor them separately in “Ray Dashboard”.

Yea, you can give them different name: Actor.options(name="name").remote()

1 Like