Reinforcement Learning and
Artificial
Intelligence (RLAI) |
|
CMPUT 607: Reinforcement Learning in Practice |
def init():
"return ranges for actions and sensations, in specification language 2"
# actions:[thust, rudder],
sens:[h,
hdot, v]
return 2, [(-1,+2), (-90,+90)], [(-180,+180), (-180,+180), (-10,+40)]
Sverrir and Cosmin