-
Notifications
You must be signed in to change notification settings - Fork 0
/
test_rewards.sh
executable file
·21 lines (18 loc) · 1.99 KB
/
test_rewards.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/env bash
# =============================================================================
# test_rewards.sh
# Author: Anmol Kabra -- github: @anmolkabra
# Project: Solving the Avicaching Game Faster and Better (Summer 2017)
# -----------------------------------------------------------------------------
# Purpose of the Script:
# Script to test baseline comparisons for the Pricing Problem model using the
# same set of weights as used for running the model.
# =============================================================================
# proportional rewards
python nnAvicaching_find_rewards.py --test "./stats/find_rewards/proportionateRewards_7-1_1747.txt" --weights-file "./stats/find_weights/weights/orig/gpu, origXYR_seed=2, epochs=10000, train= 80%, lr=1.000e-03, time=1157.1230 sec.txt"
# calculate loss for random rewards
python nnAvicaching_find_rewards.py --test "./stats/find_rewards/randomRewards_sum_1000_6-29_1109.txt" --weights-file "./stats/find_weights/weights/orig/gpu, origXYR_seed=2, epochs=10000, train= 80%, lr=1.000e-03, time=1157.1230 sec.txt"
python nnAvicaching_find_rewards.py --test "./stats/find_rewards/randomRewards_sum_1000_6-29_1203.txt" --weights-file "./stats/find_weights/weights/orig/gpu, origXYR_seed=2, epochs=10000, train= 80%, lr=1.000e-03, time=1157.1230 sec.txt"
python nnAvicaching_find_rewards.py --test "./stats/find_rewards/randomRewards_sum_1000_7-3_1048.txt" --weights-file "./stats/find_weights/weights/orig/gpu, origXYR_seed=2, epochs=10000, train= 80%, lr=1.000e-03, time=1157.1230 sec.txt"
python nnAvicaching_find_rewards.py --test "./stats/find_rewards/randomRewards_sum_1000_7-11_1609.txt" --weights-file "./stats/find_weights/weights/orig/gpu, origXYR_seed=2, epochs=10000, train= 80%, lr=1.000e-03, time=1157.1230 sec.txt"
python nnAvicaching_find_rewards.py --test "./stats/find_rewards/randomRewards_sum_1000_7-11_1610.txt" --weights-file "./stats/find_weights/weights/orig/gpu, origXYR_seed=2, epochs=10000, train= 80%, lr=1.000e-03, time=1157.1230 sec.txt"