Self Dirving Car - using Reinforcement Learning

  • Implementation an Agent to learn to get from start to goal position, given 2D map with road.
  • The Agent is support to follow the Road towards the goal position, and getting the highest reward.
  • Developed in Python, using Pytorch and Kivy for UI.
  • Git Repository



Enjoy Reading This Article?

Here are some more articles you might like to read next:

  • Monocular Visual Odometry in Rust (KITTI)
  • DAC SDC 2022 – FPGA-Friendly CNN (UBPercept)
  • DAC SDC 2022 - 4th Place (UBPercept)
  • Cleaner Bot – Coverage Planning Demo
  • EBNF Grammar Parser in Python