Skip to content

Commit

Permalink
Update run_cb_benchmarks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dkorenkevych authored Apr 25, 2024
1 parent 1e1cb34 commit 7036f96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pearl/utils/scripts/cb_benchmark/run_cb_benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,9 @@ def run_cb_benchmarks(

# Create UCI data directory if it does not already exist
uci_data_path = "./utils/instantiations/environments/uci_datasets"
print("current_dir", os.getcwd())
print("dirs list", os.listdir())
print("dir exists", os.path.exists("./utils/instantiations/environments/"))
if not os.path.exists(uci_data_path):
os.makedirs(uci_data_path)

Expand Down

0 comments on commit 7036f96

Please sign in to comment.