Package edu.tufts.hrilab.rl
Interface RLInterface
public interface RLInterface
-
Method Summary
Modifier and TypeMethodDescriptioncallPolicy(String action) Calls a policy created by RL.learnPolicy(String action) Creates a new policy via RL and assigns it the given nameupdatePolicy(String failedOperator) Updates
-
Method Details
-
callPolicy
Calls a policy created by RL.- Parameters:
action- Name associated with the policy- Returns:
- Success/failure justification
-
learnPolicy
Creates a new policy via RL and assigns it the given name- Parameters:
action- Name to be associated with the new policy- Returns:
- Success/failure justification
-
updatePolicy
Updates- Parameters:
failedOperator- Name of the operator we want to update- Returns:
- Success/failure justification
-