diff --git a/README.md b/README.md index 1bfda707a3e748f1f1681ef146162722d6e6fcd1..3f71fbbb2a5fbd6b83fb25e58055dd091ccc4008 100644 --- a/README.md +++ b/README.md @@ -129,8 +129,10 @@ Weights & Biases (W&B) is a tool for machine learning experiment management. Wit #### Installation +You'll need to install both `wand` and `tensorboar`. + ```shell -pip install wandb +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.