#MLAgents runtime training

1 messages · Page 1 of 1 (latest)

craggy mica
#

Hello guys! I've heard of ML-Agents and I wanted to know if it's possible for the training to occur while the player is playing, as I wanted to make an infinite game where overtime the enemies starting learning strategies against the player.

daring wing
#

no, training is done via python command line and takes a long time, you wouldn't get good results from live training like that but you can use demonstrations to train AI so you could train different types of AI and pick the one that best fits the player's playstyle