AIController pathfinding

I try to implement Monster AI using AIController. I use MoveToActor, and turn on pathfinding. I expect all monsters to get close enough to the player (the most right one). However, some monsters will be blocked and stop by others. It seems like each monster can not avoid their fellow efficiently. Does anyone have solution ? Thanks. :eek: