From d3a8677c12fb46e4756213d64df2c95b0af2a844 Mon Sep 17 00:00:00 2001 From: MaximeCerise <maxime.moreau.etu@gmail.com> Date: Mon, 17 Mar 2025 15:49:04 +0100 Subject: [PATCH] Finito pipo --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 963a281..91f8d68 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,9 @@ Here we set up a complete pipeline to solve Cartpole environment with A2C algori Wandb has been set up to track the learning phase : [Report here](reports/A2C_CARTPOLE_REPORT.pdf) -Preview : -<video controls src="videos/preview.mp4" title="Title"></video> - +[Preview here](videos/preview.mp4) +[Hugging face](https://huggingface.co/MaximeCerise/a2c_cartpole) ### 3. Panda Reach @@ -45,5 +44,5 @@ Stable-Baselines3 package to train A2C model on the PandaReachJointsDense-v3 env - <b>Code:</b> [a2c_sb3_panda_reach.py](a2c_sb3_panda_reach.py) - <b>Hugging face :</b> [Here](https://huggingface.co/MaximeCerise/a2c-reach) - <b>WandB's report : </b> [a2c_reach_panda_report](<reports/A2C_reach_panda_report .pdf>) -- <b>Preview :</b> -<video controls src="videos/preview_reach.mp4" title="Title"></video> +- <b>[Preview here](videos/preview_reach.mp4)</b> + -- GitLab