-
Notifications
You must be signed in to change notification settings - Fork 12
Labels
bugSomething isn't workingSomething isn't working
Description
When running agents I can not due to an error
Commit: aadfee9
Steps
python3 -m venv venvsource venv/bin/activatepython3 -m pip install numpypython3 -m pip install mlflowpython3 NetSecGameAgents/agents/attackers/scripted_attacker/scripted_attacker.py -h
(venv) (base) sebas@groot:~/code/aidojo/NetSecGame$ python3 NetSecGameAgents/agents/attackers/scripted_attacker/scripted_attacker.py -h
Traceback (most recent call last):
File "/home/sebas/code/aidojo/NetSecGame/NetSecGameAgents/agents/attackers/scripted_attacker/scripted_attacker.py", line 7, in <module>
from AIDojoCoordinator.game_components import Action, ActionType, IP, Network, Service, Data
ModuleNotFoundError: No module named 'AIDojoCoordinator'
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working