Mark
/
celeste-ai
Archived
1
0
Fork 0

Fixed Transition field names

master
Mark 2023-02-26 12:13:39 -08:00
parent 25390f5455
commit 3745346c5b
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ from collections import namedtuple
Transition = namedtuple(
"Transition",
(
"state",
"last_state",
"action",
"next_state",
"reward"