AIPND_P1_Robot_Controller icon indicating copy to clipboard operation
AIPND_P1_Robot_Controller copied to clipboard

is_move_valid 测试条件不足

Open gclove opened this issue 4 years ago • 0 comments

https://github.com/udacity/AIPND_P1_Robot_Controller/blob/95d8c0486f00eaa6a37a0c7186a6118b9198d840/test.py#L15-L29

https://github.com/udacity/AIPND_P1_Robot_Controller/blob/95d8c0486f00eaa6a37a0c7186a6118b9198d840/test.py#L47-L52

valid_actions 如下返回错误结果前,依然能通过测试

无法完成 任务 9 random_choose_actions

应增加以下条件

(1, 7), 'r' True
(3, 5), 'd' True
(3, 3), 'd' True
(1, 1), 'l' True

gclove avatar Mar 13 '20 03:03 gclove