6 Questions 5 Answers 0 Followers
Questions related from Swe Zin
``` def create_actor(self, num_action): state_input = keras.Input(shape=[self.env.num_state]) h1 = keras.layers.Dense(500, activation='relu')(state_input) h2 =...
16 August 2023 3,229 0 View
I'd like to deploy 1 main BS and 6 small BS in one hexagonal cell and 1 UE associated to each BSs. I don't know how to deploy in matlab.
23 June 2023 2,193 2 View
I've been trying to produce result for the paper of Deep Reinforcement Learning-Based Resource Allocation in Cooperative UAV-Assisted Wireless Networks. I am having difficulties in understanding...
19 March 2023 6,379 5 View
How do I get code of "Deep Reinforcement Learning-Based Resource Allocation in Integrated Access and Backhaul Networks"?
01 January 1970 5,436 5 View
I'm trying to reproduce the paper on Deep Reinforcement Learning-Based Spectrum Allocation in Integrated Access and Backhaul Networks. I need help with the implementation of the actor-critic...
01 January 1970 4,320 0 View
01 January 1970 5,067 2 View