Unity-Technologies / ml-agents

The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enables games and simulations to serve as environments for training intelligent agents using deep reinforcement learning and imitation learning.
https://unity.com/products/machine-learning-agents
Other
16.93k stars 4.14k forks source link

pip3 install . doesn't work #1013

Closed KehanDream closed 6 years ago

KehanDream commented 6 years ago

I am trying to use pip3 install . under the python subdirectory but it gives me error message like that: Could not find a version that satisfies the requirement tensorflow==1.7.1 (from unityagents==0.4.0) (from versions: ) No matching distribution found for tensorflow==1.7.1 (from unityagents==0.4.0)

I think it's probably because tensorflow currently provides 1.8.0 version instead of 1.7.1 Do you have any clue how to solve this problem?

clankill3r commented 6 years ago

@KehanDream Do you know what it was? I have the same problem.

c43892 commented 4 years ago

it might because of your python version is not 3.6, it's 3.7 ? my question is I didn't find any 'python' subfolder in the repository....

chriselion commented 4 years ago

@c43892 This question is over a year old; the repo structure has changed a lot since then. You should follow the instructions here https://github.com/Unity-Technologies/ml-agents/blob/master/docs/Installation.md#install-python-and-mlagents-package or here https://github.com/Unity-Technologies/ml-agents/blob/master/docs/Installation.md#installing-for-development and open a new issue if you have further problems.

github-actions[bot] commented 3 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.