-
Notifications
You must be signed in to change notification settings - Fork 31
Description
Hi, thank you for sharing the work and code.
When I ran the following command:
python main.py configs/dcpGAT_OE_Random.json --mode test --best_epoch --test_general --log_time_trained 1742107060 --nGraphFilterTaps 2 --trained_num_agents 10 --trained_map_w 20 --commR 7 --list_map_w 20 --list_agents 10 --list_num_testset 4500 --GSO_mode dist_GSO --action_select exp_multinorm --guidance Project_G --CNN_mode ResNetLarge_withMLP --batch_numAgent --test_num_processes 2 --nAttentionHeads 1 --attentionMode KeyQuery --tb_ExpName DotProduct_GAT_Resnet_3Block_distGSO_baseline_128
and modified the required parameters accordingly, the command executed successfully with the following terminal output:
################## dcpOEGAT_map20x20_rho1_10Agent/K2_HS0_P1/1742107060 - End of loop ##################
####### Case4498 Computation time:0.8497097970000596 Step24/44 - AllReachGoal-True
################## dcpOEGAT_map20x20_rho1_10Agent/K2_HS0_P1/1742107060 - End of loop ##################
####### Case4500 Computation time:0.5110867839998718 Step32/64 - AllReachGoal-True
all tasks should have been done...Waiting for subprocesses to finish
all subprocesses finished.
[INFO]: Accurracy(reachGoalnoCollision): 0.9727
DeteriorationRate(MakeSpan): 0.1161
DeteriorationRate(FlowTime): 0.072
Rate(collisionPredictedinLoop): 0.6971
Rate(FailedReachGoalbyCollisionShielding): 0.024
Experiment on dcpOEGAT_map20x20_rho1_10Agent/K2_HS0_P1/1742107060 finished.
Please wait while finalizing the operation.. Thank you
################## End of testing ##################
Computation time: 481.998690366745
However, the output Results folder contains no actual content files. Could there be any incomplete modifications in my configuration or execution? Thank you for your insights.