Skip to content

Commit

Permalink
Update marl_eval/json_tools/pull_neptune_data.py
Browse files Browse the repository at this point in the history
Co-authored-by: RuanJohn <33461981+RuanJohn@users.noreply.github.com>
  • Loading branch information
OmaymaMahjoub and RuanJohn authored Jan 30, 2024
1 parent f7e8b0d commit 5ffe744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marl_eval/json_tools/pull_neptune_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from tqdm import tqdm


def pull_neptune_data(project_name: str, tag: List, store_directory: str = ".") -> None:
def pull_neptune_data(project_name: str, tag: List, store_directory: str = "./downloaded_json_data") -> None:
"""Pulls the experiments data from Neptune to local directory.
Args:
Expand Down

0 comments on commit 5ffe744

Please sign in to comment.