At the moment each matrix multiplication takes one row (representing an individual) and a time and multiplies with the actions, I wish to change this structure to multiply all rows with the actions at the same time. This will improve the speed of the simulation for many steps
At the moment each matrix multiplication takes one row (representing an individual) and a time and multiplies with the actions, I wish to change this structure to multiply all rows with the actions at the same time. This will improve the speed of the simulation for many steps