How to process data for Deep RL
I have an input data as follows:
coordinates = [0, 4, 0, 5, 4.5, 3, 6, 4.5, 6, 2, 6, 1, 0, 1, 0, 2]
Demand = D1 D2 D3 D4
P1 0 20 0 30
P2 0 0 20 0
P3 0 0 0 10
P4 30 0 0 0
I have an input data as follows:
coordinates = [0, 4, 0, 5, 4.5, 3, 6, 4.5, 6, 2, 6, 1, 0, 1, 0, 2]
Demand = D1 D2 D3 D4
P1 0 20 0 30
P2 0 0 20 0
P3 0 0 0 10
P4 30 0 0 0