-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Closed
Labels
bugIssue describes a potential bug in ml-agents.Issue describes a potential bug in ml-agents.
Description
Following instructions (https://github.com/Unity-Technologies/ml-agents/blob/develop/docs/Installation.md) did not work for Windows 10 due to the following issues:
- conda create -n mlagents python=3.10 && conda activate mlagents --> This one should be the following instead: conda create -n mlagents python=3.10.12 && conda activate mlagents
- python -m pip install ./ml-agents-envs causes an error for numpy==1.21.2 (cannot build wheel). I had to change numpy==1.21.3 in the ./ml-agents-envs/setup.py for it to work
Metadata
Metadata
Assignees
Labels
bugIssue describes a potential bug in ml-agents.Issue describes a potential bug in ml-agents.