priority is by default set to 1.0 and is used when using two or more steering behaviors on an AICharacter.
The velocity at which the AICharacter seeks is determined when you first create your AICharacter object using the AICharacter constructor.
Note : Seek's direction is calculated only during the first instance of the call and so is more efficient than pursue, if all you want is an object to go to a point.
Here is a full program written implementing 'seek' using PandAI :
import direct.directbase.DirectStart from panda3d.coreimport* from direct.showbase.DirectObjectimport DirectObject from direct.taskimport Task from direct.actor.Actorimport Actor #for Pandai from panda3d.aiimport*