From af6ab2600306060589a274185d064b431c44a790 Mon Sep 17 00:00:00 2001 From: Pat Callaghan Date: Wed, 15 Jun 2022 20:23:53 -0400 Subject: [PATCH] Script for dempref 0,1,2. --- dempref_evaluations.sh | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 dempref_evaluations.sh diff --git a/dempref_evaluations.sh b/dempref_evaluations.sh new file mode 100644 index 0000000..ebcf680 --- /dev/null +++ b/dempref_evaluations.sh @@ -0,0 +1,37 @@ +python tests/corl22.py --actual_queries 1 --domain linear_system --use_cache --agent dempref --seed_with_n_demos 0 --runs 10 --tests 10 --queries 20 -V --output_name dempref--linear_system_0_demos -I 1000 -N 1000 +python tests/corl22.py --actual_queries 1 --domain linear_system --use_cache --agent dempref --seed_with_n_demos 1 --runs 10 --tests 10 --queries 20 -V --output_name dempref--linear_system_1_demos -I 1000 -N 1000 +python tests/corl22.py --actual_queries 1 --domain linear_system --use_cache --agent dempref --seed_with_n_demos 2 --runs 10 --tests 10 --queries 20 -V --output_name dempref--linear_system_2_demos -I 1000 -N 1000 +python tests/corl22.py --actual_queries 1 --domain linear_system --use_cache --agent dempref --seed_with_n_demos 0 --runs 10 --tests 10 --queries 20 -V --output_name dempref--linear_system_0_demos_static -I 1000 -N 1000 --static +python tests/corl22.py --actual_queries 1 --domain linear_system --use_cache --agent dempref --seed_with_n_demos 1 --runs 10 --tests 10 --queries 20 -V --output_name dempref--linear_system_1_demos_static -I 1000 -N 1000 --static +python tests/corl22.py --actual_queries 1 --domain linear_system --use_cache --agent dempref --seed_with_n_demos 2 --runs 10 --tests 10 --queries 20 -V --output_name dempref--linear_system_2_demos_static -I 1000 -N 1000 --static + +python tests/corl22.py --actual_queries 1 --domain lander --use_cache --agent dempref --seed_with_n_demos 0 --runs 10 --tests 10 --queries 20 -V --output_name dempref--lander_0_demos -I 1000 -N 1000 +python tests/corl22.py --actual_queries 1 --domain lander --use_cache --agent dempref --seed_with_n_demos 1 --runs 10 --tests 10 --queries 20 -V --output_name dempref--lander_1_demos -I 1000 -N 1000 +python tests/corl22.py --actual_queries 1 --domain lander --use_cache --agent dempref --seed_with_n_demos 2 --runs 10 --tests 10 --queries 20 -V --output_name dempref--lander_2_demos -I 1000 -N 1000 +python tests/corl22.py --actual_queries 1 --domain lander --use_cache --agent dempref --seed_with_n_demos 0 --runs 10 --tests 10 --queries 20 -V --output_name dempref--lander_0_demos_static --static -I 1000 -N 1000 +python tests/corl22.py --actual_queries 1 --domain lander --use_cache --agent dempref --seed_with_n_demos 1 --runs 10 --tests 10 --queries 20 -V --output_name dempref--lander_1_demos_static --static -I 1000 -N 1000 +python tests/corl22.py --actual_queries 1 --domain lander --use_cache --agent dempref --seed_with_n_demos 2 --runs 10 --tests 10 --queries 20 -V --output_name dempref--lander_2_demos_static --static -I 1000 -N 1000 + +python tests/corl22.py --actual_queries 1 --domain linear_combo --agent dempref --seed_with_n_demos 0 --runs 10 --tests 10 --queries 20 -V --output_name dempref--linear_combo_0_demos -I 1000 -N 1000 +python tests/corl22.py --actual_queries 1 --domain linear_combo --agent dempref --seed_with_n_demos 1 --runs 10 --tests 10 --queries 20 -V --output_name dempref--linear_combo_1_demos -I 1000 -N 1000 +python tests/corl22.py --actual_queries 1 --domain linear_combo --agent dempref --seed_with_n_demos 2 --runs 10 --tests 10 --queries 20 -V --output_name dempref--linear_combo_2_demos -I 1000 -N 1000 +python tests/corl22.py --actual_queries 1 --domain linear_combo --agent dempref --seed_with_n_demos 0 --runs 10 --tests 10 --queries 20 -V --output_name dempref--linear_combo_0_demos_static --static -I 1000 -N 1000 +python tests/corl22.py --actual_queries 1 --domain linear_combo --agent dempref --seed_with_n_demos 1 --runs 10 --tests 10 --queries 20 -V --output_name dempref--linear_combo_1_demos_static --static -I 1000 -N 1000 +python tests/corl22.py --actual_queries 1 --domain linear_combo --agent dempref --seed_with_n_demos 2 --runs 10 --tests 10 --queries 20 -V --output_name dempref--linear_combo_2_demos_static --static -I 1000 -N 1000 + +python tests/corl22.py --actual_queries 1 --domain pizza --agent dempref --seed_with_n_demos 0 --runs 10 --tests 10 --queries 20 -V --output_name dempref--pizza_0_demos -I 1000 -N 1000 +python tests/corl22.py --actual_queries 1 --domain pizza --agent dempref --seed_with_n_demos 1 --runs 10 --tests 10 --queries 20 -V --output_name dempref--pizza_1_demos -I 1000 -N 1000 +python tests/corl22.py --actual_queries 1 --domain pizza --agent dempref --seed_with_n_demos 2 --runs 10 --tests 10 --queries 20 -V --output_name dempref--pizza_2_demos -I 1000 -N 1000 +python tests/corl22.py --actual_queries 1 --domain pizza --agent dempref --seed_with_n_demos 0 --runs 10 --tests 10 --queries 20 -V --output_name dempref--pizza_0_demos_static --static -I 1000 -N 1000 +python tests/corl22.py --actual_queries 1 --domain pizza --agent dempref --seed_with_n_demos 1 --runs 10 --tests 10 --queries 20 -V --output_name dempref--pizza_1_demos_static --static -I 1000 -N 1000 +python tests/corl22.py --actual_queries 1 --domain pizza --agent dempref --seed_with_n_demos 2 --runs 10 --tests 10 --queries 20 -V --output_name dempref--pizza_2_demos_static --static -I 1000 -N 1000 + + +#python corl22.py --domain linear_system --agent dempref --seed_with_n_demos 3 --runs 10 --tests 10 --queries 20 -V --output_name og_lds_3_demos +#python corl22.py --domain linear_system --agent dempref --seed_with_n_demos 3 --runs 10 --tests 10 --queries 20 -V --output_name og_lds_3_demos --static_state + +#python corl22.py --domain lander --agent biased_dempref --seed_with_n_demos 3 --runs 10 --tests 10 --queries 20 -V --output_name lander_3_demos +#python corl22.py --domain pats_linear_system --agent dempref --seed_with_n_demos 3 --runs 10 --tests 10 --queries 20 -V --output_name lds_3_demos +# +#python corl22.py --domain lander --agent biased_dempref --seed_with_n_demos 3 --runs 10 --tests 10 --queries 20 -V --output_name lander_3_demos_static --static_state +#python corl22.py --domain pats_linear_system --agent dempref --seed_with_n_demos 3 --runs 10 --tests 10 --queries 20 -V --output_name lds_3_demos_static --static_state