Below, you will find answers to frequently asked questions regarding the PyRat software. They are grouped by categories to keep things organized.

Installation

PyRat does not install properly, what can I do?

Playing/customizing the game

How do I close the GUI?

  • You can just press the Esc. key;
  • End game statistics will appear in the shell once the GUI is closed.

How to run programs as quickly as possible?

  • If you want the games to be done as quickly as possible, it can be done by setting some PyRat options: synchronous=True, preprocessing_time=0 and turn_time=0;
  • Also you can disable the GUI by setting render_mode=no_rendering to save a lot more time if you do not need to visualize the game.