You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: