Releases: omarelfiki/unity-ml-drl-data
Releases · omarelfiki/unity-ml-drl-data
Final Version
Immutable
release. Only release title and notes can be modified.
What's Changed
- Hyperparameter randomization by @AlexPayn in #58
- Data Collection by @Ashour777, @AlexPayn , @ntlonggx in #60, #61, #62, #66
- Data Preprocessing by @AlexPayn & @I6400384 in #59
- Linear regression @ntlonggx in #62
- Machine Learning Prediction Algorithms by @omarelfiki & @Lorenzo-D-Coder in #65
- Cross Validation by @omarelfiki in #71, #72
- GitHub Actions Additions in #73, #75, #77
- Paths and Scripts overhaul in #68, #70
- README edits in #80, #82
- Adding final project documentation in #82, #81
Full Changelog: v2.0-phase2...v3.0-final
Phase 2 Snapshot
What's Changed
- Implement results_summary.py script. Generates MD report from CSV file by @AlexPayn in #9 & #22
- Completion of results validation automation by @Lorenzo-D-Coder in #18
- Issue #15 - Technical changes across project based on feedback by @omarelfiki in #19
- Adding Unity Headless Functionality to save training time and resourses by @ntlonggx in #23
- Adding automation to push to forked repo for global data collection by @omarelfiki in #24
- Adding Batch Training capability with seeds by @omarelfiki in #33
- Upstream Data Sync by @Ashour777 at https://github.com/Ashour777/BCS2720-project-data-collection-2025-2026
- Global JSON Backup by @omarelfiki in #53
- Dataset addition based on training runs
Full Changelog: v1.0-phase1...v2.0-phase2