Skip to content

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

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

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

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
ruff
Process completed with exit code 1.
Ruff (UP006): machine_learning/q_learning.py#L16
machine_learning/q_learning.py:16:14: UP006 Use `tuple` instead of `Tuple` for type annotation
Ruff (UP035): machine_learning/q_learning.py#L13
machine_learning/q_learning.py:13:1: UP035 `typing.Tuple` is deprecated, use `tuple` instead