Haozhu Wang
Haozhu Wang
Have you tried to use rlkit with the current PyTorch version, would it work? @xanderdunn
> A workaround seems to do the trick for me. Add those lines before `apt-get update` > > ``` > RUN rm /etc/apt/sources.list.d/cuda.list > RUN rm /etc/apt/sources.list.d/nvidia-ml.list > ``` >...
> I'll take a look at the PR. But one idea that sometimes can be used is to parametrize your parameters differently, making the dependency more explicit: > > instead...
> > I meet the same problem with the following command: > > git clone https://github.com/rail-berkeley/d4rl.git > > cd d4rl > > pip install -e . > > Then I...