seohongpark / HIQL

HIQL: Offline Goal-Conditioned RL with Latent States as Actions (NeurIPS 2023)
MIT License
76 stars 7 forks source link

a question about the bug in the iql.py #7

Closed 007lbx closed 1 week ago

007lbx commented 1 week ago

Dear Authors:

I want to ask a question about the bug in the iql.py , i.e., TypeError: create_learner() missing 1 required positional argument: 'value_def', This problem arises when I train the iql algorithm.

Your assistance would be immensely appreciated.

seohongpark commented 1 week ago

Hi 007lbx,

For GCIQL, we recommend using the command provided in the README file (which uses hiql.py not iql.py). Another option is to use our newest (and much cleaner) implementation available at https://github.com/seohongpark/ogbench.