adding metric pkls
This commit is contained in:
33
best_configs/hail-etienne_expA.json
Normal file
33
best_configs/hail-etienne_expA.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"experiment": "A",
|
||||
"trainenv": {
|
||||
"stop_on_collision": false,
|
||||
"safe_actions_collision_method": null,
|
||||
"abort_unsafe_collision_method": null
|
||||
},
|
||||
"policy": {
|
||||
"learning_rate": 0.0003,
|
||||
"learning_rate_decay": 1.0,
|
||||
"clip_ratio": 0.2,
|
||||
"iterations_per_epoch": 100,
|
||||
"hidden_layer_size": 20,
|
||||
"n_hidden_layers": 4,
|
||||
"activation": 0,
|
||||
"option": 0
|
||||
},
|
||||
"value": {
|
||||
"learning_rate": 0.001,
|
||||
"iterations_per_epoch": 1000
|
||||
},
|
||||
"discriminator": {
|
||||
"learning_rate": 0.001,
|
||||
"weight_decay": 0.0001,
|
||||
"iterations_per_epoch": 100,
|
||||
"n_hidden_layers_element": 3,
|
||||
"n_hidden_layers_global": 2,
|
||||
"hidden_layer_size": 10,
|
||||
"activation": 0
|
||||
},
|
||||
"train_epochs": 100,
|
||||
"seed": 0
|
||||
}
|
||||
33
best_configs/hail-etienne_expB.json
Normal file
33
best_configs/hail-etienne_expB.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"experiment": "B",
|
||||
"trainenv": {
|
||||
"stop_on_collision": false,
|
||||
"safe_actions_collision_method": null,
|
||||
"abort_unsafe_collision_method": null
|
||||
},
|
||||
"policy": {
|
||||
"learning_rate": 0.0003,
|
||||
"learning_rate_decay": 1.0,
|
||||
"clip_ratio": 0.2,
|
||||
"iterations_per_epoch": 100,
|
||||
"hidden_layer_size": 20,
|
||||
"n_hidden_layers": 4,
|
||||
"activation": 0,
|
||||
"option": 0
|
||||
},
|
||||
"value": {
|
||||
"learning_rate": 0.001,
|
||||
"iterations_per_epoch": 1000
|
||||
},
|
||||
"discriminator": {
|
||||
"learning_rate": 0.001,
|
||||
"weight_decay": 0.0001,
|
||||
"iterations_per_epoch": 100,
|
||||
"n_hidden_layers_element": 3,
|
||||
"n_hidden_layers_global": 2,
|
||||
"hidden_layer_size": 10,
|
||||
"activation": 0
|
||||
},
|
||||
"train_epochs": 100,
|
||||
"seed": 0
|
||||
}
|
||||
33
best_configs/shail-etienne_expA.json
Normal file
33
best_configs/shail-etienne_expA.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"experiment": "A",
|
||||
"trainenv": {
|
||||
"stop_on_collision": false,
|
||||
"safe_actions_collision_method": "circle",
|
||||
"abort_unsafe_collision_method": "circle"
|
||||
},
|
||||
"policy": {
|
||||
"learning_rate": 0.0003,
|
||||
"learning_rate_decay": 1.0,
|
||||
"clip_ratio": 0.2,
|
||||
"iterations_per_epoch": 100,
|
||||
"hidden_layer_size": 20,
|
||||
"n_hidden_layers": 4,
|
||||
"activation": 0,
|
||||
"option": 0
|
||||
},
|
||||
"value": {
|
||||
"learning_rate": 0.001,
|
||||
"iterations_per_epoch": 1000
|
||||
},
|
||||
"discriminator": {
|
||||
"learning_rate": 0.001,
|
||||
"weight_decay": 0.0001,
|
||||
"iterations_per_epoch": 100,
|
||||
"n_hidden_layers_element": 3,
|
||||
"n_hidden_layers_global": 2,
|
||||
"hidden_layer_size": 10,
|
||||
"activation": 0
|
||||
},
|
||||
"train_epochs": 100,
|
||||
"seed": 0
|
||||
}
|
||||
33
best_configs/shail-etienne_expB.json
Normal file
33
best_configs/shail-etienne_expB.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"experiment": "B",
|
||||
"trainenv": {
|
||||
"stop_on_collision": false,
|
||||
"safe_actions_collision_method": "circle",
|
||||
"abort_unsafe_collision_method": "circle"
|
||||
},
|
||||
"policy": {
|
||||
"learning_rate": 0.0003,
|
||||
"learning_rate_decay": 1.0,
|
||||
"clip_ratio": 0.2,
|
||||
"iterations_per_epoch": 100,
|
||||
"hidden_layer_size": 20,
|
||||
"n_hidden_layers": 4,
|
||||
"activation": 0,
|
||||
"option": 0
|
||||
},
|
||||
"value": {
|
||||
"learning_rate": 0.001,
|
||||
"iterations_per_epoch": 1000
|
||||
},
|
||||
"discriminator": {
|
||||
"learning_rate": 0.001,
|
||||
"weight_decay": 0.0001,
|
||||
"iterations_per_epoch": 100,
|
||||
"n_hidden_layers_element": 3,
|
||||
"n_hidden_layers_global": 2,
|
||||
"hidden_layer_size": 10,
|
||||
"activation": 0
|
||||
},
|
||||
"train_epochs": 100,
|
||||
"seed": 0
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
# can add --skip_running if you've run before
|
||||
# can add --skip_running if you've run the runs before on the saved policies
|
||||
|
||||
python -m eval_experiments
|
||||
python -m eval_experiments --locations='[(0,4)]'
|
||||
@@ -12,3 +12,8 @@ python -m eval_experiments --method hail --folder='test_policies/hail/expA'
|
||||
python -m eval_experiments --method hail --folder='test_policies/hail/expB' --locations='[(0,4)]'
|
||||
python -m eval_experiments --method shail --folder='test_policies/shail/expA'
|
||||
python -m eval_experiments --method shail --folder='test_policies/shail/expB' --locations='[(0,4)]'
|
||||
|
||||
python -m eval_experiments --method hail --folder='test_policies/hail-etienne/expA'
|
||||
python -m eval_experiments --method hail --folder='test_policies/hail-etienne/expB' --locations='[(0,4)]'
|
||||
python -m eval_experiments --method shail --folder='test_policies/shail-etienne/expA'
|
||||
python -m eval_experiments --method shail --folder='test_policies/shail-etienne/expB' --locations='[(0,4)]'
|
||||
BIN
out/bc/expA/loc_r0t0/policy_seed1_tseed0_comparison.pkl
Normal file
BIN
out/bc/expA/loc_r0t0/policy_seed1_tseed0_comparison.pkl
Normal file
Binary file not shown.
BIN
out/bc/expA/loc_r0t0/policy_seed1_tseed0_summary.pkl
Normal file
BIN
out/bc/expA/loc_r0t0/policy_seed1_tseed0_summary.pkl
Normal file
Binary file not shown.
BIN
out/bc/expA/loc_r0t0/policy_seed2_tseed0_comparison.pkl
Normal file
BIN
out/bc/expA/loc_r0t0/policy_seed2_tseed0_comparison.pkl
Normal file
Binary file not shown.
BIN
out/bc/expA/loc_r0t0/policy_seed2_tseed0_summary.pkl
Normal file
BIN
out/bc/expA/loc_r0t0/policy_seed2_tseed0_summary.pkl
Normal file
Binary file not shown.
BIN
out/bc/expA/loc_r0t0/policy_seed3_tseed0_comparison.pkl
Normal file
BIN
out/bc/expA/loc_r0t0/policy_seed3_tseed0_comparison.pkl
Normal file
Binary file not shown.
BIN
out/bc/expA/loc_r0t0/policy_seed3_tseed0_summary.pkl
Normal file
BIN
out/bc/expA/loc_r0t0/policy_seed3_tseed0_summary.pkl
Normal file
Binary file not shown.
BIN
out/bc/expA/loc_r0t0/policy_seed4_tseed0_comparison.pkl
Normal file
BIN
out/bc/expA/loc_r0t0/policy_seed4_tseed0_comparison.pkl
Normal file
Binary file not shown.
BIN
out/bc/expA/loc_r0t0/policy_seed4_tseed0_summary.pkl
Normal file
BIN
out/bc/expA/loc_r0t0/policy_seed4_tseed0_summary.pkl
Normal file
Binary file not shown.
BIN
out/bc/expA/loc_r0t0/policy_seed5_tseed0_comparison.pkl
Normal file
BIN
out/bc/expA/loc_r0t0/policy_seed5_tseed0_comparison.pkl
Normal file
Binary file not shown.
BIN
out/bc/expA/loc_r0t0/policy_seed5_tseed0_summary.pkl
Normal file
BIN
out/bc/expA/loc_r0t0/policy_seed5_tseed0_summary.pkl
Normal file
Binary file not shown.
BIN
out/bc/expB/loc_r0t4/policy_seed1_tseed0_comparison.pkl
Normal file
BIN
out/bc/expB/loc_r0t4/policy_seed1_tseed0_comparison.pkl
Normal file
Binary file not shown.
BIN
out/bc/expB/loc_r0t4/policy_seed1_tseed0_summary.pkl
Normal file
BIN
out/bc/expB/loc_r0t4/policy_seed1_tseed0_summary.pkl
Normal file
Binary file not shown.
BIN
out/bc/expB/loc_r0t4/policy_seed2_tseed0_comparison.pkl
Normal file
BIN
out/bc/expB/loc_r0t4/policy_seed2_tseed0_comparison.pkl
Normal file
Binary file not shown.
BIN
out/bc/expB/loc_r0t4/policy_seed2_tseed0_summary.pkl
Normal file
BIN
out/bc/expB/loc_r0t4/policy_seed2_tseed0_summary.pkl
Normal file
Binary file not shown.
BIN
out/bc/expB/loc_r0t4/policy_seed3_tseed0_comparison.pkl
Normal file
BIN
out/bc/expB/loc_r0t4/policy_seed3_tseed0_comparison.pkl
Normal file
Binary file not shown.
BIN
out/bc/expB/loc_r0t4/policy_seed3_tseed0_summary.pkl
Normal file
BIN
out/bc/expB/loc_r0t4/policy_seed3_tseed0_summary.pkl
Normal file
Binary file not shown.
BIN
out/bc/expB/loc_r0t4/policy_seed4_tseed0_comparison.pkl
Normal file
BIN
out/bc/expB/loc_r0t4/policy_seed4_tseed0_comparison.pkl
Normal file
Binary file not shown.
BIN
out/bc/expB/loc_r0t4/policy_seed4_tseed0_summary.pkl
Normal file
BIN
out/bc/expB/loc_r0t4/policy_seed4_tseed0_summary.pkl
Normal file
Binary file not shown.
BIN
out/bc/expB/loc_r0t4/policy_seed5_tseed0_comparison.pkl
Normal file
BIN
out/bc/expB/loc_r0t4/policy_seed5_tseed0_comparison.pkl
Normal file
Binary file not shown.
BIN
out/bc/expB/loc_r0t4/policy_seed5_tseed0_summary.pkl
Normal file
BIN
out/bc/expB/loc_r0t4/policy_seed5_tseed0_summary.pkl
Normal file
Binary file not shown.
BIN
out/expert/loc_r0t0/expert_tseed0_summary.pkl
Normal file
BIN
out/expert/loc_r0t0/expert_tseed0_summary.pkl
Normal file
Binary file not shown.
BIN
out/expert/loc_r0t4/expert_tseed0_summary.pkl
Normal file
BIN
out/expert/loc_r0t4/expert_tseed0_summary.pkl
Normal file
Binary file not shown.
BIN
out/gail/expA/loc_r0t0/policy_seed1_tseed0_comparison.pkl
Normal file
BIN
out/gail/expA/loc_r0t0/policy_seed1_tseed0_comparison.pkl
Normal file
Binary file not shown.
BIN
out/gail/expA/loc_r0t0/policy_seed1_tseed0_summary.pkl
Normal file
BIN
out/gail/expA/loc_r0t0/policy_seed1_tseed0_summary.pkl
Normal file
Binary file not shown.
BIN
out/gail/expA/loc_r0t0/policy_seed2_tseed0_comparison.pkl
Normal file
BIN
out/gail/expA/loc_r0t0/policy_seed2_tseed0_comparison.pkl
Normal file
Binary file not shown.
BIN
out/gail/expA/loc_r0t0/policy_seed2_tseed0_summary.pkl
Normal file
BIN
out/gail/expA/loc_r0t0/policy_seed2_tseed0_summary.pkl
Normal file
Binary file not shown.
BIN
out/gail/expA/loc_r0t0/policy_seed3_tseed0_comparison.pkl
Normal file
BIN
out/gail/expA/loc_r0t0/policy_seed3_tseed0_comparison.pkl
Normal file
Binary file not shown.
BIN
out/gail/expA/loc_r0t0/policy_seed3_tseed0_summary.pkl
Normal file
BIN
out/gail/expA/loc_r0t0/policy_seed3_tseed0_summary.pkl
Normal file
Binary file not shown.
BIN
out/gail/expA/loc_r0t0/policy_seed4_tseed0_comparison.pkl
Normal file
BIN
out/gail/expA/loc_r0t0/policy_seed4_tseed0_comparison.pkl
Normal file
Binary file not shown.
BIN
out/gail/expA/loc_r0t0/policy_seed4_tseed0_summary.pkl
Normal file
BIN
out/gail/expA/loc_r0t0/policy_seed4_tseed0_summary.pkl
Normal file
Binary file not shown.
BIN
out/gail/expA/loc_r0t0/policy_seed5_tseed0_comparison.pkl
Normal file
BIN
out/gail/expA/loc_r0t0/policy_seed5_tseed0_comparison.pkl
Normal file
Binary file not shown.
BIN
out/gail/expA/loc_r0t0/policy_seed5_tseed0_summary.pkl
Normal file
BIN
out/gail/expA/loc_r0t0/policy_seed5_tseed0_summary.pkl
Normal file
Binary file not shown.
BIN
out/gail/expB/loc_r0t4/policy_seed1_tseed0_comparison.pkl
Normal file
BIN
out/gail/expB/loc_r0t4/policy_seed1_tseed0_comparison.pkl
Normal file
Binary file not shown.
BIN
out/gail/expB/loc_r0t4/policy_seed1_tseed0_summary.pkl
Normal file
BIN
out/gail/expB/loc_r0t4/policy_seed1_tseed0_summary.pkl
Normal file
Binary file not shown.
BIN
out/gail/expB/loc_r0t4/policy_seed2_tseed0_comparison.pkl
Normal file
BIN
out/gail/expB/loc_r0t4/policy_seed2_tseed0_comparison.pkl
Normal file
Binary file not shown.
BIN
out/gail/expB/loc_r0t4/policy_seed2_tseed0_summary.pkl
Normal file
BIN
out/gail/expB/loc_r0t4/policy_seed2_tseed0_summary.pkl
Normal file
Binary file not shown.
BIN
out/gail/expB/loc_r0t4/policy_seed3_tseed0_comparison.pkl
Normal file
BIN
out/gail/expB/loc_r0t4/policy_seed3_tseed0_comparison.pkl
Normal file
Binary file not shown.
BIN
out/gail/expB/loc_r0t4/policy_seed3_tseed0_summary.pkl
Normal file
BIN
out/gail/expB/loc_r0t4/policy_seed3_tseed0_summary.pkl
Normal file
Binary file not shown.
BIN
out/gail/expB/loc_r0t4/policy_seed4_tseed0_comparison.pkl
Normal file
BIN
out/gail/expB/loc_r0t4/policy_seed4_tseed0_comparison.pkl
Normal file
Binary file not shown.
BIN
out/gail/expB/loc_r0t4/policy_seed4_tseed0_summary.pkl
Normal file
BIN
out/gail/expB/loc_r0t4/policy_seed4_tseed0_summary.pkl
Normal file
Binary file not shown.
BIN
out/gail/expB/loc_r0t4/policy_seed5_tseed0_comparison.pkl
Normal file
BIN
out/gail/expB/loc_r0t4/policy_seed5_tseed0_comparison.pkl
Normal file
Binary file not shown.
BIN
out/gail/expB/loc_r0t4/policy_seed5_tseed0_summary.pkl
Normal file
BIN
out/gail/expB/loc_r0t4/policy_seed5_tseed0_summary.pkl
Normal file
Binary file not shown.
BIN
out/idm/loc_r0t0/idm_tseed0_comparison.pkl
Normal file
BIN
out/idm/loc_r0t0/idm_tseed0_comparison.pkl
Normal file
Binary file not shown.
BIN
out/idm/loc_r0t0/idm_tseed0_summary.pkl
Normal file
BIN
out/idm/loc_r0t0/idm_tseed0_summary.pkl
Normal file
Binary file not shown.
BIN
out/idm/loc_r0t4/idm_tseed0_comparison.pkl
Normal file
BIN
out/idm/loc_r0t4/idm_tseed0_comparison.pkl
Normal file
Binary file not shown.
BIN
out/idm/loc_r0t4/idm_tseed0_summary.pkl
Normal file
BIN
out/idm/loc_r0t4/idm_tseed0_summary.pkl
Normal file
Binary file not shown.
BIN
out/shail/expA/loc_r0t0/policy_seed1_tseed0_comparison.pkl
Normal file
BIN
out/shail/expA/loc_r0t0/policy_seed1_tseed0_comparison.pkl
Normal file
Binary file not shown.
BIN
out/shail/expA/loc_r0t0/policy_seed1_tseed0_summary.pkl
Normal file
BIN
out/shail/expA/loc_r0t0/policy_seed1_tseed0_summary.pkl
Normal file
Binary file not shown.
BIN
out/shail/expA/loc_r0t0/policy_seed2_tseed0_comparison.pkl
Normal file
BIN
out/shail/expA/loc_r0t0/policy_seed2_tseed0_comparison.pkl
Normal file
Binary file not shown.
BIN
out/shail/expA/loc_r0t0/policy_seed2_tseed0_summary.pkl
Normal file
BIN
out/shail/expA/loc_r0t0/policy_seed2_tseed0_summary.pkl
Normal file
Binary file not shown.
BIN
out/shail/expA/loc_r0t0/policy_seed3_tseed0_comparison.pkl
Normal file
BIN
out/shail/expA/loc_r0t0/policy_seed3_tseed0_comparison.pkl
Normal file
Binary file not shown.
BIN
out/shail/expA/loc_r0t0/policy_seed3_tseed0_summary.pkl
Normal file
BIN
out/shail/expA/loc_r0t0/policy_seed3_tseed0_summary.pkl
Normal file
Binary file not shown.
BIN
out/shail/expA/loc_r0t0/policy_seed4_tseed0_comparison.pkl
Normal file
BIN
out/shail/expA/loc_r0t0/policy_seed4_tseed0_comparison.pkl
Normal file
Binary file not shown.
BIN
out/shail/expA/loc_r0t0/policy_seed4_tseed0_summary.pkl
Normal file
BIN
out/shail/expA/loc_r0t0/policy_seed4_tseed0_summary.pkl
Normal file
Binary file not shown.
BIN
out/shail/expA/loc_r0t0/policy_seed5_tseed0_comparison.pkl
Normal file
BIN
out/shail/expA/loc_r0t0/policy_seed5_tseed0_comparison.pkl
Normal file
Binary file not shown.
BIN
out/shail/expA/loc_r0t0/policy_seed5_tseed0_summary.pkl
Normal file
BIN
out/shail/expA/loc_r0t0/policy_seed5_tseed0_summary.pkl
Normal file
Binary file not shown.
BIN
out/shail/expB/loc_r0t4/policy_seed1_tseed0_comparison.pkl
Normal file
BIN
out/shail/expB/loc_r0t4/policy_seed1_tseed0_comparison.pkl
Normal file
Binary file not shown.
BIN
out/shail/expB/loc_r0t4/policy_seed1_tseed0_summary.pkl
Normal file
BIN
out/shail/expB/loc_r0t4/policy_seed1_tseed0_summary.pkl
Normal file
Binary file not shown.
BIN
out/shail/expB/loc_r0t4/policy_seed2_tseed0_comparison.pkl
Normal file
BIN
out/shail/expB/loc_r0t4/policy_seed2_tseed0_comparison.pkl
Normal file
Binary file not shown.
BIN
out/shail/expB/loc_r0t4/policy_seed2_tseed0_summary.pkl
Normal file
BIN
out/shail/expB/loc_r0t4/policy_seed2_tseed0_summary.pkl
Normal file
Binary file not shown.
BIN
out/shail/expB/loc_r0t4/policy_seed3_tseed0_comparison.pkl
Normal file
BIN
out/shail/expB/loc_r0t4/policy_seed3_tseed0_comparison.pkl
Normal file
Binary file not shown.
BIN
out/shail/expB/loc_r0t4/policy_seed3_tseed0_summary.pkl
Normal file
BIN
out/shail/expB/loc_r0t4/policy_seed3_tseed0_summary.pkl
Normal file
Binary file not shown.
BIN
out/shail/expB/loc_r0t4/policy_seed4_tseed0_comparison.pkl
Normal file
BIN
out/shail/expB/loc_r0t4/policy_seed4_tseed0_comparison.pkl
Normal file
Binary file not shown.
BIN
out/shail/expB/loc_r0t4/policy_seed4_tseed0_summary.pkl
Normal file
BIN
out/shail/expB/loc_r0t4/policy_seed4_tseed0_summary.pkl
Normal file
Binary file not shown.
BIN
out/shail/expB/loc_r0t4/policy_seed5_tseed0_comparison.pkl
Normal file
BIN
out/shail/expB/loc_r0t4/policy_seed5_tseed0_comparison.pkl
Normal file
Binary file not shown.
BIN
out/shail/expB/loc_r0t4/policy_seed5_tseed0_summary.pkl
Normal file
BIN
out/shail/expB/loc_r0t4/policy_seed5_tseed0_summary.pkl
Normal file
Binary file not shown.
Reference in New Issue
Block a user