Skip to content

Add Q-Learning algorithm implementation with epsilon-greedy policy an… #15129

Add Q-Learning algorithm implementation with epsilon-greedy policy an…

Add Q-Learning algorithm implementation with epsilon-greedy policy an… #15129

Triggered via pull request October 10, 2025 04:30
Status Failure
Total duration 12s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
ruff
Process completed with exit code 1.
Ruff (W292): machine_learning/q_learning.py#L177
machine_learning/q_learning.py:177:21: W292 No newline at end of file
Ruff (B007): machine_learning/q_learning.py#L157
machine_learning/q_learning.py:157:9: B007 Loop control variable `episode` not used within loop body
Ruff (I001): machine_learning/q_learning.py#L11
machine_learning/q_learning.py:11:1: I001 Import block is un-sorted or un-formatted
Ruff (W291): machine_learning/q_learning.py#L5
machine_learning/q_learning.py:5:86: W291 Trailing whitespace
Ruff (W291): machine_learning/q_learning.py#L3
machine_learning/q_learning.py:3:84: W291 Trailing whitespace
Ruff (W291): machine_learning/q_learning.py#L2
machine_learning/q_learning.py:2:80: W291 Trailing whitespace