Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible Bugs in CQL_SAC Example #848

Open
ChengDaHaI opened this issue Jul 6, 2023 · 0 comments
Open

Possible Bugs in CQL_SAC Example #848

ChengDaHaI opened this issue Jul 6, 2023 · 0 comments

Comments

@ChengDaHaI
Copy link

Hi,

I am running the cql example (agents/tf_agents/examples/cql_sac/kumar20/cql_sac_train_eval.py) with tf-agents v0.15.0 + tf v2.11.0.

It raises error

AttributeError: module 'rlds' has no attribute 'load'

from the line

    load_dataset_fn: Optional[Callable[[str], tf.data.Dataset]] = rlds.load,
  • It should be a bug and it could be fixed by changing rlds.load to tfds.load.

  • If it is not a bug, how to solve the error?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant