https://github.com/VikramRadhakrishnan/endless-racer-control
· scanned 2026-06-16 04:40 UTC (1 month, 2 weeks ago)
11 raw signals (0 security + 11 graph)
Last scanned 1 month, 2 weeks ago · v1 · 11 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 68 nodes from the latest scan, grouped by kind. Each node is a unit the engine identified (file, function, endpoint, table…). Most users won't need this view — it's primarily for debugging the engine's graph extraction or for AI agents that want to enumerate the project structure.
| Label | Layer | Status | Path |
|---|---|---|---|
get_manual_action |
software | healthy | controllers.py:41 |
compute_desired_offset |
software | healthy | controllers.py:72 |
move_needed |
software | dead | controllers.py:170 |
room |
software | dead | controllers.py:184 |
__init__ |
software | healthy | controllers.py:212 |
reset |
software | healthy | controllers.py:219 |
set_gains |
software | healthy | controllers.py:224 |
set_setpoint |
software | healthy | controllers.py:230 |
compute_action |
software | healthy | controllers.py:234 |
train_rl_agent |
software | healthy | controllers.py:269 |
load_rl_agent |
software | healthy | controllers.py:316 |
get_rl_action |
software | healthy | controllers.py:336 |
checkpoint_path |
software | healthy | simulation.py:47 |
__init__ |
software | healthy | simulation.py:59 |
run |
software | healthy | simulation.py:86 |
_clear |
software | healthy | simulation.py:89 |
_stop_loop |
software | healthy | simulation.py:96 |
_close_env |
software | healthy | simulation.py:101 |
_make_env |
software | healthy | simulation.py:110 |
_on_key_press |
software | healthy | simulation.py:113 |
_on_key_release |
software | healthy | simulation.py:123 |
show_main_menu |
software | healthy | simulation.py:132 |
_build_sim_screen |
software | healthy | simulation.py:174 |
_start_episode |
software | healthy | simulation.py:207 |
_update_status |
software | healthy | simulation.py:216 |
_handle_episode_end |
software | healthy | simulation.py:224 |
_common_step |
software | healthy | simulation.py:237 |
show_manual_mode |
software | dead | simulation.py:259 |
controls |
software | dead | simulation.py:289 |
_restart_manual |
software | healthy | simulation.py:275 |
_manual_loop |
software | healthy | simulation.py:280 |
show_pid_mode |
software | dead | simulation.py:288 |
_restart_pid |
software | healthy | simulation.py:310 |
_pid_loop |
software | healthy | simulation.py:315 |
show_rl_mode |
software | dead | simulation.py:329 |
_show_rl_training_config |
software | healthy | simulation.py:353 |
_start_training |
software | healthy | simulation.py:389 |
_on_step |
software | healthy | simulation.py:414 |
work |
software | dead | simulation.py:419 |
_on_training_done |
software | healthy | simulation.py:430 |
_run_rl_agent |
software | healthy | simulation.py:434 |
_restart_rl |
software | healthy | simulation.py:440 |
_rl_loop |
software | healthy | simulation.py:445 |
__init__ |
software | healthy | racer_env.py:93 |
reset |
software | healthy | racer_env.py:131 |
step |
software | healthy | racer_env.py:149 |
_spawn_obstacle |
software | healthy | racer_env.py:211 |
_advance_obstacles |
software | healthy | racer_env.py:225 |
_check_obstacle_collision |
software | healthy | racer_env.py:238 |
visible_obstacles |
software | healthy | racer_env.py:247 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
requirements.txt |
software | healthy | requirements.txt |
controllers.py |
software | healthy | controllers.py |
README.md |
software | healthy | README.md |
simulation.py |
software | healthy | simulation.py |
racer_env.py |
software | healthy | racer_env.py |
| Label | Layer | Status | Path |
|---|---|---|---|
PIDController |
software | healthy | controllers.py:197 |
RacerSimulatorApp |
software | healthy | simulation.py:56 |
ProgressCallback |
software | healthy | simulation.py:413 |
EndlessRacerEnv |
software | healthy | racer_env.py:75 |
| Label | Layer | Status | Path |
|---|---|---|---|
VikramRadhakrishnan__endless-racer-control |
software | healthy | /data/fable5_failed_archive/VikramRadhakrishnan__endless-ra… |
This page is publicly accessible at:
https://repobility.com/scan/300f60fd-5033-4e57-88bb-8c47d4dde2bd/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/300f60fd-5033-4e57-88bb-8c47d4dde2bd/
Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.