Toggle navigation
Home
aima.core.agent.Action to aima.core.environment.wumpusworld.WumpusAction
No. of Instances - 17
No. of Commits - 2
No. of Projects - {'aima-java'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Other
return new WumpusResultFunction();
to
[cave]
new Grab()
to
WumpusAction.CLIMB
new Climb()
to
WumpusAction.CLIMB
new TurnLeft(state.getOrientation())
to
WumpusAction.TURN_RIGHT
new TurnRight(state.getOrientation())
to
WumpusAction.TURN_LEFT
Add or Remove Method invocation
WumpusFunctions.createResultFunction()
to
WumpusFunctions.createResultFunction(completeCave)
resultFn.apply(P11U,a).toString()
to
resultFn.apply(pos11n,WumpusAction.TURN_LEFT).toString()
resultFn.apply(P11U,a).toString()
to
resultFn.apply(pos11n,WumpusAction.TURN_RIGHT).toString()
planRoute(current,goals,safe)
to
planRouteToRooms(current,goals,safe)
planRoute(current,SetOps.intersection(unvisited,safe),safe)
to
planRouteToRooms(current,SetOps.intersection(unvisited,safe),safe)
planRoute(current,SetOps.intersection(unvisited,notUnsafe),safe)
to
planRouteToRooms(current,SetOps.intersection(unvisited,notUnsafe),safe)
planRoute(current,start,safe)
to
planRouteToRooms(current,start,safe)
Rename Variable
actionFn
to
actionsFn