Initializes the plain Q learning algorithm A = PLAINQ_INIT(A, INFO) Creates the structures required for the plain Q learning algorithm to run. Initializes the Q table and an eligibility trace as flat vectors. Values on the info parameters: statespacesize - (optional) if given, will be used for efficiently initializing the Q-table for the agent See also agent_initlearn, plainq