You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As stable-baselines has now integrated tensorflow support, that could be cool to enable it in the toolbox repo (and to add it to the pytorch RL algo: SAC, CMA-ES, ARS).
The text was updated successfully, but these errors were encountered:
Hi,
To support tensorboard in stable-baselines, we need to define a tb log location for the RL agent. In this repo, arguments of the RL agent are defined by the train_kwargs, see here
However, the train_kwargs only accept hyper-parameters of the specific rl agent. Alternatively, we can set the log args in the 'train' method of the agent, take ppo2 as an example,
As stable-baselines has now integrated tensorflow support, that could be cool to enable it in the toolbox repo (and to add it to the pytorch RL algo: SAC, CMA-ES, ARS).
The text was updated successfully, but these errors were encountered: