GithubHelp home page GithubHelp logo

12kobe / carla_pilot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dkolosa/carla_pilot

0.0 0.0 0.0 155 KB

This application applies reinforcement learning on a car (agent) using the CARLA simulator.

License: MIT License

Python 100.00%

carla_pilot's Introduction

carla_pilot

This application applies reinforcement learning on a car (agent) using the CARLA simulator. The current implementation uses Twin Delayed Deep Deterministic Policy Gradients. The inputs of the neural networks is a first person (dash cam) view, and the output is the throttle, steering angle, and braking, respectively. The goal of this project is to train to successfuly navigate the environment to get to the target destination.

The DDPG and ppo algorithms are avaliable but have not been modified to work with carla at this time.

Packages

This project uses python 3.7.

To install the necessary packages: pip install requirements.txt

The version of carla being used is version 0.8.11

Running

To be able to run the program, enusre that the carla package from the PythonAPI directory in CARLA_0.9.11 directory is one level outside to the carla_pilot directory, the directory structure resembles:

└───CARLA_0.8.11
    │   PythonAPI
        └───carla
│   
└───carla
│   
└───carla_pilot
    │   main.py

To begin the program, ensure that an instance is Carla is running the current working directory is carla_pilot.

Execute:

python main.py

Feel free to fork this repo for your own projects.

Acknowledgements

Thank you to everyone who develops, sponsors, and contributes to the Carla project to create an amazing project.

carla_pilot's People

Contributors

dkolosa 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.