markusdumke / reinforcelearn

R Package for Reinforcement Learning
https://markusdumke.github.io/reinforcelearn/
Other
33 stars 6 forks source link

qlearning et al: preprocessState docs #23

Open berndbischl opened 6 years ago

berndbischl commented 6 years ago

it MUST be precisely documented what data type the function shall return.

a feature vector? a matrix? depends on the model?

if multiple things are possible, please say so and give some examples