Skip to content

chore: Game Theory algorithms are added #10586

chore: Game Theory algorithms are added

chore: Game Theory algorithms are added #10586

Triggered via pull request October 7, 2024 16:46
@isatyamksisatyamks
synchronize #11864
main
Status Failure
Total duration 52s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 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 (I001): game_theory/fictitious_play.py#L1
game_theory/fictitious_play.py:1:1: I001 Import block is un-sorted or un-formatted
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.