Git Product home page Git Product logo

autonomous_car_simulation's Introduction

Autonomous Car Simulation (in progress)

project in progress

The goal of this project is to train a model driving a car autonomously on the tracks of the Udacity Self-Driving Car Simulator. There is an unfinished approach in tensorflow, but no implementation in pytorch - so I started with my own implementation. ☺️

If you are interested in the project or if you want to contribute some ideas or code - feel free to join.

Udacity Self-Driving Car Simulator

The Udacity Self-Driving Car Simulator allows to record simualted front and side cameras of the car together with the control data like steering angle, speed, throttle, etc during the training mode. In thesutonomous mode it enables the computer to control the car via event based communication.

Udacity Seld-Driving Car Simulator

The model

Implemented in PyTorch using Python.

Network architecture

Development

Run model.py to run the training. The best performing model on the testset is saved automatically.

To use the autonomous driving mode of the simulator, run drive.py after the simulator was started and set in autonomous mode.

CPU Usage

Set the cfg.cuda flag in model.py to False.

GPU Acceleration

Switching from the CPU to the GPU is quite easy and will result in a massive speed-up. Just set the cfg.cuda flag in model.py to True. Make sure you installed the CUDA Framework from Nvidia. If CUDA runs out of memory, reduce the batch size until it fits into your video memory.

autonomous_car_simulation's People

Contributors

pgebert avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.