Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update readme with json logger details #47

Merged
merged 14 commits into from
Feb 27, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: update neptune data pulling script docstring
Co-authored-by: Sasha <reallysasha@gmail.com>
  • Loading branch information
RuanJohn and sash-a authored Feb 27, 2024
commit 3f7a4195e5bae00c48a424e8145a87e35a266475
2 changes: 1 addition & 1 deletion marl_eval/json_tools/json_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def pull_neptune_data(

Args:
project_name (str): Name of the Neptune project.
tag (List): List of tags.
tag (List): List of tags for the experiment(s) that contain the desired JSON files.
store_directory (str, optional): Directory to store the data.
RuanJohn marked this conversation as resolved.
Show resolved Hide resolved
neptune_data_key (str): Key in the neptune run where the json data is stored.
RuanJohn marked this conversation as resolved.
Show resolved Hide resolved
"""
Expand Down
Loading