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

Add sensor noise to game state #61

Open TimArnettThales opened 3 months ago

TimArnettThales commented 3 months ago

Currently the ships gets perfect information with regards to the game state. Adding noise to the game state to simulate the ships having sensors will make the game more interesting and prevent use of perfect knowledge to "solve" aspects of the game directly.