tinkoff-ai / CORL

High-quality single-file implementations of SOTA Offline and Offline-to-Online RL algorithms: AWAC, BC, CQL, DT, EDAC, IQL, SAC-N, TD3+BC, LB-SAC, SPOT, Cal-QL, ReBRAC

Home Page:https://arxiv.org/abs/2210.07105

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing configuration files of EDAC. The $num_epochs$ of SAC-N is set not the same as original paper of EDAC.

Jinyi6 opened this issue · comments

  1. No EDAC folder in $./configs/$
  2. $num\_epochs$ is set as 250 in config files of SAC-N. But, in the original paper, SAC-N is trained over 3000 epoches. I would like to know if the results listed in the table were run for 250 epoches or 3000 epoches?

Hi,

  1. This pull request should solve the issue
  2. It was trained for 3000 epoches as in the original paper

Thanks for pointing this out