ZhengyaoJiang/GTG

Running GNN and CNN agent into one

pdx97 opened this issue · 0 comments

Hi,

I am using your GTG paper for something I am working , I just wanted to know is there any way I can use the fully connected embeddings from the GNN agent and the fully connected embeddings from the CNN agent into one before passing it to the policy logits , because your implementation deals with GNN and CNN separately .

Thanks