Unity interview question

How can you streamline rendering in the Unity environment, such that they can be used to quickly train machine learning agents at speeds multiple times faster than we can do manually or with PCs.

Interview Answer

Anonymous

10 July 2020

Using cloud-based technologies like Unity Cloud, you can parallelize and scale the rending of major blocks of data, like a city scape for example, You feed that to the ml agents, which can use thousands of iterations to create an accurate predictive AI model. Using cloud scaling, such as containerized apps on kubernetes, you can shrink that training process that would have taken weeks down to hours.