instadeepai / marl-eval

A tool for aggregating and plotting MARL experiment data.
https://sites.google.com/view/marl-standard-protocol/home
Apache License 2.0
61 stars 6 forks source link

Feat: pull from neptune tools #45

Closed OmaymaMahjoub closed 9 months ago

OmaymaMahjoub commented 9 months ago

What?

Add pull_neptune_data function to pull the experiments data from Neptune to a local directory.

Why?

This function is particularly useful when there is a need to pull data from multiple experiments.

How?

  1. Create a seperate directory for json_tools
  2. Create pull_neptune_data fn
  3. Update the readme

    Extra

    This PR is based on #44!