Base Unity project ready to use with ml-agents.
git clone --recurse-submodules https://github.com/rodrigogs/ml-world.git
Powershell
./Scripts/setup.ps1
Bash
./Scripts/setup.sh
Powershell
./.venv/Scripts/Activate.ps1
Bash
source ./.venv/bin/activate
Powershell
mlagents-learn ./Assets/Configs/sample_config.yml --run-id MyBehavior
Bash
mlagents-learn ./Assets/Configs/sample_config.yml --run-id MyBehavior
Powershell
mlagents-learn ./Assets/Configs/sample_config.yml --initialize-from MyBehavior1 --run-id MyBehavior2
Bash
mlagents-learn ./Assets/Configs/sample_config.yml --initialize-from MyBehavior1 --run-id MyBehavior2
tensorboard --logdir ./results