Recently, I created an AI using NeroEvolution that plays the game of snake in p5.js. To enhance the training process, I am attempting to increase the number of game cycles per frame, but Chrome seems to be struggling to keep up with the demand. Is there a method to allocate more CPU power to Chrome? Alternatively, is there a way to run p5.js outside of a browser environment? As of now, Chrome is utilizing only 14% of my CPU.