Farama-Foundation / stable-retro

Retro games for Reinforcement Learning
https://stable-retro.farama.org/
MIT License
162 stars 34 forks source link

Sega 32x emulator integration #32

Closed MatPoliquin closed 1 year ago

MatPoliquin commented 1 year ago

I integrated the Sega 32x emulator along with the Virtua Fighter 32x game, which is, to my knowledge, the first true 3D game that stable-retro supports.

I tested Virtual Fighter with the default 'nature' cnn model, and the model can beat the first opponent at default settings (exact state I tested with is included in the integration).

I updated the C++ tests and added a test rom for the 32x

I will update the docs and readme in another commit