Dronie / D2D_A2C

Channel Selection and Power Control for D2D Communication via Online Reinforcement Learning
37 stars 15 forks source link

HI! I have a question when I read your file of D2D_env_discrete.py #3

Open ki-wstu opened 3 years ago

ki-wstu commented 3 years ago

D2D_env_discrete.py

119 g_iB=self.PL_kCellUE_PLCellUE_ffadingCellUE_sfading 135 G_ij=self.PL_kd_ij-self.PLfactorG_ij_ffadingG_ij_sfading*10*-2 #### it's a matrix 142 g_jB=self.PL_kd_jB-self.PLfactorg_jB_ffadingg_jB_sfading*10**-3

I have a question why 10-2 is multiplied by 10-2 in line 135 of the file and 10**-3 is multiplied in 142.