Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjanasrivastava committed Feb 19, 2024
1 parent 64e1d79 commit 17281e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bddl/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

def get_definition_filename(behavior_activity, instance, domain=False):
if domain:
return os.path.join(ACTIVITY_CONFIGS_PATH, 'domain_igibson.bddl')
return os.path.join(ACTIVITY_CONFIGS_PATH, 'domain_omnigibson.bddl')
else:
return os.path.join(ACTIVITY_CONFIGS_PATH, behavior_activity, f"problem{instance}.bddl")

Expand Down

0 comments on commit 17281e1

Please sign in to comment.