RetroArch/menu/cbs
Mathieu Poliquin 66e23fca79
New feature: Override player input with machine learning models (#17407)
* Add dummy game ai subsystem

* First working prototype of a machine learning model that can override player input

* Update README.md

* Update README.md

* Fix loading path on Windows

* Change ai override to player 2

* Added quick menu show game ai option

* Implemented Quick Menu entry for Game AI options

* Redirect debug logs to retroarch log system + properly support player override

* Added support to use framebuffer as input to the AI

* Added pixel format parameter to API

* Fix game name

* code clean-up of game_ai.cpp

* Update README.md - Windows Build

* Update README.md

* Update README.md

* Update README.md

* Update config.params.sh

turn off GAME_AI feature by default

* Fix compile error in menu_displaylist.c

* Add missing #define in menu_cbs_title.c

* Added new game_ai entry in griffin_cpp

* Remove GAME_AI entry in  msg_hash_us.c

* Fix compile error in menu_displaylist.h

* Removed GAME AI references from README.md

* Fixes coding style + add GameAI lib API header

* Convert comment to legacy + remove unused code

* Additional coding style fixes to game_ai.cpp

* Fix identation issues in game_ai.cpp

* Removed some debug code in game_ai.cpp

* Add game_ai_lib in deps

* Replace assert with retro_assert

* Update Makefile.common

* Converting game_ai from cpp to c. First step.

* Convert game_ai from CPP to C. STEP 2: add C function calls

* Convert game_ai from CPP to C. Final Step

* Added shutdown function for game ai lib

* Update game_ai_lib README

* Fix crash when loading/unloading multiple games
2025-01-21 13:05:43 +01:00
..
menu_cbs_cancel.c Get rid of some menu_driver_ctl calls 2023-05-11 05:22:17 +02:00
menu_cbs_deferred_push.c New feature: Override player input with machine learning models (#17407) 2025-01-21 13:05:43 +01:00
menu_cbs_get_value.c New feature: Override player input with machine learning models (#17407) 2025-01-21 13:05:43 +01:00
menu_cbs_info.c Header cleanups 2023-05-11 05:45:04 +02:00
menu_cbs_label.c * Use fill_pathname more 2024-12-22 20:43:54 +01:00
menu_cbs_left.c Function argument name standardization 2025-01-17 19:55:32 +01:00
menu_cbs_ok.c RGUI: 'Use This Directory' cleanup (#17450) 2025-01-21 02:02:55 +01:00
menu_cbs_right.c Function argument name standardization 2025-01-17 19:55:32 +01:00
menu_cbs_scan.c * PATH_MAX_LENGTH redefined from 4096 to 2048 2024-09-09 05:47:32 +02:00
menu_cbs_select.c Get rid of menu_entries_get_selection_buf_ptr and menu_entries_get_size 2023-05-10 05:52:52 +02:00
menu_cbs_start.c Cleanups - 2024-12-27 15:13:45 +01:00
menu_cbs_sublabel.c New feature: Override player input with machine learning models (#17407) 2025-01-21 13:05:43 +01:00
menu_cbs_title.c New feature: Override player input with machine learning models (#17407) 2025-01-21 13:05:43 +01:00