transformers-metarl icon indicating copy to clipboard operation
transformers-metarl copied to clipboard

Error in conda env creation because of metaworld version

Open SapanaChaudhary opened this issue 1 year ago • 1 comments

Hi Luckeciano,

I get the following error during conda env creation, because of metaworld version.

Pip subprocess error:
ERROR: Could not find a version that satisfies the requirement metaworld==0.0.0 (from -r /home/---/transformers-metarl/condaenv.w9ef9n2x.requirements.txt (line 27)) (from versions: 0.0.1.dev0)
ERROR: No matching distribution found for metaworld==0.0.0 (from -r /home/---/transformers-metarl/condaenv.w9ef9n2x.requirements.txt (line 27))

failed

CondaEnvException: Pip failed

Which of the following metaworlds is environment.yml trying to install?

  1. https://pypi.org/project/metaworld/
  2. https://github.com/Farama-Foundation/Metaworld

I understand the paper includes experiments on 2. Could you please share how to fix the error and use your repo to run experiments on meta-world tasks?

Thank you, Sapana

SapanaChaudhary avatar May 09 '23 17:05 SapanaChaudhary