Closed ejunprung closed 3 years ago
ok. Let me see what happened and then hopefully we can add an automated test that catches regressions.
@ejunprung it's possible this was never released https://github.com/SkymindIO/nativerl/pull/367
Huh. I recall testing it and confirming that it works in the test environment.
It's not in dev or prod so I'll reopen the PR
Ah...
For some reason, an action mask is appended to observations even though none exists. For example, after training is done, a user will encounter
Array length not equal to model input size: 15 != 176.
15 = actual observations 161 = action mask that should not exist 176 = total observations
Dae had fixed the problem before but it's somehow returned. This is the temporary fix.