Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
a9ac8d2
added logging and improved other features
aatirFound42 Jul 31, 2025
13c2355
added readme
aatirFound42 Jul 31, 2025
303f785
corrected the analysis scripts
aatirFound42 Aug 16, 2025
fd27138
corrected the analysis scripts
aatirFound42 Aug 16, 2025
327b468
fixed ML algorithm, loggers, timing UI, Analysis scripts, etc.
aatirFound42 Oct 2, 2025
6e3fb81
added simulation stats panel UI
aatirFound42 Oct 5, 2025
0c7b635
added proper throughput in Stats UI and corrected vehicles cleared count
aatirFound42 Oct 7, 2025
4a25619
Fix: configurd statsPanel UI for static and PPO agents
aatirFound42 Oct 8, 2025
7efc5eb
ADD: added latest scripts for statspanel with new throughput, ml agen…
aatirFound42 Oct 10, 2025
8b865de
added UIManager and StatsPanel components, and reduced intersection e…
aatirFound42 Oct 10, 2025
6305a76
FIX: restored stats panel and stats UI
aatirFound42 Dec 25, 2025
52c62f5
MERGE: merge main with bring_back_build
aatirFound42 Dec 26, 2025
1486c7a
FIX: dependancy errors and statsPanel
aatirFound42 Apr 26, 2026
fd41cc4
initial branch commit
aatirFound42 Apr 27, 2026
b7842ad
FIX: waiting queue for all legs
aatirFound42 May 2, 2026
2732d84
UPDATE: changed the reward function and environment state
aatirFound42 May 3, 2026
84b5d73
UPDATE: changed camera angle for better view
aatirFound42 May 3, 2026
0372b95
UPDATE: finalized intitial training hyperparameters and updated state…
aatirFound42 May 3, 2026
9de660e
FIX: fixed the vehicle dictionary copy element bug, and made it train…
aatirFound42 May 3, 2026
a4c2a9e
DONE: fixed bugs and successfully built Windows and Linus exe for tra…
aatirFound42 May 18, 2026
47d1bfe
chore: update gitignore and clear tracked cache files
aatirFound42 May 18, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
231 changes: 0 additions & 231 deletions .editorconfig

This file was deleted.

15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,18 @@ crashlytics-build.properties
/[Aa]ssets/[Ss]treamingAssets/aa/*
/[Aa]ssets/[Ss]treamingAssets/Runtime_Data

# =========================
# Custom IDE & Cache Additions
# =========================

# Local Language Server / CodeAssist Caches
*.lscache
*.csproj.lscache

# Modern Visual Studio Solutions
*.slnx

# VS Code & Visual Studio Workspace Settings
.vscode/
.vsconfig
.editorconfig
6 changes: 0 additions & 6 deletions .vsconfig

This file was deleted.

Loading