Tejas Pagare
Tejas Pagare
@dexception Hey, so did you code this paper?

Currently using Python 3.7.7
When I tried installing using wheel from [here](https://pypi.org/project/envpool/#files), it gave me the following error: ``` ERROR: envpool-0.6.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl is not a supported wheel on this platform. ```
``` 3.7.7 (default, May 5 2020, 15:36:34) [GCC 9.3.0] linux ```
Sadly got the same error 😞 ``` ERROR: envpool-0.6.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl is not a supported wheel on this platform. ```
``` ERROR: Could not find a version that satisfies the requirement torch==10 (from versions: 1.0.1.post2+....) ERROR: No matching distribution found for torch==10 ``` Also, it's not a arm-based, this is...
Hmm, I'm trying it on the remote server. Let me see if I can reproduce.
One more thing, when I try to install it using `setup.py` from `pip install -e .` , it gets installed successfully. However, when I import `envpool`, I get the following...
Hi @IpadLi, I wondered on this a while back and mailed @MishaLaskin about it. This is the question I asked: >Why you are not updating the Shared encoder with the...