Experiment tracking
To use experiment tracking with wandb, run with the --track
flag, which will also
upload the videos recorded by the --capture-video
flag.
poetry shell
wandb login # only required for the first time
python cleanrl/ppo.py --track --capture-video
The console will output the url for the tracked experiment like the following
wandb: View project at https://wandb.ai/costa-huang/cleanRL
wandb: View run at https://wandb.ai/costa-huang/cleanRL/runs/10dwbgeh
When you open the URL, it's going to look like the following page: