spidey121 commited on
Commit
750cd61
·
1 Parent(s): 79b8ea4

fix round 1

Browse files
env/__pycache__/attacker.cpython-312.pyc CHANGED
Binary files a/env/__pycache__/attacker.cpython-312.pyc and b/env/__pycache__/attacker.cpython-312.pyc differ
 
env/__pycache__/deception.cpython-312.pyc CHANGED
Binary files a/env/__pycache__/deception.cpython-312.pyc and b/env/__pycache__/deception.cpython-312.pyc differ
 
env/__pycache__/env.cpython-312.pyc CHANGED
Binary files a/env/__pycache__/env.cpython-312.pyc and b/env/__pycache__/env.cpython-312.pyc differ
 
inference.py CHANGED
@@ -9,9 +9,6 @@ from openai import OpenAI
9
  random.seed(42)
10
 
11
  # Start fake server
12
- from env.fake_server import run_server
13
- threading.Thread(target=run_server, daemon=True).start()
14
- time.sleep(2)
15
 
16
  from env.env import DeceptionEnv
17
  from env.attacker import simulate_attack
@@ -159,4 +156,4 @@ run_task("medium")
159
  run_task("hard")
160
 
161
  # Keep alive briefly
162
- time.sleep(120)
 
9
  random.seed(42)
10
 
11
  # Start fake server
 
 
 
12
 
13
  from env.env import DeceptionEnv
14
  from env.attacker import simulate_attack
 
156
  run_task("hard")
157
 
158
  # Keep alive briefly
159
+ time.sleep(120)