aviralkumar2907/CQL

Error when creating quantile agent for using CQL for Atari

timo-sievernich opened this issue · 2 comments

Hi Aviral,

when I tried to run the 'train.py' script for Atari games, I noticed an error when creating the quantile agent in 'atari/batch_rl/multi_head/quantile_agent.py': In line 117 you are passing the argument "minq_weight" into the init function of the rainbow agent, but this class has no argument "minq_weight". After I deleted the argument the code runs perfectly.

Best,
Timo

Hi Timo,

I guess I added it to the rainbow agent in dopamine when running locally, but unfortunately, that is not a part of this repo. I will fix that.

Thanks,
Aviral

Hi Aviral,

Is this fixed yet?

Thanks,
Jayanth.