• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Scala-Robotics-Simulator / PPS-22-srs
73%
main: 66%

Build:
Build:
LAST BUILD BRANCH: docs/final-dl-report
DEFAULT BRANCH: main
Repo Added 06 Jul 2025 06:34PM UTC
Files 126
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH feature/qlearning-obstacle-avoidance
branch: feature/qlearning-obstacle-avoidance
CHANGE BRANCH
x
Reset
  • feature/qlearning-obstacle-avoidance
  • chore/async-await
  • chore/cats-effect
  • chore/docusaurus-3.9.1
  • chore/giano-run
  • chore/grpc
  • chore/logging
  • chore/python-checks
  • ci/image-deploy
  • codex/improve-illumination-package-performance
  • doc
  • docSprint4
  • docs/exploration
  • docs/final-dl-report
  • docs/obstacle-avoidance
  • feature/agent
  • feature/architecture
  • feature/behavior
  • feature/behavior-loading
  • feature/behaviors
  • feature/collision-logic
  • feature/config-actor
  • feature/configuration-file
  • feature/configuration-gui
  • feature/configuration-gui-precompilation
  • feature/deepqlearning-exploration
  • feature/deepqlearning-obstacle-avoidance
  • feature/deepqlearning-phototaxis
  • feature/dsl-simulation
  • feature/dynamic-entities
  • feature/entity
  • feature/environment
  • feature/environment-generator
  • feature/environment-validation
  • feature/experimental-evaluation
  • feature/grid
  • feature/illumination
  • feature/light-diffusion
  • feature/light-sensor
  • feature/movement-logic
  • feature/mvc
  • feature/obstacleAvoidance
  • feature/obstacleavoidance
  • feature/pascal-case-constants
  • feature/proximity-sensor
  • feature/qlearning
  • feature/qlearning-exploration
  • feature/qlearning-phototaxis
  • feature/random-walk
  • feature/refactor-actions-actuators
  • feature/rl-client
  • feature/rl-controller
  • feature/sensor-readings-print
  • feature/simulation-engine
  • feature/simulation-gui
  • feature/staticentities
  • feature/valid-config
  • feature/validation
  • feature/yaml-configuration
  • fix/illumination-caching
  • fix/illumination-caching-inside-env
  • main
  • performance/binarysearch
  • reafactor/update-logic
  • refactor/behavior-refining
  • refactor/behaviors
  • refactor/dsl-simulation
  • refactor/env-abstract-base-class
  • refactor/environment-generation
  • refactor/gui-configuration-unification
  • refactor/illumination
  • refactor/q-learning-phototaxis
  • refactor/reproducibility
  • refactor/simulation-gui
  • refactor/simulation-view-closing
  • refactor/split-grid-dsl-tests
  • refactor/termintion-truncation
  • refactor/tweaks
  • renovate/actions-checkout-4.x
  • renovate/actions-checkout-5.0.x
  • renovate/actions-checkout-5.x
  • renovate/actions-checkout-6.0.x
  • renovate/actions-checkout-6.x
  • renovate/actions-setup-java-5.x
  • renovate/actions-setup-node-5.x
  • renovate/actions-setup-node-6.x
  • renovate/actions-setup-python-6.x
  • renovate/astral-sh-setup-uv-7.x
  • renovate/ch.epfl.scala-sbt-scalafix-0.14.x
  • renovate/ch.qos.logback-logback-classic-1.5.x
  • renovate/co.fs2-fs2-io-3.12.x
  • renovate/com.github.sbt-sbt-native-packager-1.11.x
  • renovate/com.github.sbt-sbt-unidoc-0.x
  • renovate/danysk-action-checkout-0.2.x
  • renovate/docusaurus-monorepo
  • renovate/io.circe-circe-generic-0.14.x
  • renovate/node-22.x
  • renovate/node-24.x
  • renovate/org.scalameta-sbt-scalafmt-2.5.x
  • renovate/org.scoverage-sbt-scoverage-2.4.x
  • renovate/org.scoverage-sbt-scoverage-2.x
  • renovate/org.typelevel-cats-effect-3.x
  • renovate/org.typelevel-sbt-fs2-grpc-2.x
  • renovate/org.typelevel-sbt-fs2-grpc-3.x
  • renovate/org.virtuslab-scala-yaml-0.3.x
  • renovate/org.wartremover-sbt-wartremover-3.4.x
  • renovate/patch-docusaurus-monorepo
  • renovate/patch-mdx-monorepo
  • renovate/patch-react-monorepo
  • renovate/python-3.x
  • renovate/react-monorepo
  • renovate/sbt-sbt-1.11.x
  • renovate/sbt-sbt-1.x
  • renovate/sbt-setup-sbt-1.1.x
  • renovate/scala-3.7.x
  • renovate/scalafmt-3.10.x
  • renovate/scalafmt-3.9.x
  • renovate/scalafmt-3.x
  • renovate/semantic-release-preconfigured-conventional-commits-1.1.x
  • respect-wartremover-errors
  • revert/python-checks

27 Oct 2025 11:25AM UTC coverage: 73.259% (-3.3%) from 76.593%
#802

Pull #131

github

sceredi
chore: format python
Pull Request #131: feat: q-learning implementation of obstacle avoidance

40 of 114 new or added lines in 10 files covered. (35.09%)

4 existing lines in 4 files now uncovered.

1578 of 2154 relevant lines covered (73.26%)

8.26 hits per line

Relevant lines Covered
Build:
Build:
2154 RELEVANT LINES 1578 COVERED LINES
8.26 HITS PER LINE
Source Files on feature/qlearning-obstacle-avoidance
  • Tree
  • List 121
  • Changed 10
  • Source Changed 9
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
#802 feature/qlearning-obstacle-avoidance chore: format python Pull #131 27 Oct 2025 11:29AM UTC sceredi github
73.26
#801 feature/qlearning-obstacle-avoidance chore: remove unused import Pull #131 27 Oct 2025 11:12AM UTC sceredi github
73.26
#800 feature/qlearning-obstacle-avoidance fix: maintain state across episodes with stateful reward push 27 Oct 2025 11:09AM UTC sceredi github
73.26
#799 feature/qlearning-obstacle-avoidance chore: use abstract env Pull #131 27 Oct 2025 09:53AM UTC sceredi github
73.32
#798 feature/qlearning-obstacle-avoidance chore: fix imports Pull #131 27 Oct 2025 09:39AM UTC sceredi github
73.32
#788 feature/qlearning-obstacle-avoidance Merge branch 'main' into feature/qlearning-obstacle-avoidance Pull #131 26 Oct 2025 11:20AM UTC web-flow github
73.23
#787 feature/qlearning-obstacle-avoidance chore: format python push 26 Oct 2025 11:17AM UTC sceredi github
73.32
#777 feature/qlearning-obstacle-avoidance feat: simplify actions Pull #131 25 Oct 2025 01:19PM UTC sceredi github
73.91
#776 feature/qlearning-obstacle-avoidance chore: add exponential decay Pull #131 24 Oct 2025 04:48PM UTC sceredi github
74.82
#775 feature/qlearning-obstacle-avoidance fix: wrong mapping for action Pull #131 24 Oct 2025 09:54AM UTC sceredi github
75.07
See All Builds (1047)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc