openai / universe-starter-agent

A starter agent that can solve a number of universe environments.
MIT License
1.1k stars 318 forks source link

Readme now links to conda.anaconda.org #126

Closed mziel closed 6 years ago

mziel commented 6 years ago

Replaced https://conda.binstar.org/menpo with https://conda.anaconda.org/menpo in conda install. The old version gives a following error:

$ conda install -y -c https://conda.binstar.org/menpo opencv3
Fetching package metadata .........

CondaHTTPError: HTTP None None
for url <None>

An HTTP error occurred when trying to retrieve this URL.
SSLError(SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:645)'),),)