The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enables games and simulations to serve as environments for training intelligent agents using deep reinforcement learning and imitation learning.
Well where should I add the hyperparameters so I can train my agents?
I added my own parameters in config/trainer_config.yaml but it isn't working then I tried removing one of the existing parameters (3DBall) then I tried to train it using
mlagents-learn config/trainer_config.yaml --run-id=test --train
and it works perfectly like I have never deleted the parameter from the Trainer_config file
I guess I'm missing something any help ?
Well where should I add the hyperparameters so I can train my agents? I added my own parameters in config/trainer_config.yaml but it isn't working then I tried removing one of the existing parameters (3DBall) then I tried to train it using
mlagents-learn config/trainer_config.yaml --run-id=test --train
and it works perfectly like I have never deleted the parameter from the Trainer_config file I guess I'm missing something any help ?