Hi there,
First of all, thank you for sharing your tool and for making your videos. It's great.
I'm trying to setup your Training Manager with ml-agents 0.5 but I'm facing an issue I couldn't solve. I'm a seasoned Unity dev and I already know how ml-agents works. But after following your instructions, I couldn't find any "python" folder.
When I want to start a training, I manually do:
activate ml-agents
mlagents-learn config/trainer_config.yaml --train --run-id=xxx
As described here, using Conda.
I also have learn.py in ml-agents\mlagents\trainers and tried to make RunManager pointing at it, but it won't work. I'm not familiar with python and I'm probably doing something wrong. Could you help me with that?
Hi there,
First of all, thank you for sharing your tool and for making your videos. It's great.
I'm trying to setup your Training Manager with ml-agents 0.5 but I'm facing an issue I couldn't solve. I'm a seasoned Unity dev and I already know how ml-agents works. But after following your instructions, I couldn't find any "python" folder.
When I want to start a training, I manually do:
activate ml-agentsmlagents-learn config/trainer_config.yaml --train --run-id=xxxAs described here, using Conda.
I also have learn.py in ml-agents\mlagents\trainers and tried to make RunManager pointing at it, but it won't work. I'm not familiar with python and I'm probably doing something wrong. Could you help me with that?