Class GreedyCoverageDefaultPolicy
Defined in File coverage_bounds.h
Inheritance Relationships
Base Type
public despot::DefaultPolicy
Class Documentation
- 
class GreedyCoverageDefaultPolicy : public despot::DefaultPolicy
 A default policy which greedily chooses action based on immediate reward.
Attributes: As in superclass, plus:
Public Functions
Constructor initialises attributes.
- Parameters:
 model – The POMDP
particleLowerBound – A lower bound on the cumulative reward
imac – An IMac instance
- 
despot::ACT_TYPE Action(const std::vector<despot::State*> &particles, despot::RandomStreams &streams, despot::History &history) const
 Function greedily chooses an action weighted on the particles.
- Parameters:
 particles – The states at the head (latest?) of the scenarios
streams – Random streams attached to the scenarios
history – The current action-observation history