Stable Agent
- class or_suite.agents.ambulance.stable.stableAgent(epLen)[source]
Agent that implements a stable heuristic algorithm for use with either ambulance environment
- reset()[source]
clears data and call_locs which contain data on what has occurred so far in the environment
- update_config()
(UNIMPLEMENTED)
- pick_action(state, step)[source]
the action chosen is the most recently obesrved state of the environment
- epLen
(int) number of time steps to run the experiment for
- data
(int list list or float list list) a list of all the states of the environment observed so far