Integrating Hugging Face Hub ð¤
#5732
Draft
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.


Hey thereð ,
Proposed change(s)
I'm Thomas Simonini from Hugging Faceð¤ and we work on the integration of Hugging Face Hub with ML-Agents.
The Hugging Face Hub works as a central place where anyone can share and explore saved models.
The idea is to allow people to share and save their models on the hub.
The PR is a draft for now because none of the checklist are done.
An example of a model card and the tensorboard dashboard integrated in the Hub: https://huggingface.co/ThomasSimonini/Huggy_test
Here's an example:
mlagents-learn --config="huggy.yaml" --run-id="Huggy_1"mlagents-push-to-hf --run-id="Huggy_1" --local-dir="results/Huggy_1" --repo-id="ThomasSimonini/Huggy_test" --commit-message="Huggy upload"mlagents-load-from-hf --repo-id="ThomasSimonini/Huggy_test" --local-dir="./downloads"Types of change(s)
Checklist
Other comments