Put the code to add them into the world in the constructor of the world (or a method that it calls).
You can manually place the actors in the world and, when ready, select 'Controls' on the menu bar and click on 'Save the world', which will put the code into your project for you (it will create a method called 'prepare' and add the actors there, and a call to that method in the constructor).