docwza / sumolights

SUMO adaptive traffic signal control - DQN, DDPG, Webster's, Max-pressure, Self-Organizing Traffic Lights

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Barrier

zzchuman opened this issue · comments

Hello,
I am reading your code and papers. And I have a question. In your distprocs.py, you define a method and a class. In the function, you first use the Barrier. I have search the Barrier. Are you use the threading or Barrier class?
Best wishes!