You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider the default setup (as outlined in exe/road.py), where allow_crashing is set to false. Consider a situation where the car is in column 0 going at speed 2, and there's an obstacle at (0, 0).
If I go LEFT here, the probability transition matrix considers this action to be equivalent to CRUISE | NO_OP, but the reward function considers this action to reduce the forward movement by 1, which isn't exactly CRUISE.
The text was updated successfully, but these errors were encountered:
Consider the default setup (as outlined in exe/road.py), where
allow_crashing
is set tofalse
. Consider a situation where the car is in column 0 going at speed 2, and there's an obstacle at (0, 0).If I go
LEFT
here, the probability transition matrix considers this action to be equivalent toCRUISE | NO_OP
, but the reward function considers this action to reduce the forward movement by 1, which isn't exactlyCRUISE
.The text was updated successfully, but these errors were encountered: