Skip to content

Instantly share code, notes, and snippets.

View k4ntz's full-sized avatar

Quentin Delfosse k4ntz

View GitHub Profile
@k4ntz
k4ntz / rtpt_axample.py
Created July 13, 2021 08:44
How to use the rtpt module
from rtpt import RTPT
import random
import time
# Create RTPT object
rtpt = RTPT(name_initials='QD', experiment_name='TestingRTPT', max_iterations=10)
# Start the RTPT tracking
rtpt.start()