Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 468 Bytes

project_overview.md

File metadata and controls

6 lines (6 loc) · 468 Bytes

Project Plan

  • Part 1: lane keeping with RL agent, after trained, collect images (1-8 cameras) with associated wheel angle and acceleration
  • Part 2: Conv Net in TensorFlow, connect to Unity environment with Python API
    • Input: Images collected from RL agent and (our driving)
    • Targets: (wheel angle, torque, ...)
  • Stretch goal: Use lidar (or radar) and add several RL agents