get_state_space
ludics.main.get_state_space(N, k)
Generates a state space
Parameters:
N: int - the number of players in the populationk: int - the number of actions which players may take
Returns:
- numpy.array - an array of all possible states
ludics.main.get_state_space(N, k)
Generates a state space
N : int - the number of players in the populationk : int - the number of actions which players may take