Engineer1999 / Double-Deep-Q-Learning-for-Resource-Allocation

Reproduce results of the research article "Deep Reinforcement Learning Based Resource Allocation for V2V Communications"
195 stars 53 forks source link

options for q learning network #7

Open szgtvt opened 4 years ago

szgtvt commented 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

Engineer1999 commented 4 years ago

As per best I know, it can select the different models by changing the boolean flag.