Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation instructions issues for Release 21 [Windows] #6016

Closed
mikehaojiang opened this issue Nov 22, 2023 · 1 comment
Closed

Installation instructions issues for Release 21 [Windows] #6016

mikehaojiang opened this issue Nov 22, 2023 · 1 comment
Labels
bug Issue describes a potential bug in ml-agents.

Comments

@mikehaojiang
Copy link

mikehaojiang commented Nov 22, 2023

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
@mikehaojiang mikehaojiang added the bug Issue describes a potential bug in ml-agents. label Nov 22, 2023
@miguelalonsojr
Copy link
Collaborator

Fixed with #6014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue describes a potential bug in ml-agents.
Projects
None yet
Development

No branches or pull requests

2 participants