Kirby's Dream Land: Plugin bug
Closed this issue · 2 comments
eugeneyjy commented
I noticed some bug when using the game_wrapper()
of Kirby's Dream Land.
- The
GameWrapperKirbyDreamLand().score
doesn't calculate score correctly. The digits are calculated in reverse to their location in memory. - The
GameWrapperKirbyDreamLand().game_over()
should return true iflives_left==0
, nothealth==0
. Not sure if this is intended but this cause problem when trying to use thegame_over()
function to decide the terminated state in customgymnasium.Env.step()
.
May I make a pull request regarding to the bugs?
Baekalfen commented
Yes, that looks reversed. You're welcome to submit a PR with fixes for both things