Skip to content
Snippets Groups Projects
Commit 0562591f authored by Shinya Shiroshita's avatar Shinya Shiroshita
Browse files

fix path

parent 9785c9f0
No related branches found
Tags submission-v0.1.17
No related merge requests found
......@@ -188,7 +188,7 @@ class MineRLSQILBaselineAgent(MineRLAgentBase):
def load_agent(self):
boundaries = cached_reward_boundary(
cache_dir=os.environ.get('BOUNDARY_CACHE'),
cache_dir=='./train/boundary_cache/',
env_id=MINERL_GYM_ENV,
n_groups=OPTION_N_GROUPS,
random_state=KMEANS_SEED)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment