Skip to content

Commit

Permalink
Update cb_benchmark_config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dkorenkevych authored Apr 25, 2024
1 parent e236e74 commit 5eab3b9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pearl/utils/scripts/cb_benchmark/cb_benchmark_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@
from pearl.utils.instantiations.environments.contextual_bandit_uci_environment import (
SLCBEnvironment,
)

DATA_PATH: str = "./utils/instantiations/environments/uci_datasets"
if os.path.exists("../Pearl"):
DATA_PATH: str = "pearl/utils/instantiations/environments/uci_datasets"
else:
DATA_PATH: str = "./utils/instantiations/environments/uci_datasets"

"""
Experiment config
Expand Down

0 comments on commit 5eab3b9

Please sign in to comment.