Advertisement
Guest User

Untitled

a guest
Dec 8th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. ```
  2. loaded track small-track.txt
  3. t=0 ====================================================================================================
  4. Car state: x: 4, y: 3, v_x: 0, v_y: 0, a_x: 0, a_y: 0
  5. ['F', 'F', '#', '#', '#']
  6. ['.', '.', '#', '#', '#']
  7. ['.', '.', '#', '#', '#']
  8. ['.', '.', '.', '.', 'C']
  9. ['.', '.', '.', '.', 'S']
  10. Starting positions: [[4, 3], [4, 4]]
  11. Finish positions: [[0, 0], [1, 0]]
  12. t=1 ====================================================================================================
  13. Failed to adjust acceleration!
  14. Previewed car state: x: 4, y: 3, v_x: 0, v_y: 0, a_x: 0, a_y: 0
  15. Car state: x: 4, y: 3, v_x: 0, v_y: 0, a_x: 0, a_y: 0
  16. ['F', 'F', '#', '#', '#']
  17. ['.', '.', '#', '#', '#']
  18. ['.', '.', '#', '#', '#']
  19. ['.', '.', '.', '.', 'C']
  20. ['.', '.', '.', '.', 'S']
  21. Starting positions: [[4, 3], [4, 4]]
  22. Finish positions: [[0, 0], [1, 0]]
  23. t=2 ====================================================================================================
  24. Previewed car state: x: 3, y: 2, v_x: -1, v_y: -1, a_x: -1, a_y: -1
  25. Crashed into wall!
  26. Car state: x: 2, y: 3, v_x: 0, v_y: 0, a_x: 0, a_y: 0
  27. ['F', 'F', '#', '#', '#']
  28. ['.', '.', '#', '#', '#']
  29. ['.', '.', '#', '#', '#']
  30. ['.', '.', 'C', '.', 'S']
  31. ['.', '.', '.', '.', 'S']
  32. Starting positions: [[4, 3], [4, 4]]
  33. Finish positions: [[0, 0], [1, 0]]
  34. t=3 ====================================================================================================
  35. Previewed car state: x: 1, y: 2, v_x: -1, v_y: -1, a_x: -1, a_y: -1
  36. Car state: x: 1, y: 2, v_x: -1, v_y: -1, a_x: -1, a_y: -1
  37. ['F', 'F', '#', '#', '#']
  38. ['.', '.', '#', '#', '#']
  39. ['.', 'C', '#', '#', '#']
  40. ['.', '.', '.', '.', 'S']
  41. ['.', '.', '.', '.', 'S']
  42. Starting positions: [[4, 3], [4, 4]]
  43. Finish positions: [[0, 0], [1, 0]]
  44. t=4 ====================================================================================================
  45. Previewed car state: x: -1, y: 0, v_x: -2, v_y: -2, a_x: -1, a_y: -1
  46. Crashed into wall!
  47. Car state: x: 0, y: 0, v_x: 0, v_y: 0, a_x: 0, a_y: 0
  48. ['C', 'F', '#', '#', '#']
  49. ['.', '.', '#', '#', '#']
  50. ['.', '.', '#', '#', '#']
  51. ['.', '.', '.', '.', 'S']
  52. ['.', '.', '.', '.', 'S']
  53. Starting positions: [[4, 3], [4, 4]]
  54. Finish positions: [[0, 0], [1, 0]]
  55. t=5 ====================================================================================================
  56. Previewed car state: x: -1, y: -1, v_x: -1, v_y: -1, a_x: -1, a_y: -1
  57. Finished!
  58. Finished!
  59. Time taken for track: 5
  60. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement