Research Article

A QoE Driven Cross-Domain Management Architecture for Space-Air-Ground Integrated Network

Algorithm 1

Q-learning.
Input: Network state;
Output: Action;
Process:
  1. Initialize;
  2. Cycle:
  3. When a network task arrives:
  4. In case of exploration mode: randomly select action;
  5. In case of development mode, select action:
  
  Update
   .
  End