issues
search
mengchengTang
/
DRL-Energy-optimal-Routing-for-Electric-Vehicles
Energy-optimal Routing for Electric Vehicles using Deep Reinforcement Learning with Transformer
24
stars
1
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
test instances
#5
barry231
opened
6 months ago
0
some questions about the details
#4
barry231
closed
6 months ago
0
a question about mask rule
#3
mumuorMUMU
closed
8 months ago
4
Traceback (most recent call last): File "D:\gitproject\vrp\DRL-Energy-optimal-Routing-for-Electric-Vehicles-main\DM-EVRP\run.py", line 102, in <module> main() File "D:\gitproject\vrp\DRL-Energy-optimal-Routing-for-Electric-Vehicles-main\DM-EVRP\run.py", line 97, in main train_EVRP(args) File "D:\gitproject\vrp\DRL-Energy-optimal-Routing-for-Electric-Vehicles-main\DM-EVRP\trainer.py", line 230, in train_EVRP train_data = VehicleRoutingDataset(args.train_size, File "D:\gitproject\vrp\DRL-Energy-optimal-Routing-for-Electric-Vehicles-main\DM-EVRP\problems\EVRP.py", line 89, in __init__ self.distances[:, i] = torch.sqrt(torch.sum(torch.pow(self.static[:,:,i:i+1]-self.static[:,:,:],2),dim=1)) RuntimeError: The expanded size of the tensor (26) must match the existing size (27) at non-singleton dimension 1. Target sizes: [1280000, 26]. Tensor sizes: [1280000, 27] excuse me,Why did I make a mistake in this place
#2
17LINinmeizhou
opened
1 year ago
1
something wrog in EVPR.py
#1
SONGSONG729
opened
1 year ago
2