trackmania-rl / tmrl

Reinforcement Learning for real-time applications - host of the TrackMania Roborace League
https://pypi.org/project/tmrl
MIT License
500 stars 68 forks source link

wandb error #71

Closed bastienmasse closed 1 year ago

bastienmasse commented 1 year ago

Hi, I followed the instructions in the tutorial, but when i launch the trainer, i have got this message: wandb: ERROR Error while calling W&B API: run tmrl/tmrl/SAC_4_imgs_pretrained was previously created and deleted; try a new run name (<Response [409]>)

yannbouteiller commented 1 year ago

Hi, you need to change the RUN_NAME entry in config.json, or add --no-wandb to your command line:

python3 -m tmrl --trainer --no-wandb

yannbouteiller commented 1 year ago

Closing as this is not a bug, but in version 0.6 we will make logging to wandb an option rather than the default behaviour, in order to avoid this type of issues.