huggingface / huggingface/deep-rl-class

[HANDS-ON BUG] Unit 5: error with experimental version of the library that allows push trained agent to Hub

Open
#557 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
MDX
Stars
5k
Forks
811
PR merge metrics
No merged PRs in 30d

Description

After cloning the Unity ml-agents package, I tried to install the experimental version of the library that allows you to push your trained agent to the Hub by executing the below code:
`cd ml-agents`
`pip install -e ./ml-agents-envs`
`pip install -e ./ml-agents`

I received the following errors:
`ERROR: ./ml-agents-envs is not a valid editable requirement. It should either be a path to a local project or a VCS URL (beginning with bzr+http, bzr+https, bzr+ssh, bzr+sftp, bzr+ftp, bzr+lp, bzr+file, git+http, git+https, git+ssh, git+git, git+file, hg+file, hg+http, hg+https, hg+ssh, hg+static-http, svn+ssh, svn+http, svn+https, svn+svn, svn+file).`
`ERROR: file:///content/ml-agents does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found.`

Link to my Google Colab: https://colab.research.google.com/drive/1OPwYIaLNMgKOHRIy97ZupXiturIB6qip#scrollTo=mBh977X0craL

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.