ai4co / rl4co

A PyTorch library for all things Reinforcement Learning (RL) for Combinatorial Optimization (CO)

Home Page:https://rl4.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change hydra rundir default

LTluttmann opened this issue · comments

Discussed in #119

Change hydra rundir default so that nothing breaks when a logger other than wandb is selected. Currently, the default rundir tries to access wandb logger information, which is not there if we choose a different logger. Therefore, move the respective rundir definition in the wandb logger configfile.