From d4473e3e0a26e14e59162971b5b73b7a84880689 Mon Sep 17 00:00:00 2001 From: Schneider Leo <leo.schneider@etu.ec-lyon.fr> Date: Tue, 16 Jan 2024 16:23:37 +0000 Subject: [PATCH] Update file README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6b224b..5698875 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ You'll need to install both `wand` and `tensorboar`. pip install wandb tensorboard ``` -Use the documentation of Stable-Baselines3 and [Weights & Biases](https://docs.wandb.ai) to track the CartPole training. Make the run public. +Use the documentation of [Stable-Baselines3](https://stable-baselines3.readthedocs.io/en/master/) and [Weights & Biases](https://docs.wandb.ai) to track the CartPole training. Make the run public. 🛠Share the link of the wandb run in the `README.md` file. -- GitLab