JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.tweetyproject.machinelearning.rl.mdp
Policy
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
execute(S)
Interface Policy<S extends
State
, A extends
Action
>
Type Parameters:
S
- The type of states
A
- The type of actions
All Known Implementing Classes:
FixedPolicy
public interface
Policy<S extends
State
, A extends
Action
>
A policy (map from states to actions) for Markov Decision Process
Author:
Matthias Thimm
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
A
execute
(
S
s)
Return a action
Method Details
execute
A
execute
(
S
s)
Return a action
Parameters:
s
- state
Returns:
action