GameEnv needs the ability to reset the game to the starting state.
As part of this, it would probably make sense to allow the GameEnv to be initialized using a previous game state so we can re-run the exact same scenarios, if needed.
This would also allow us to create a "standard game state", if needed (based on the photo in the instructions).
This could also potentially tie into the "game state" that we pass back to the robot in the step function.
GameEnv needs the ability to reset the game to the starting state.
As part of this, it would probably make sense to allow the GameEnv to be initialized using a previous game state so we can re-run the exact same scenarios, if needed.
This would also allow us to create a "standard game state", if needed (based on the photo in the instructions).
This could also potentially tie into the "game state" that we pass back to the robot in the step function.