Code Monkey home page Code Monkey logo

driving-interactions's Introduction

Toolkit for learning driving models through maximum entropy inverse reinforcement learning, and autonomous vehicle's control through leverageing effects on human actions.

(Companion code to a paper presented at RSS 2016)

Running

To visualize: ./vis {file_name}.pickle

To run an experiment ./run {world_name} where world_name can be any one of the worlds defined in world.py

To run an experiment with irl_ground world: ./run irl_ground

To run the IRL algorithm: ./irl.py data/*.pickle

Modules

  • dynamics.py: This contains code for car dynamics.
  • car.py: Relevant code for different car models (human-driven, autonomous, etc.)
  • feature.py: Definition of features.
  • lane.py: Definition of driving lanes.
  • trajectory.py: Definition of trajectories.
  • world.py: This code contains different scenarios (each consisting of lanes/cars/etc.).
  • visualize.py: This contains the code for visualization (GUI).

driving-interactions's People

Contributors

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