Skip to content

puigde/TILKE

Repository files navigation

Generate Circuits with TILKE

TILKE is a python module that allows generating randomized formula circuits.

Cover Image
TILKE Circuits + racing line and velocity profile algorithm by Albert Rodas

Getting Started

Python install

Make sure you have a recent enough python install the module has been developed and validated on python 3.9

Clone the repository

git clone https://github.com/puigde/TILKE.git

Create and activate a virtual environment

For example using miniconda3 and then running
conda create -n tilke_env python=3.9
conda activate tilke_env

Setup the module

cd TILKE
pip install -e .

Tutorial

Take a look at the tutorial file