[ICC'21 - DRL-SFCP] Implementation of our paper "DRL-SFCP: Adaptive Service Function Chains Placement with Deep Reinforcement Learning", accepted by ICC 2021.
Apache License 2.0
30
stars
12
forks
source link
Hi, I am confused that you do not use the context in you code which is different from your paper #10
Hi, thanks for your wonderful sharing.
In a3c_gcn_seq2seq/net.py, method forward(...) of class Decoder, "context, attention = self.att(hidden_state, encoder_outputs, mask)", but the context is not used anywhere in the code.
From the paper, it should be used as part of the input to generate action, but in the code it is not.
I am confused on this, if you can give a bit more explanation, many thanks.
Hi, thanks for your wonderful sharing. In a3c_gcn_seq2seq/net.py, method forward(...) of class Decoder, "context, attention = self.att(hidden_state, encoder_outputs, mask)", but the context is not used anywhere in the code. From the paper, it should be used as part of the input to generate action, but in the code it is not. I am confused on this, if you can give a bit more explanation, many thanks.