Skip to content

Commit

Permalink
chore: update docs/json_tooling_usage.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sasha <reallysasha@gmail.com>
  • Loading branch information
RuanJohn and sash-a authored Feb 27, 2024
1 parent 820856c commit 807555e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/json_tooling_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ The `pull_neptune_data` script will download JSON data for multiple experiment r
* `store_directory`: a local directory where downloaded JSON files should be stored.
* `neptune_data_key`: a key in a particular Neptune run where JSON data has been stored. By default this while be `metrics` implying that the JSON file will be stored as `metrics/<metric_file_name>.zip` in a given Neptune run. For an example of how data is uploaded please see [here](https://github.com/instadeepai/Mava/blob/ce9a161a0b293549b2a34cd9a8d794ba7e0c9949/mava/utils/logger.py#L182).

In onrder to download data, the tool can be used as follows:
In order to download data, the tool can be used as follows:

```python
from marl_eval.json_tools import pull_netpune_data
Expand Down

0 comments on commit 807555e

Please sign in to comment.