tseyde
Results
2
comments of
tseyde
We are not using the docker image and instead followed these steps: 1. git clone https://github.com/vitchyr/rlkit.git 2. cp rlkit/launchers/config_template.py rlkit/launchers/config.py 3. conda env create -f environment/linux-gpu-env.yml We are using MuJoCo...
The error actually occurred in the 3. step. Before that, it failed on the 'swig' and 'patchelf' imports, which were resolved by manual installs. It then failed on the 'glfw'...