Skip to content

Commit

Permalink
Update MDPAgent
Browse files Browse the repository at this point in the history
  • Loading branch information
xujiachang1024 committed Dec 8, 2018
1 parent fb6f9be commit 941d899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdpAgents.py
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ def __maximum_expected_utility(self, state, debug_mode):
@param debug_mode: (optional) a boolean value to indicate whether the debug mode is active; the default value is false
@return the direction the agent decides to go (non-deterministic)
"""
def getAction(self, state, debug_mode=True, deep_debug_mode=False):
def getAction(self, state, debug_mode=False, deep_debug_mode=False):
"""mapping operation"""
self.__mapping_operation(state, debug_mode=debug_mode)
"""value iteration"""
Expand Down

0 comments on commit 941d899

Please sign in to comment.