rlworkgroup / garage

A toolkit for reproducible reinforcement learning research.
MIT License
1.84k stars 309 forks source link

Docker Issue #2256

Closed limaries30 closed 3 years ago

limaries30 commented 3 years ago

Hi , I am using docker to test garage. I pulled the image as in the documentation

However I get error when I run this code.

from garage.sampler import LocalSampler

ImportError: cannot import name 'LocalSampler'

How to fix this?

avnishn commented 3 years ago

Hi @limaries30 thanks for bringing your issue to us.

is this the documentation that you used?

Also @gitanshu brought it to my attention today that there may be a problem with our docker image on dockerhub, that he is fixing right now.

limaries30 commented 3 years ago

I still get the same error.

I pulled rlworkgroup/garage.

gitanshu commented 3 years ago

Hi @limaries30 We had an issue with our docker image because of some changes in pip's new dependency resolver. I have pushed an update that fixes the dependency tree. If you pull rlworkgroup/garage again, it should work fine.

Feel free to reopen the issue if it still isn't fixed for you.