Giter VIP home page Giter VIP logo

imitation-learning's Introduction

Conditional Imitation Learning at CARLA

Repository to store the conditional imitation learning based AI that runs on carla. The trained model is the one used on "CARLA: An Open Urban Driving Simulator" paper.

Requirements

tensorflow_gpu 1.1 or more

numpy

scipy

carla 0.8.2

PIL

Running

Basically run:

$ python run_CIL.py

Note that you must have a carla server running .
To check the other options run

$ python run_CIL.py --help

Dataset

The dataset can be downloaded here 24 GB

The data is stored on HDF5 files. Each HDF5 file contains 200 data points. The HDF5 contains two "datasets": 'images_center':
The RGB images stored at 200x88 resolution

'targets':
All the controls and measurements collected. They are stored on the "dataset" vector.

  1. Steer, float
  2. Gas, float
  3. Brake, float
  4. Hand Brake, boolean
  5. Reverse Gear, boolean
  6. Steer Noise, float
  7. Gas Noise, float
  8. Brake Noise, float
  9. Position X, float
  10. Position Y, float
  11. Speed, float
  12. Collision Other, float
  13. Collision Pedestrian, float
  14. Collision Car, float
  15. Opposite Lane Inter, float
  16. Sidewalk Intersect, float
  17. Acceleration X,float
  18. Acceleration Y, float
  19. Acceleration Z, float
  20. Platform time, float
  21. Game Time, float
  22. Orientation X, float
  23. Orientation Y, float
  24. Orientation Z, float
  25. High level command, int ( 2 Follow lane, 3 Left, 4 Right, 5 Straight)
  26. Noise, Boolean ( If the noise, perturbation, is activated, (Not Used) )
  27. Camera (Which camera was used)
  28. Angle (The yaw angle for this camera)

Paper

If you use the conditional imitation learning, please cite our ICRA 2018 paper.

End-to-end Driving via Conditional Imitation Learning.
Codevilla, Felipe and Müller, Matthias and López, Antonio and Koltun, Vladlen and Dosovitskiy, Alexey. ICRA 2018 [PDF]

@inproceedings{Codevilla2018,
  title={End-to-end Driving via Conditional Imitation Learning},
  author={Codevilla, Felipe and M{\"u}ller, Matthias and L{\'o}pez,
Antonio and Koltun, Vladlen and Dosovitskiy, Alexey},
  booktitle={International Conference on Robotics and Automation (ICRA)},
  year={2018},
}

imitation-learning's People

Contributors

dosovits avatar felipecode 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.