ARFlow icon indicating copy to clipboard operation
ARFlow copied to clipboard

Parameters Not Match in Code and Paper

Open turswiming opened this issue 6 months ago • 0 comments

hello, I am writing to point out the config parameter ar_eps and ar_q in conifg don`t match data in code. in code, the data is:

 "train": {"ar_eps": 0.0,
           "ar_q": 1}

however, in paper, the two parameters should be 0.01 and 0.4

Image

These are critical parameters, after change it, the training behavior changes like following

Image yellow:
 "train": {"ar_eps": 0.0,
           "ar_q": 1}

orange

 "train": {"ar_eps": 0.01,
           "ar_q": 0.4}

turswiming avatar Jul 21 '25 02:07 turswiming