Modify sa
Created by: sanzabizadeh
state_action_list is redefined in QAgent and TD0Agent. Now it is a dictionary in which keys are state s and values are dictionaries of action and Q (and N).
Created by: sanzabizadeh
state_action_list is redefined in QAgent and TD0Agent. Now it is a dictionary in which keys are state s and values are dictionaries of action and Q (and N).