MCPcopy Create free account

hub / github.com/Svalorzen/AI-Toolbox / functions

Functions1,420 in github.com/Svalorzen/AI-Toolbox

↓ 1 callersFunctiongoup
examples/MDP/cliff.cpp:34
↓ 1 callersFunctiongoup
examples/MDP/tiger_antelope.cpp:159
↓ 1 callersFunctioninitMap
src/Factored/MDP/Algorithms/SparseCooperativeQLearning.cpp:7
↓ 1 callersMethodinitNewFactor
src/Factored/Bandit/Algorithms/Utils/UCVE.cpp:107
↓ 1 callersMethodisExploiting
src/Bandit/Policies/ESRLPolicy.cpp:113
↓ 1 callersMethodisSampleBeliefEmpty
include/AIToolbox/POMDP/Algorithms/Utils/rPOMCPGraph.hpp:216
↓ 1 callersMethodisTerminal
test/MDP/DoubleQLearningTests.cpp:73
↓ 1 callersMethodisValidNewFactor
src/Factored/Bandit/Algorithms/Utils/UCVE.cpp:191
↓ 1 callersFunctionmakeEJS4
* @brief This function returns a POMDP model of the ejs4 problem. */
include/AIToolbox/POMDP/Environments/EJS4.hpp:11
↓ 1 callersFunctionmakeMiningParameters
src/Factored/Bandit/Environments/MiningProblem.cpp:137
↓ 1 callersFunctionmakeQFunction
src/Factored/MDP/Utils.cpp:11
↓ 1 callersMethodmakeResult
src/Factored/Bandit/Algorithms/Utils/UCVE.cpp:199
↓ 1 callersFunctionmakeSysAdminTorus
src/Factored/MDP/Environments/SysAdminGrid.cpp:116
↓ 1 callersFunctionmakeTigerProblem
()
examples/POMDP/tiger_door.py:118
↓ 1 callersFunctionmakeTigerProblem
examples/POMDP/tiger_door.cpp:137
↓ 1 callersFunctionmakeVEntry
* @brief This function creates and zeroes a VEntry. * * We use this instead of making a constructor to keep VEntry as an * aggregate, w
include/AIToolbox/POMDP/Utils.hpp:43
↓ 1 callersMethodmergeFactors
src/Factored/Bandit/Algorithms/Utils/UCVE.cpp:195
↓ 1 callersFunctionnonZeroStarsBars
src/Utils/Combinatorics.cpp:25
↓ 1 callersFunctionobjective
test/UtilsAdamTests.cpp:12
↓ 1 callersMethodparseMDP
src/Tools/CassandraParser.cpp:29
↓ 1 callersMethodparsePOMDP
src/Tools/CassandraParser.cpp:63
↓ 1 callersFunctionplusSubset
src/Factored/Utils/FactoredMatrix2DOps.cpp:8
↓ 1 callersMethodpopRow
src/Utils/LP/LpSolveWrapper.cpp:106
↓ 1 callersMethodpredict
src/POMDP/Algorithms/SARSOP.cpp:433
↓ 1 callersFunctionprintState
Draw the grid world. - @ represents the tiger. - A represents the antelope. Parameters ---------- coord: tuple of int
examples/MDP/tiger_antelope.py:227
↓ 1 callersFunctionprintState
This prints the state knowing it's relative to the cliff problem.
examples/MDP/cliff.cpp:52
↓ 1 callersFunctionprintState
examples/MDP/tiger_antelope.cpp:176
↓ 1 callersMethodrecommendAction
src/Bandit/Policies/T3CPolicy.cpp:54
↓ 1 callersMethodrefine
src/Factored/Utils/Trie.cpp:245
↓ 1 callersFunctionremoveFactor
src/Factored/Utils/Core.cpp:28
↓ 1 callersMethodreset
src/Utils/Polytope.cpp:413
↓ 1 callersMethodreset
src/Factored/MDP/CooperativeExperience.cpp:52
↓ 1 callersMethodreset
src/MDP/Experience.cpp:26
↓ 1 callersMethodresetTransientLearning
include/AIToolbox/MDP/Algorithms/Dyna2.hpp:267
↓ 1 callersMethodresize
src/Utils/LP/LpSolveWrapper.cpp:58
↓ 1 callersFunctionrunPrioritizedSweeping
examples/MDP/cliff.cpp:142
↓ 1 callersFunctionrunQLearning
examples/MDP/cliff.cpp:84
↓ 1 callersMethodsampleAction
include/AIToolbox/Factored/MDP/Policies/QGreedyPolicy.hpp:110
↓ 1 callersMethodsampleBelief
include/AIToolbox/POMDP/Algorithms/Utils/rPOMCPGraph.hpp:221
↓ 1 callersMethodsampleProbability
include/AIToolbox/Utils/Probability.hpp:453
↓ 1 callersMethodsampleR
include/AIToolbox/Factored/Bandit/FlattenedModel.hpp:85
↓ 1 callersMethodsampleSR
test/POMDP/rPOMCPTests.cpp:56
↓ 1 callersMethodsampleSR
test/MDP/DoubleQLearningTests.cpp:58
↓ 1 callersMethodsetInternalPolicy
include/AIToolbox/MDP/Algorithms/Dyna2.hpp:271
↓ 1 callersMethodsetQFunction
src/MDP/Algorithms/SARSAL.cpp:100
↓ 1 callersMethodsetQFunction
include/AIToolbox/MDP/Algorithms/PrioritizedSweeping.hpp:277
↓ 1 callersMethodsetRewardFunction
include/AIToolbox/MDP/Model.hpp:388
↓ 1 callersMethodsetTraces
src/MDP/Algorithms/SARSAL.cpp:58
↓ 1 callersMethodsetTransitionFunction
include/AIToolbox/MDP/Model.hpp:377
↓ 1 callersMethodsetValues
include/AIToolbox/MDP/Algorithms/Utils/PolicyEvaluation.hpp:215
↓ 1 callersFunctionset_union_inplace
include/AIToolbox/Utils/Core.hpp:288
↓ 1 callersFunctionsolve_mdp
Construct the gridworld MDP, and solve it using value iteration. Print the best found policy for sample states. Returns -------
examples/MDP/tiger_antelope.py:250
↓ 1 callersFunctionstarsBars
src/Utils/Combinatorics.cpp:17
↓ 1 callersMethodstep
src/Utils/Adam.cpp:13
↓ 1 callersMethodstepUpdateQ
include/AIToolbox/MDP/Algorithms/DynaQ.hpp:148
↓ 1 callersMethodstepUpdateQ
include/AIToolbox/MDP/Algorithms/Dyna2.hpp:218
↓ 1 callersFunctiontestGuessingGame
test/Bandit/ESRLPolicyTests.cpp:10
↓ 1 callersFunctiontestPrisonersDilemma
test/Bandit/LRPPolicyTests.cpp:10
↓ 1 callersFunctiontestRandomishGame
test/Bandit/LRPPolicyTests.cpp:47
↓ 1 callersFunctiontestRockPaperScissors
test/MDP/PGAAPPPolicyTests.cpp:12
↓ 1 callersFunctiontestRockPaperScissors
test/MDP/WoLFPolicyTests.cpp:12
↓ 1 callersFunctiontoLpSolveConstraint
src/Utils/LP/LpSolveWrapper.cpp:63
↓ 1 callersMethodupdate
src/Factored/MDP/Algorithms/Utils/CPSQueue.cpp:40
↓ 1 callersMethodupdateBeliefAndKnowledge
include/AIToolbox/POMDP/Algorithms/Utils/rPOMCPGraph.hpp:148
MethodAMDP
src/POMDP/Algorithms/AMDP.cpp:4
MethodAdam
src/Utils/Adam.cpp:4
FunctionBOOST_AUTO_TEST_CASE
test/UtilsAdamTests.cpp:21
FunctionBOOST_AUTO_TEST_CASE
test/ToolsTests.cpp:10
FunctionBOOST_AUTO_TEST_CASE
test/UtilsProbabilityTests.cpp:11
FunctionBOOST_AUTO_TEST_CASE
test/UtilsPruneTests.cpp:10
FunctionBOOST_AUTO_TEST_CASE
test/UtilsIOTests.cpp:92
FunctionBOOST_AUTO_TEST_CASE
test/UtilsCoreTests.cpp:14
FunctionBOOST_AUTO_TEST_CASE
test/Factored/UtilsTests.cpp:13
FunctionBOOST_AUTO_TEST_CASE
test/Factored/FilterMapTests.cpp:13
FunctionBOOST_AUTO_TEST_CASE
test/Factored/FactorGraphTests.cpp:15
FunctionBOOST_AUTO_TEST_CASE
test/Factored/BayesianNetworkTests.cpp:14
FunctionBOOST_AUTO_TEST_CASE
test/Factored/MDP/FactoredLPTests.cpp:15
FunctionBOOST_AUTO_TEST_CASE
test/Factored/MDP/CooperativeMaximumLikelihoodModelTests.cpp:16
FunctionBOOST_AUTO_TEST_CASE
test/Factored/MDP/LinearProgrammingTests.cpp:14
FunctionBOOST_AUTO_TEST_CASE
test/Factored/MDP/CooperativePrioritizedSweepingTests.cpp:22
FunctionBOOST_AUTO_TEST_CASE
test/Factored/MDP/SparseCooperativeQLearningTests.cpp:13
FunctionBOOST_AUTO_TEST_CASE
test/Factored/MDP/CooperativeQLearningTests.cpp:21
FunctionBOOST_AUTO_TEST_CASE
test/Factored/MDP/JointActionLearnerTests.cpp:14
FunctionBOOST_AUTO_TEST_CASE
test/Factored/MDP/CooperativeModelTests.cpp:11
FunctionBOOST_AUTO_TEST_CASE
test/Factored/MDP/CooperativeExperienceTests.cpp:17
FunctionBOOST_AUTO_TEST_CASE
test/Factored/Bandit/ModelTests.cpp:12
FunctionBOOST_AUTO_TEST_CASE
test/Factored/Bandit/MAUCEPolicyTests.cpp:15
FunctionBOOST_AUTO_TEST_CASE
test/Factored/Bandit/MultiObjectiveVariableEliminationTests.cpp:15
FunctionBOOST_AUTO_TEST_CASE
test/Factored/Bandit/VariableEliminationTests.cpp:14
FunctionBOOST_AUTO_TEST_CASE
test/Factored/Bandit/ReusingIterativeLocalSearchTests.cpp:14
FunctionBOOST_AUTO_TEST_CASE
test/Factored/Bandit/UCVETests.cpp:15
FunctionBOOST_AUTO_TEST_CASE
test/Factored/Bandit/FlattenedModelTests.cpp:13
FunctionBOOST_AUTO_TEST_CASE
test/Factored/Bandit/LocalSearchTests.cpp:14
FunctionBOOST_AUTO_TEST_CASE
test/Factored/Bandit/MaxPlusTests.cpp:21
FunctionBOOST_AUTO_TEST_CASE
test/Factored/Bandit/LLRPolicyTests.cpp:16
FunctionBOOST_AUTO_TEST_CASE
test/POMDP/AMDPTests.cpp:21
FunctionBOOST_AUTO_TEST_CASE
test/POMDP/WitnessTests.cpp:12
FunctionBOOST_AUTO_TEST_CASE
test/POMDP/IncrementalPruningTests.cpp:15
FunctionBOOST_AUTO_TEST_CASE
test/POMDP/TypesTests.cpp:13
FunctionBOOST_AUTO_TEST_CASE
test/POMDP/ModelTests.cpp:17
← previousnext →401–500 of 1,420, ranked by callers