Skip to content

chore: Game Theory algorithms are added #10587

chore: Game Theory algorithms are added

chore: Game Theory algorithms are added #10587

Triggered via pull request October 7, 2024 16:47
Status Failure
Total duration 13s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Ruff (INP001): game_theory/best_response_dynamics.py#L1
game_theory/best_response_dynamics.py:1:1: INP001 File `game_theory/best_response_dynamics.py` is part of an implicit namespace package. Add an `__init__.py`.
Ruff (INP001): game_theory/fictitious_play.py#L1
game_theory/fictitious_play.py:1:1: INP001 File `game_theory/fictitious_play.py` is part of an implicit namespace package. Add an `__init__.py`.
Ruff (INP001): game_theory/minimax_algorithm.py#L1
game_theory/minimax_algorithm.py:1:1: INP001 File `game_theory/minimax_algorithm.py` is part of an implicit namespace package. Add an `__init__.py`.
Ruff (INP001): game_theory/nash_equlibrium.py#L1
game_theory/nash_equlibrium.py:1:1: INP001 File `game_theory/nash_equlibrium.py` is part of an implicit namespace package. Add an `__init__.py`.
Ruff (INP001): game_theory/shapley_value.py#L1
game_theory/shapley_value.py:1:1: INP001 File `game_theory/shapley_value.py` is part of an implicit namespace package. Add an `__init__.py`.
ruff
Process completed with exit code 1.