Fixed Transition field names
parent
25390f5455
commit
3745346c5b
|
@ -5,7 +5,7 @@ from collections import namedtuple
|
||||||
Transition = namedtuple(
|
Transition = namedtuple(
|
||||||
"Transition",
|
"Transition",
|
||||||
(
|
(
|
||||||
"state",
|
"last_state",
|
||||||
"action",
|
"action",
|
||||||
"next_state",
|
"next_state",
|
||||||
"reward"
|
"reward"
|
||||||
|
|
Reference in New Issue