LucasAlegre / morl-baselines

Multi-Objective Reinforcement Learning algorithms implementations.
https://lucasalegre.github.io/morl-baselines
MIT License
271 stars 44 forks source link

Chore/remove tensorboard stuff make gym logging optional #94

Closed ffelten closed 6 months ago

ffelten commented 6 months ago
  1. Change the OLS example to remove the usage of break in loop.
  2. Remove tensorboard stuff in wandb and make monitor_gym overridable (useful for MOMAland wrapper)
LucasAlegre commented 6 months ago

Do you have to set MONITOR_GYM manually somewhere? Should this be documented?

ffelten commented 6 months ago

Do you have to set MONITOR_GYM manually somewhere? Should this be documented?

The second argument of os.environ.get is the default value in case the env variable does not exist. So if it is not set it is the same behavior as previously. No breaking change 😎.