You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This part's output is /bin/bash: line 1: mlagents-learn: command not found.
I can't solve this bug. I tried !pip install mlagents, etc. But all failed.
please help me.
based on my research I think the current ML agent do not support the python version beyond 3.10
and i have add the following code in the beginning to down grade python version to 3.10
here is how I updated the version !python --version !sudo apt-get install python3.10 !sudo update-alternatives --config python3 !python --version !sudo apt install python3-pip
it will ask you to select the version to use and you have to select the one with 3.10
Hey @yjmini, A PR has been submitted to resolve this issue for both bonus-unit-1 and unit-5. While the PR is under review, if you wish to, you can download the notebook from here in the meanwhile: PR #587
Describe the bug
I can solve the one problem in this issue list.
This part is so annoying, but I solved. Just type "%%capture" top of that codes.
But I have one more problem.
This part's output is
/bin/bash: line 1: mlagents-learn: command not found
.I can't solve this bug. I tried
!pip install mlagents
, etc. But all failed.please help me.
Please share your notebook link so that we can reproduce the error
https://colab.research.google.com/drive/1-O4EOsFTz3odNsDfib2EvU-jM6ACBbn3#scrollTo=bS-Yh1UdHfzy
Material
If not:
The text was updated successfully, but these errors were encountered: