├── .gitignore └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | .env/ -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Algorithms-on-Carla 2 | self driving algorithms on carla platform 3 | --------------------------------------------------------------------------------