├── Baseline_random.py ├── Environment.py ├── MR_vs_NV.png ├── README.md ├── S_V2V_link_VS_NV.png ├── agent.py ├── base.py ├── ddqn.png ├── dqn.png ├── main.py ├── replay_memory.py ├── requirement.txt └── utils.py /Baseline_random.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Engineer1999/Double-Deep-Q-Learning-for-Resource-Allocation/HEAD/Baseline_random.py -------------------------------------------------------------------------------- /Environment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Engineer1999/Double-Deep-Q-Learning-for-Resource-Allocation/HEAD/Environment.py -------------------------------------------------------------------------------- /MR_vs_NV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Engineer1999/Double-Deep-Q-Learning-for-Resource-Allocation/HEAD/MR_vs_NV.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Engineer1999/Double-Deep-Q-Learning-for-Resource-Allocation/HEAD/README.md -------------------------------------------------------------------------------- /S_V2V_link_VS_NV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Engineer1999/Double-Deep-Q-Learning-for-Resource-Allocation/HEAD/S_V2V_link_VS_NV.png -------------------------------------------------------------------------------- /agent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Engineer1999/Double-Deep-Q-Learning-for-Resource-Allocation/HEAD/agent.py -------------------------------------------------------------------------------- /base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Engineer1999/Double-Deep-Q-Learning-for-Resource-Allocation/HEAD/base.py -------------------------------------------------------------------------------- /ddqn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Engineer1999/Double-Deep-Q-Learning-for-Resource-Allocation/HEAD/ddqn.png -------------------------------------------------------------------------------- /dqn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Engineer1999/Double-Deep-Q-Learning-for-Resource-Allocation/HEAD/dqn.png -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Engineer1999/Double-Deep-Q-Learning-for-Resource-Allocation/HEAD/main.py -------------------------------------------------------------------------------- /replay_memory.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Engineer1999/Double-Deep-Q-Learning-for-Resource-Allocation/HEAD/replay_memory.py -------------------------------------------------------------------------------- /requirement.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Engineer1999/Double-Deep-Q-Learning-for-Resource-Allocation/HEAD/requirement.txt -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Engineer1999/Double-Deep-Q-Learning-for-Resource-Allocation/HEAD/utils.py --------------------------------------------------------------------------------