enum Object This enumerated type contains the 6 possible values for an object in the wumpus world
This enumerated type contains the 6 possible values for an object in the wumpus world. In each square the agent can find one of these objects. Here follows a short description of each possible value:
- Wall: This is an obstacle. The agent can't go through it so it will have to go around it. The cave is surrounded by walls. The only way out is to climb out at the entrance.
- Living_Wumpus: this is a wumpus that is still alive and wants to eat you.
- Dead_Wumpus: This is wumpus that has been killed by the agent's arrow. It's not dangerous but it still smells.
- Gold: The stuff the agent wants
- Pit: If the agent falls in, it's dead.
- Empty: Just a square with nothing in it.
alphabetic index hierarchy of classes
voor vragen en opmerkingen kun je een e-mailtje sturen naar: jeggermo@wi.leidenuniv.nl
generated by doc++