https://github.com/carla-simulator/carla
Raw File
Tip revision: a14d1da81abf0a4823db3803dcaadbb3e6f2ea8b authored by Joel Moriana on 28 January 2021, 13:43:54 UTC
using tune.run and saving torch checkpoint
Tip revision: a14d1da
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

include("Build/CMakeLists.txt.in")

add_subdirectory("LibCarla/cmake")
back to top