Base Unity project ready to use with ml-agents.
git clone --recurse-submodules https://github.com/rodrigogs/ml-world.gitPowershell
./Scripts/setup.ps1Bash
./Scripts/setup.shPowershell
./.venv/Scripts/Activate.ps1Bash
source ./.venv/bin/activatePowershell
mlagents-learn ./Assets/Configs/sample_config.yml --run-id MyBehaviorBash
mlagents-learn ./Assets/Configs/sample_config.yml --run-id MyBehaviorPowershell
mlagents-learn ./Assets/Configs/sample_config.yml --initialize-from MyBehavior1 --run-id MyBehavior2Bash
mlagents-learn ./Assets/Configs/sample_config.yml --initialize-from MyBehavior1 --run-id MyBehavior2tensorboard --logdir ./results