Skip to content

Latest commit

 

History

History
74 lines (45 loc) · 856 Bytes

README.md

File metadata and controls

74 lines (45 loc) · 856 Bytes

GATAR

Checking List

  • Environment

    • Environment Initialization
      • add store and read part
    • Environment Update and reset
    • Agents' observation
    • Other heterogeneity setting
  • Preprocessing

    • Agent
    • Preprocessor
  • Message Passing and Fusioning

  • RL Framework

Experiment

Pipeline

graph LR
    
    A[Get Observation]
    B[Preprocessing]
    C[Graph Building]
    D[Aggregation]
    E[Action Selection]
    F[Communication Constraint]
    G[Mobility Constraint]


    subgraph Environment
    F
    G
    end

    subgraph neighborhood
        C
        D
        C-->D
    end
    
    
    subgraph Individual
         
        B
        A
        A-->B
        E
    end

    direction LR
    B-->C
    D-->E

    F -.-> C
    G -.-> B

    



Loading