public ACDCBot(NodeCollection nodes, MT19937Generator rnd)
		{
			Actor = new Actor(nodes, rnd);
		}
		public ACDCBot(IList<Node> nodes)
		{
			Actor = new Actor(nodes);
		}