From 7ed1ec5c74c310a5e775da99c251e2ea2978a48f Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Wed, 15 Feb 2023 16:51:29 +0100 Subject: [PATCH] Update hands-on-cleanrl.mdx --- units/en/unit8/hands-on-cleanrl.mdx | 3 --- 1 file changed, 3 deletions(-) diff --git a/units/en/unit8/hands-on-cleanrl.mdx b/units/en/unit8/hands-on-cleanrl.mdx index 4e0e85e..7d0b4f9 100644 --- a/units/en/unit8/hands-on-cleanrl.mdx +++ b/units/en/unit8/hands-on-cleanrl.mdx @@ -335,9 +335,6 @@ def _generate_model_card(model_name, env_id, mean_reward, std_reward, hyperparam This is a trained model of a PPO agent playing {env_id}. # Hyperparameters - ```python - {converted_str} - ``` """ return model_card, metadata