ThalesGroup / kessler-game

Kessler is a simulation environment loosely modeled after our internal project PsiBee and the external project Fuzzy Asteroids. The game has ships that shoot bullets at asteroids to gain score. Ships can collide with asteroids and other ships and lose lives.
https://github.com/ThalesGroup/kessler-game
Apache License 2.0
8 stars 5 forks source link

Explainability interface for text to speech output #17

Closed TimArnettThales closed 6 months ago

TimArnettThales commented 1 year ago

A text to speech output is needed for "shoutcasting" explanations of the agents' behaviors. This will be done with a text-to-speech package and an interface is needed in either the controller class or elsewhere in Kessler.

TimArnettThales commented 6 months ago

This was implemented in the associated branch but will not be a feature for main Kessler releases.