From 15cb23fc0906d7171b7a7cb8d0479779f4dd6a03 Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Fri, 3 Feb 2023 14:03:05 +0100 Subject: [PATCH] Update hands-on.mdx --- units/en/unit7/hands-on.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/units/en/unit7/hands-on.mdx b/units/en/unit7/hands-on.mdx index 9249236..7b07bba 100644 --- a/units/en/unit7/hands-on.mdx +++ b/units/en/unit7/hands-on.mdx @@ -240,6 +240,8 @@ The executable contains 8 copies of SoccerTwos. ⚠️ It’s normal if you don’t see a big increase of ELO score (and even a decrease below 1200) before 2M timesteps, since your agents will spend most of their time moving randomly on the field before being able to goal. +⚠️ You can stop the training with Ctrl + C but beware of typing only once this command to stop the training since MLAgents needs to generate a final .onnx file before closing the run. + ## Step 5: **Push the agent to the Hugging Face Hub** Now that we trained our agents, we’re **ready to push them to the Hub to be able to participate in the AI vs. AI challenge and visualize them playing on your browser🔥.**