Skip to content

Error running agents #289

@eldraco

Description

@eldraco

When running agents I can not due to an error

Commit: aadfee9

Steps

  • python3 -m venv venv
  • source venv/bin/activate
  • python3 -m pip install numpy
  • python3 -m pip install mlflow
  • python3 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 working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions