8 lines
186 B
Python
8 lines
186 B
Python
|
from AimbotGym import Aimbot
|
||
|
|
||
|
ENV_PATH = "../Build-ParallelEnv/Aimbot-ParallelEnv"
|
||
|
WORKER_ID = 1
|
||
|
BASE_PORT = 2002
|
||
|
|
||
|
env = Aimbot(envPath=ENV_PATH,workerID= WORKER_ID,basePort= BASE_PORT)
|