All Projects → tejank10 → Duckietown.jl

tejank10 / Duckietown.jl

Licence: mit
Differentiable Duckietown

Programming Languages

julia
2034 projects

Projects that are alternatives of or similar to Duckietown.jl

Awesome Carla
👉 CARLA resources such as tutorial, blog, code and etc https://github.com/carla-simulator/carla
Stars: ✭ 246 (+748.28%)
Mutual labels:  self-driving-car, autonomous-vehicles, simulator
Airsim
Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research
Stars: ✭ 12,528 (+43100%)
Mutual labels:  self-driving-car, autonomous-vehicles, simulator
Uselfdrivingsimulator
Self-Driving Car Simulator
Stars: ✭ 48 (+65.52%)
Mutual labels:  self-driving-car, autonomous-vehicles, simulator
Carla
Open-source simulator for autonomous driving research.
Stars: ✭ 7,012 (+24079.31%)
Mutual labels:  self-driving-car, autonomous-vehicles, simulator
airsim ros
AirSim ROS packages: modified ros wrapper for airsim, and some vslam related tools. (Mainly focused on Car SimMode)
Stars: ✭ 28 (-3.45%)
Mutual labels:  simulator, self-driving-car
Dig Into Apollo
Apollo notes (Apollo学习笔记) - Apollo learning notes for beginners.
Stars: ✭ 903 (+3013.79%)
Mutual labels:  self-driving-car, autonomous-vehicles
Waymo Kitti Adapter
A tool converting Waymo dataset format to Kitti dataset format.
Stars: ✭ 83 (+186.21%)
Mutual labels:  self-driving-car, autonomous-vehicles
WIMP
[arXiv] What-If Motion Prediction for Autonomous Driving ❓🚗💨
Stars: ✭ 80 (+175.86%)
Mutual labels:  self-driving-car, autonomous-vehicles
Auto-Birds-Eye
Bird's eye/Top Down view generation and mapping with deep learning.
Stars: ✭ 129 (+344.83%)
Mutual labels:  self-driving-car, autonomous-vehicles
learning-to-drive-in-5-minutes
Implementation of reinforcement learning approach to make a car learn to drive smoothly in minutes
Stars: ✭ 227 (+682.76%)
Mutual labels:  simulator, self-driving-car
behavioral cloning
No description or website provided.
Stars: ✭ 26 (-10.34%)
Mutual labels:  simulator, self-driving-car
road-simulator
🛣️ Easy-to-use road simulator for little self-driving cars
Stars: ✭ 23 (-20.69%)
Mutual labels:  simulator, self-driving-car
SecondaryAwesomeCollection
收集深度学习相关的awesome 资源列表,欢迎补充
Stars: ✭ 75 (+158.62%)
Mutual labels:  self-driving-car, autonomous-vehicles
simobility
simobility - light-weight mobility simulation framework. Best for quick prototyping
Stars: ✭ 29 (+0%)
Mutual labels:  simulator, autonomous-vehicles
Monocular-Vehicle-Localization
Estimating the orientation and the relative dimensions of vehicles by producing a 3d bounding frame
Stars: ✭ 28 (-3.45%)
Mutual labels:  self-driving-car, autonomous-vehicles
BtcDet
Behind the Curtain: Learning Occluded Shapes for 3D Object Detection
Stars: ✭ 104 (+258.62%)
Mutual labels:  self-driving-car, autonomous-vehicles
Self-Driving-Car
Lane Detection for Self Driving Car
Stars: ✭ 14 (-51.72%)
Mutual labels:  self-driving-car, autonomous-vehicles
erdos
Dataflow system for building self-driving car and robotics applications.
Stars: ✭ 135 (+365.52%)
Mutual labels:  self-driving-car, autonomous-vehicles
Metacar
A reinforcement learning environment for self-driving cars in the browser.
Stars: ✭ 337 (+1062.07%)
Mutual labels:  self-driving-car, autonomous-vehicles
SelfDrivingRCCar
Autonomous RC Car using Neural Networks, Python and Open CV
Stars: ✭ 102 (+251.72%)
Mutual labels:  self-driving-car, autonomous-vehicles

Duckietown.jl

Differentiable Duckietown simulator

Installation

This package is currently not registered. Additionally, it makes use of two more unregistered packages: GymSpaces.jl and RayTracer.jl.Hence, we first need to install them in order to install Duckietown smoothly.

julia> ]add https://github.com/kraftpunk97/GymSpaces.jl
julia> ]add https://github.com/avik-pal/RayTracer.jl
julia> ]add https://github.com/tejank10/Duckietown.jl

To Do

  • [x] Textures
  • [x] Test out all the maps
  • [x] MultiMap mode
  • [ ] Recording episode/animation
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].