tejank10 / Duckietown.jl

Differentiable Duckietown
MIT License
31 stars 5 forks source link
autonomous-vehicles differentiable-programming flux machine-learning self-driving-car simulator

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