Open szgtvt opened 4 years ago
Hi, thank you very much for your sharing. I have a question about the q learning network used in the code. Does it only use double deep q learning? Or can it choose other kinds? I find there are setups for the option of the network in the code. https://github.com/Engineer1999/Double-Deep-Q-Learning-for-Resource-Allocation/blob/a567b1f84e2420e92cb01494217cb958983bb8b8/agent.py#L37
https://github.com/Engineer1999/Double-Deep-Q-Learning-for-Resource-Allocation/blob/a567b1f84e2420e92cb01494217cb958983bb8b8/main.py#L10
https://github.com/Engineer1999/Double-Deep-Q-Learning-for-Resource-Allocation/blob/a567b1f84e2420e92cb01494217cb958983bb8b8/main.py#L11
Thank you very much
As per best I know, it can select the different models by changing the boolean flag.
Hi, thank you very much for your sharing. I have a question about the q learning network used in the code. Does it only use double deep q learning? Or can it choose other kinds? I find there are setups for the option of the network in the code. https://github.com/Engineer1999/Double-Deep-Q-Learning-for-Resource-Allocation/blob/a567b1f84e2420e92cb01494217cb958983bb8b8/agent.py#L37
https://github.com/Engineer1999/Double-Deep-Q-Learning-for-Resource-Allocation/blob/a567b1f84e2420e92cb01494217cb958983bb8b8/main.py#L10
https://github.com/Engineer1999/Double-Deep-Q-Learning-for-Resource-Allocation/blob/a567b1f84e2420e92cb01494217cb958983bb8b8/main.py#L11
Thank you very much