https://github.com/carla-simulator/carla
Raw File
Tip revision: 0784869d65e643423c09b626bc3f1bfd508e7b9b authored by Jacopo Bartiromo on 11 January 2022, 16:13:02 UTC
Changes to automatic_control to include imitation agent
Tip revision: 0784869
.readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

mkdocs:
  configuration: mkdocs.yml

formats: all

python:
  version: 3.7
  install:
    - requirements: Docs/requirements.txt
back to top