-
Notifications
You must be signed in to change notification settings - Fork 1
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
Arena yaml configs do not have the correct timeLimit
and passMark
fields
#11
Comments
Hey, I'd like to contribute but i'm having trouble setting up my local environnement :
I tried using python 3.7 and python 3.12 as venv's I can't use python 3.6 at work due to safety reasons... |
Hi @Saucette, thanks for your interest in contributing. Unfortunately, ml-agents is quite strict on python versions, so you are best using it with python version 3.10.12. It won't work with any more recent versions. Do let us know if you still have problems installing. |
@kozzy97 i managed to install Python 3.10.12 with pyenv and animalai :
The command animalai play does not seem to work, as specified in your technical guide. What can i do to run your app or at least test and validate this issue ? |
Describe the bug
The arena configs in the arena folder do not work. They still have the old
t
andpass_mark
fields.To Reproduce
Steps to reproduce the behavior:
play()
with the PyPI package installed.Expected behavior
The environment should not freeze.
Desktop (please complete the following information):
Additional context
Should be a simple fix.
The text was updated successfully, but these errors were encountered: