Initializes the full-state plain Q-learning algorithm A = FULLSTATE_PLAINQ_INIT(A, INFO) Creates the structures required for the full-state plain Q-learning algorithm to run. Initializes the Q table and an eligibility trace as flat vectors. Values on the info parameters: statespacesize - the state space size See also agent_initlearn, fullstate_plainq