I don't see much of a relation between the two. Logic programming is basically a technique to define constraints that are fed to an engine that systematically searches through the space of potential solutions. It has no notion of concurrency, which is the core of Actor. You can implement a logic programming system on top of the Actor model (not sure that makes sense, but it's doable), but definitely not the other way round.