Closed danksky closed 5 years ago
hi @danksky - as of version 0.8, please use mlagents-learn
to start the training. Refer to the installation and basic guide. Let me know if this answers your question.
I want to train on version 0.4. and mlagents-learn don't work. @unityjeffrey
hi @Usmaniatech is there a reason you want to use v0.4?
@unityjeffrey I am working with deep reinforcement learning MADDPG algorithm and version > 0.4 don't support them.
Thanks for the discussion - closing this issue due to inactivity. Feel free to open a new issue if you're still running into problems.
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.
Upon running:
python3 learn.py ../../projects/Cats/CatsOnBicycles.app --run-id=cob_1 --train
,I encounter the following error message:
Traceback (most recent call last):
File "learn.py", line 10, in <module>
import yaml
ModuleNotFoundError: No module named 'yaml'
So, I try running the following:
pip3 install pyyaml
Which confusingly responds with the following:
Requirement already satisfied: pyyaml in /usr/local/lib/python3.7/site-packages (5.1)
How can I get past this to start training?