MCPcopy Create free account

hub / github.com/WilliamLambertCN/CS188-Homework / functions

Functions2,086 in github.com/WilliamLambertCN/CS188-Homework

↓ 1 callersMethod_backward
(gradient, *inputs)
PJ5_machinelearning/nn.py:123
↓ 1 callersMethod_foodWallStr
(self, hasFood, hasWall)
PJ2_multiagent/game.py:490
↓ 1 callersMethod_foodWallStr
(self, hasFood, hasWall)
PJ3_reinforcement/game.py:491
↓ 1 callersMethod_foodWallStr
(self, hasFood, hasWall)
PJ1_search/game.py:469
↓ 1 callersMethod_foodWallStr
(self, hasFood, hasWall)
PJ4_tracking/game.py:469
↓ 1 callersMethod_forward
(*inputs)
PJ5_machinelearning/nn.py:109
↓ 1 callersMethod_getLegacyText
(self)
PJ3_reinforcement/gridworld.py:257
↓ 1 callersMethod_get_experiences
(self, test_name)
PJ3_reinforcement/util.py:46
↓ 1 callersMethod_ghostStr
(self, dir)
PJ2_multiagent/game.py:507
↓ 1 callersMethod_ghostStr
(self, dir)
PJ3_reinforcement/game.py:508
↓ 1 callersMethod_ghostStr
(self, dir)
PJ1_search/game.py:486
↓ 1 callersMethod_ghostStr
(self, dir)
PJ4_tracking/game.py:486
↓ 1 callersMethod_pacStr
(self, dir)
PJ2_multiagent/game.py:498
↓ 1 callersMethod_pacStr
(self, dir)
PJ3_reinforcement/game.py:499
↓ 1 callersMethod_pacStr
(self, dir)
PJ1_search/game.py:477
↓ 1 callersMethod_pacStr
(self, dir)
PJ4_tracking/game.py:477
↓ 1 callersMethod_softmax
(self, x)
PJ5_machinelearning/backend.py:357
↓ 1 callersMethod_unpackBits
Fills in data from a bit-level representation
PJ2_multiagent/game.py:265
↓ 1 callersMethod_unpackBits
Fills in data from a bit-level representation
PJ3_reinforcement/game.py:269
↓ 1 callersMethod_unpackBits
Fills in data from a bit-level representation
PJ1_search/game.py:255
↓ 1 callersMethod_unpackBits
Fills in data from a bit-level representation
PJ4_tracking/game.py:255
↓ 1 callersMethod_unpackInt
(self, packed, size)
PJ2_multiagent/game.py:278
↓ 1 callersMethod_unpackInt
(self, packed, size)
PJ3_reinforcement/game.py:282
↓ 1 callersMethod_unpackInt
(self, packed, size)
PJ1_search/game.py:267
↓ 1 callersMethod_unpackInt
(self, packed, size)
PJ4_tracking/game.py:267
↓ 1 callersMethodaddDiagram
(self)
PJ2_multiagent/multiagentTestClasses.py:426
↓ 1 callersMethodaddErrorHints
(self, exceptionMap, errorInstance, questionNum)
PJ2_multiagent/grading.py:158
↓ 1 callersMethodaddErrorHints
(self, exceptionMap, errorInstance, questionNum)
PJ3_reinforcement/grading.py:158
↓ 1 callersMethodaddErrorHints
(self, exceptionMap, errorInstance, questionNum)
PJ1_search/grading.py:154
↓ 1 callersMethodaddErrorHints
(self, exceptionMap, errorInstance, questionNum)
PJ4_tracking/grading.py:154
↓ 1 callersMethodaddExceptionMessage
Method to format the exception message, this is more complicated because we need to cgi.escape the traceback but wrap the exception i
PJ2_multiagent/grading.py:148
↓ 1 callersMethodaddExceptionMessage
Method to format the exception message, this is more complicated because we need to cgi.escape the traceback but wrap the exception i
PJ3_reinforcement/grading.py:148
↓ 1 callersMethodaddExceptionMessage
Method to format the exception message, this is more complicated because we need to cgi.escape the traceback but wrap the exception i
PJ1_search/grading.py:144
↓ 1 callersMethodaddExceptionMessage
Method to format the exception message, this is more complicated because we need to cgi.escape the traceback but wrap the exception i
PJ4_tracking/grading.py:144
↓ 1 callersMethodaddGhostAgent
Each ghost agent is registered separately and stored (in case they are different).
PJ4_tracking/inference.py:451
↓ 1 callersMethodaddPrereq
(self, question, prereq)
PJ2_multiagent/grading.py:52
↓ 1 callersMethodaddPrereq
(self, question, prereq)
PJ3_reinforcement/grading.py:52
↓ 1 callersMethodaddPrereq
(self, question, prereq)
PJ1_search/grading.py:52
↓ 1 callersMethodaddPrereq
(self, question, prereq)
PJ4_tracking/grading.py:52
↓ 1 callersMethodaddTestCase
(self, testCase, thunk)
PJ2_multiagent/testClasses.py:42
↓ 1 callersMethodaddTestCase
(self, testCase, thunk)
PJ3_reinforcement/testClasses.py:43
↓ 1 callersMethodaddTestCase
(self, testCase, thunk)
PJ1_search/testClasses.py:42
↓ 1 callersMethodaddTestCase
(self, testCase, thunk)
PJ4_tracking/testClasses.py:67
↓ 1 callersMethodagentCrash
(self, game, agentIndex)
PJ2_multiagent/pacman.py:318
↓ 1 callersMethodagentCrash
(self, game, agentIndex)
PJ3_reinforcement/pacman.py:318
↓ 1 callersMethodagentCrash
(self, game, agentIndex)
PJ1_search/pacman.py:305
↓ 1 callersMethodagentCrash
(self, game, agentIndex)
PJ4_tracking/pacman.py:305
↓ 1 callersMethodalpha_value
(self, gameState, cur_depth, agent_index, alpha=-1e10, beta=1e10)
PJ2_multiagent/multiAgents.py:245
↓ 1 callersMethodanimatePacman
(self, pacman, prevPacman, image)
PJ2_multiagent/graphicsDisplay.py:319
↓ 1 callersMethodanimatePacman
(self, pacman, prevPacman, image)
PJ3_reinforcement/graphicsDisplay.py:319
↓ 1 callersMethodanimatePacman
(self, pacman, prevPacman, image)
PJ1_search/graphicsDisplay.py:312
↓ 1 callersMethodanimatePacman
(self, pacman, prevPacman, image)
PJ4_tracking/graphicsDisplay.py:312
↓ 1 callersMethodargMax
Returns the key with the highest value.
PJ3_reinforcement/util.py:3792
↓ 1 callersMethodasList
(self, key=True)
PJ3_reinforcement/game.py:237
↓ 1 callersMethodbegin_q
(self, q)
PJ5_machinelearning/autograder.py:55
↓ 1 callersMethodbegin_test
(self, test_name)
PJ5_machinelearning/autograder.py:72
↓ 1 callersMethodbeta_value
min_party, search for minimums
PJ2_multiagent/multiAgents.py:258
↓ 1 callersFunctionchangeColor
(id, newColor)
PJ2_multiagent/graphicsUtils.py:245
↓ 1 callersFunctionchangeColor
(id, newColor)
PJ3_reinforcement/graphicsUtils.py:249
↓ 1 callersFunctionchangeColor
(id, newColor)
PJ1_search/graphicsUtils.py:237
↓ 1 callersFunctionchangeColor
(id, newColor)
PJ4_tracking/graphicsUtils.py:237
↓ 1 callersMethodcheckDeath
(state, agentIndex)
PJ2_multiagent/pacman.py:449
↓ 1 callersMethodcheckDeath
(state, agentIndex)
PJ3_reinforcement/pacman.py:445
↓ 1 callersMethodcheckDeath
(state, agentIndex)
PJ1_search/pacman.py:431
↓ 1 callersMethodcheckDeath
(state, agentIndex)
PJ4_tracking/busters.py:385
↓ 1 callersMethodcheckDeath
(state, agentIndex)
PJ4_tracking/pacman.py:431
↓ 1 callersMethodcheckFailure
Return +n if have n suboptimal moves. Return -1 if have only off by one depth moves. Return 0 otherwise.
PJ2_multiagent/multiagentTestClasses.py:227
↓ 1 callersMethodcheckHeuristic
(self, heuristic, problem, state, solutionCost)
PJ1_search/searchTestClasses.py:478
↓ 1 callersMethodcheckReset
(self, newBeliefs, oldBeliefs)
PJ4_tracking/trackingTestClasses.py:358
↓ 1 callersMethodcheckReset
(self, newBeliefs, oldBeliefs)
PJ4_tracking/tracking_fa18TestClasses.py:382
↓ 1 callersFunctioncheckSolution
(problem, path)
PJ1_search/searchTestClasses.py:45
↓ 1 callersFunctioncheck_dependencies
()
PJ5_machinelearning/autograder.py:237
↓ 1 callersMethodchooseAction
By default, a BustersAgent just stops. This should be overridden.
PJ4_tracking/bustersAgents.py:110
↓ 1 callersMethodclearExpandedCells
(self)
PJ2_multiagent/graphicsDisplay.py:659
↓ 1 callersMethodclearExpandedCells
(self)
PJ3_reinforcement/graphicsDisplay.py:656
↓ 1 callersMethodclearExpandedCells
(self)
PJ1_search/graphicsDisplay.py:623
↓ 1 callersMethodclearExpandedCells
(self)
PJ4_tracking/graphicsDisplay.py:622
↓ 1 callersFunctionclear_screen
(background=None)
PJ2_multiagent/graphicsUtils.py:162
↓ 1 callersFunctionclear_screen
(background=None)
PJ1_search/graphicsUtils.py:159
↓ 1 callersFunctionclear_screen
(background=None)
PJ4_tracking/graphicsUtils.py:159
↓ 1 callersFunctionclosestFood
closestFood -- this is similar to the function that we have worked on in the search project; here its all in one place
PJ3_reinforcement/featureExtractors.py:44
↓ 1 callersFunctioncolorToVector
(color)
PJ1_search/graphicsUtils.py:39
↓ 1 callersMethodcomparePrettyValues
(self, aPretty, bPretty, tolerance=0.01)
PJ3_reinforcement/reinforcementTestClasses.py:405
↓ 1 callersFunctioncomputeDistances
(layout)
PJ4_tracking/distanceCalculator.py:147
↓ 1 callersFunctioncomputePolicy
(moduleDict, grid, discount)
PJ3_reinforcement/reinforcementTestClasses.py:838
↓ 1 callersFunctionconfirmGenerate
()
PJ2_multiagent/autograder.py:90
↓ 1 callersFunctionconfirmGenerate
()
PJ3_reinforcement/autograder.py:89
↓ 1 callersFunctionconfirmGenerate
()
PJ1_search/autograder.py:88
↓ 1 callersFunctionconfirmGenerate
()
PJ4_tracking/autograder.py:97
↓ 1 callersMethodconstruct_our_pacs
(self, multiAgents, keyword_dict)
PJ2_multiagent/multiagentTestClasses.py:274
↓ 1 callersMethodconsume
(position, state)
PJ2_multiagent/pacman.py:378
↓ 1 callersMethodconsume
(position, state)
PJ3_reinforcement/pacman.py:377
↓ 1 callersMethodconsume
(position, state)
PJ1_search/pacman.py:364
↓ 1 callersMethodconsume
(position, state)
PJ4_tracking/pacman.py:364
↓ 1 callersMethodcopy
(self)
PJ3_reinforcement/gridworld.py:244
↓ 1 callersMethodcopyAgentStates
(self, agentStates)
PJ2_multiagent/game.py:427
↓ 1 callersMethodcopyAgentStates
(self, agentStates)
PJ3_reinforcement/game.py:428
↓ 1 callersMethodcopyAgentStates
(self, agentStates)
PJ1_search/game.py:413
↓ 1 callersMethodcopyAgentStates
(self, agentStates)
PJ4_tracking/game.py:413
↓ 1 callersMethodcreatePublicVersion
(self)
PJ4_tracking/testClasses.py:232
← previousnext →601–700 of 2,086, ranked by callers