aviralkumar2907 / CQL

Code for conservative Q-learning
393 stars 69 forks source link

fix: when first run, ckpt_suffixes is empty #19

Open qqpann opened 2 years ago

qqpann commented 2 years ago

This will cause Numpy error trying to random choice from an empty list.