menu
- class rbgame.menu.RoboticBoardGameMenu(**agent_fn)[source]
Bases:
objectA simple menu to custom game parameters and animate the game process with these parameters.
- Parameters:
agent_fn –
Parameter - agent’s type, argument - a function with the signature
f(num_robots: int, with_battery: bool) -> BaseAgent. For example:RoboticBoardGameMenu(astar=astar_constructor, dqn=dqn_constuctor)