From 807555ef1a74df92d31f536efc24487f24821a59 Mon Sep 17 00:00:00 2001 From: RuanJohn <33461981+RuanJohn@users.noreply.github.com> Date: Tue, 27 Feb 2024 09:49:01 +0200 Subject: [PATCH] chore: update docs/json_tooling_usage.md Co-authored-by: Sasha --- docs/json_tooling_usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/json_tooling_usage.md b/docs/json_tooling_usage.md index 59ae72cf..e4a2c533 100644 --- a/docs/json_tooling_usage.md +++ b/docs/json_tooling_usage.md @@ -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/.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