Błażej Osiński 864ee3df2f
Make monitor_gym configurable in WandbLogger. (#896)
At the moment, WandbLogger is always using wandb.init with monitor_gym =
True.
This fails when OpenAI's gym is not installed, which doesn't make sense
after the transition to Gymnasium.

I am using Tianshou with non-standard RL environment, which adhere to
Gymnasium API, and the current code is throwing exceptions.

I suggest to make it a controllable parameter. I left the default value
to True (to make it functionally the same for people using gym). It may
also make sense to change the default to False.
2023-08-09 15:13:25 -07:00
..
2023-08-09 10:27:18 -07:00
2023-08-09 15:12:42 -07:00
2021-09-03 05:05:04 +08:00
2022-12-04 12:23:18 -08:00