machineuser commited on
Commit
4781e64
·
1 Parent(s): f9ab507

Sync widgets demo

Browse files
packages/tasks/src/library-ui-elements.ts CHANGED
@@ -770,7 +770,7 @@ export const MODEL_LIBRARIES_UI_ELEMENTS: Partial<Record<ModelLibraryKey, Librar
770
  "ml-agents": {
771
  btnLabel: "ml-agents",
772
  repoName: "ml-agents",
773
- repoUrl: "https://github.com/huggingface/ml-agents",
774
  docsUrl: "https://huggingface.co/docs/hub/ml-agents",
775
  snippets: mlAgents,
776
  },
 
770
  "ml-agents": {
771
  btnLabel: "ml-agents",
772
  repoName: "ml-agents",
773
+ repoUrl: "https://github.com/Unity-Technologies/ml-agents",
774
  docsUrl: "https://huggingface.co/docs/hub/ml-agents",
775
  snippets: mlAgents,
776
  },
packages/tasks/src/model-libraries.ts CHANGED
@@ -37,7 +37,7 @@ export enum ModelLibrary {
37
  "stanza" = "Stanza",
38
  "fasttext" = "fastText",
39
  "stable-baselines3" = "Stable-Baselines3",
40
- "ml-agents" = "ML-Agents",
41
  "pythae" = "Pythae",
42
  "mindspore" = "MindSpore",
43
  }
 
37
  "stanza" = "Stanza",
38
  "fasttext" = "fastText",
39
  "stable-baselines3" = "Stable-Baselines3",
40
+ "ml-agents" = "Unity ML-Agents",
41
  "pythae" = "Pythae",
42
  "mindspore" = "MindSpore",
43
  }