lucianzhong / drl_rcc_torcs

Deep learning framework for autonomous driving in TORCS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

drl_rcc_torcs

Options

  • End-to-end neural network
    • Run the simulator with the "perfect" driver. Collect the images and the steering angle.
    • Create a network based on VGG
    • Error function.
    • Training
  • Actor/Critic
  • Segmentation

Links

Notes

  • If you want to compile for yourself, use /home/gym_torcs/vtorcs-RL-color/src/libs/raceengineclient/raceengine.cpp
  • to get from little screen to big screen: down, down, enter; down, enter; right, right, enter; enter
  • run with command line --random option to enable random track selector

Training Data

todo

  • image augmentation, road segmentation
  • test network and solver
  • adjust hyperparameters

About

Deep learning framework for autonomous driving in TORCS


Languages

Language:Jupyter Notebook 58.3%Language:Python 41.3%Language:Shell 0.4%