Skip to content

Commit 38f5c93

Browse files
committed
updated the placeholder for python path
1 parent 0af04d8 commit 38f5c93

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

runscripts/batch_run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

3-
# add path of the root folder
4-
export PYTHONPATH=/home/name/snbo:$PYTHONPATH
3+
# Replace 'PATH_TO_SNBO_FOLDER' with the path to your SNBO project
4+
export PYTHONPATH=PATH_TO_SNBO_FOLDER:$PYTHONPATH
55

66
# variables
77
method="snbo"

runscripts/paper_results.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

3-
# Replace 'PATH_TO_SNBO' with the path to your SNBO project
4-
export PYTHONPATH=PATH_TO_SNBO:$PYTHONPATH
3+
# Replace 'PATH_TO_SNBO_FOLDER' with the path to your SNBO project
4+
export PYTHONPATH=PATH_TO_SNBO_FOLDER:$PYTHONPATH
55

66
methods=("bo" "ibnn" "turbo" "dycors" "snbo")
77

runscripts/single_run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

3-
# add path of the root folder
4-
export PYTHONPATH=/home/name/snbo:$PYTHONPATH
3+
# Replace 'PATH_TO_SNBO_FOLDER' with the path to your SNBO project
4+
export PYTHONPATH=PATH_TO_SNBO_FOLDER:$PYTHONPATH
55

66
# variables
77
problem="rover"

0 commit comments

Comments
 (0)