Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Svalorzen/AI-Toolbox
/ functions
Functions
1,420 in github.com/Svalorzen/AI-Toolbox
⨍
Functions
1,420
◇
Types & classes
304
Method
sampleSR
* @brief This function returns a tuple containing a new state and reward, from the input state and action. */
src/Python/MDP/GenerativeModelPython.hpp:59
Method
sampleSR
include/AIToolbox/MDP/MaximumLikelihoodModel.hpp:351
Method
sampleSR
include/AIToolbox/MDP/SparseMaximumLikelihoodModel.hpp:376
Method
sampleSRs
src/Factored/MDP/CooperativeMaximumLikelihoodModel.cpp:80
Method
sampleSRs
src/Factored/MDP/CooperativeThompsonModel.cpp:89
Method
sampleSRs
src/Factored/MDP/Environments/TigerAntelope.cpp:12
Method
selectReachableBeliefs
include/AIToolbox/POMDP/Algorithms/GapMin.hpp:456
Method
setAParam
src/Bandit/Policies/ESRLPolicy.cpp:114
Method
setAParam
src/Bandit/Policies/LRPPolicy.cpp:39
Method
setAlpha
src/Utils/Adam.cpp:41
Method
setAlphaLearningRate
src/MDP/Algorithms/RLearning.cpp:22
Method
setBParam
src/Bandit/Policies/LRPPolicy.cpp:41
Method
setBeliefSize
src/POMDP/Algorithms/PBVI.cpp:21
Method
setBeliefSize
src/POMDP/Algorithms/PERSEUS.cpp:22
Method
setBeliefSize
src/POMDP/Algorithms/AMDP.cpp:28
Method
setBeliefSize
include/AIToolbox/POMDP/Algorithms/rPOMCP.hpp:387
Method
setBeliefSize
include/AIToolbox/POMDP/Algorithms/POMCP.hpp:440
Method
setBeta1
src/Utils/Adam.cpp:39
Method
setBeta2
src/Utils/Adam.cpp:40
Method
setDelta
src/POMDP/Algorithms/SARSOP.cpp:483
Method
setDeltaL
src/MDP/Policies/WoLFPolicy.cpp:79
Method
setDeltaW
src/MDP/Policies/WoLFPolicy.cpp:71
Method
setDiscount
src/Factored/MDP/CooperativeMaximumLikelihoodModel.cpp:167
Method
setDiscount
src/Factored/MDP/CooperativeThompsonModel.cpp:176
Method
setDiscount
src/Factored/MDP/Algorithms/CooperativeQLearning.cpp:72
Method
setDiscount
src/Factored/MDP/Algorithms/SparseCooperativeQLearning.cpp:73
Method
setDiscount
src/Factored/MDP/Algorithms/JointActionLearner.cpp:64
Method
setDiscount
src/MDP/Algorithms/ExpectedSARSA.cpp:26
Method
setDiscount
src/MDP/Algorithms/SARSAL.cpp:69
Method
setDiscount
src/MDP/Algorithms/SARSA.cpp:22
Method
setDiscount
src/MDP/Algorithms/HystereticQLearning.cpp:34
Method
setDiscount
src/MDP/Algorithms/DoubleQLearning.cpp:34
Method
setDiscount
src/MDP/Algorithms/QLearning.cpp:22
Method
setDiscount
src/MDP/Algorithms/Utils/OffPolicyTemplate.cpp:68
Method
setDiscount
include/AIToolbox/MDP/MaximumLikelihoodModel.hpp:288
Method
setDiscount
include/AIToolbox/MDP/ThompsonModel.hpp:246
Method
setDiscount
include/AIToolbox/MDP/SparseMaximumLikelihoodModel.hpp:300
Method
setEntropyBuckets
src/POMDP/Algorithms/AMDP.cpp:32
Method
setEpsilon
include/AIToolbox/EpsilonPolicyInterface.hpp:140
Method
setEpsilon
include/AIToolbox/MDP/Algorithms/Utils/OffPolicyTemplate.hpp:411
Method
setExploration
include/AIToolbox/POMDP/Algorithms/rPOMCP.hpp:397
Method
setExploration
include/AIToolbox/POMDP/Algorithms/POMCP.hpp:450
Method
setExploration
include/AIToolbox/MDP/Algorithms/MCTS.hpp:344
Method
setExplorationPhases
src/Bandit/Policies/ESRLPolicy.cpp:118
Method
setForceResetAction
src/Factored/Bandit/Algorithms/Utils/ReusingIterativeLocalSearch.cpp:82
Method
setHorizon
src/POMDP/Algorithms/PBVI.cpp:17
Method
setHorizon
src/POMDP/Algorithms/PERSEUS.cpp:18
Method
setHorizon
src/POMDP/Algorithms/BlindStrategies.cpp:15
Method
setHorizon
src/POMDP/Algorithms/FastInformedBound.cpp:15
Method
setHorizon
src/POMDP/Algorithms/Witness.cpp:8
Method
setHorizon
src/POMDP/Algorithms/IncrementalPruning.cpp:10
Method
setHorizon
src/POMDP/Algorithms/LinearSupport.cpp:16
Method
setHorizon
src/MDP/Algorithms/ValueIteration.cpp:15
Method
setHorizon
src/MDP/Algorithms/PolicyIteration.cpp:15
Method
setHorizon
include/AIToolbox/MDP/Algorithms/Utils/PolicyEvaluation.hpp:210
Method
setInitialTolerance
src/POMDP/Algorithms/GapMin.cpp:12
Method
setIterations
src/Factored/Bandit/Algorithms/Utils/MaxPlus.cpp:208
Method
setIterations
include/AIToolbox/POMDP/Algorithms/rPOMCP.hpp:392
Method
setIterations
include/AIToolbox/POMDP/Algorithms/POMCP.hpp:445
Method
setIterations
include/AIToolbox/MDP/Algorithms/MCTS.hpp:338
Method
setLambda
src/MDP/Algorithms/SARSAL.cpp:77
Method
setLambda
* @brief This function sets the new lambda parameter. * * The lambda parameter must be >= 0.0 and <= 1.0, otherwise the
include/AIToolbox/MDP/Algorithms/QL.hpp:111
Method
setLambda
* @brief This function sets the new lambda parameter. * * The lambda parameter must be >= 0.0 and <= 1.0, otherwise the
include/AIToolbox/MDP/Algorithms/RetraceL.hpp:42
Method
setLambda
* @brief This function sets the new lambda parameter. * * The lambda parameter must be >= 0.0 and <= 1.0, otherwise the
include/AIToolbox/MDP/Algorithms/RetraceL.hpp:109
Method
setLambda
* @brief This function sets the new lambda parameter. * * The lambda parameter must be >= 0.0 and <= 1.0, otherwise the
include/AIToolbox/MDP/Algorithms/TreeBackupL.hpp:42
Method
setLambda
* @brief This function sets the new lambda parameter. * * The lambda parameter must be >= 0.0 and <= 1.0, otherwise the
include/AIToolbox/MDP/Algorithms/TreeBackupL.hpp:107
Method
setLearningRate
src/Factored/MDP/Algorithms/CooperativeQLearning.cpp:67
Method
setLearningRate
src/Factored/MDP/Algorithms/SparseCooperativeQLearning.cpp:66
Method
setLearningRate
src/Factored/MDP/Algorithms/JointActionLearner.cpp:62
Method
setLearningRate
src/MDP/Algorithms/ExpectedSARSA.cpp:19
Method
setLearningRate
src/MDP/Algorithms/SARSAL.cpp:62
Method
setLearningRate
src/MDP/Algorithms/DoubleQLearning.cpp:27
Method
setLearningRate
src/MDP/Algorithms/QLearning.cpp:15
Method
setLearningRate
src/MDP/Algorithms/Utils/OffPolicyTemplate.cpp:61
Method
setLearningRate
src/MDP/Policies/PGAAPPPolicy.cpp:47
Method
setLearningRate
include/AIToolbox/MDP/Algorithms/DynaQ.hpp:185
Method
setM2Matrix
src/MDP/SparseExperience.cpp:53
Method
setM2Matrix
include/AIToolbox/MDP/SparseExperience.hpp:307
Method
setM2Matrix
include/AIToolbox/MDP/Experience.hpp:289
Function
setMatrix2DItem
src/Python/Types.cpp:31
Method
setN
include/AIToolbox/MDP/Algorithms/PrioritizedSweeping.hpp:241
Method
setNegativeLearningRate
src/MDP/Algorithms/HystereticQLearning.cpp:27
Method
setObservationFunction
include/AIToolbox/POMDP/SparseModel.hpp:347
Method
setPermanentLambda
include/AIToolbox/MDP/Algorithms/Dyna2.hpp:307
Method
setPositiveLearningRate
src/MDP/Algorithms/HystereticQLearning.cpp:20
Method
setPrecisionDigits
src/POMDP/Algorithms/GapMin.cpp:21
Method
setPredictionLength
src/MDP/Policies/PGAAPPPolicy.cpp:56
Method
setQFunction
src/Factored/MDP/Algorithms/CooperativeQLearning.cpp:77
Method
setQFunction
src/MDP/Algorithms/DoubleQLearning.cpp:47
Method
setQFunction
src/MDP/Algorithms/RLearning.cpp:42
Method
setQFunction
src/MDP/Algorithms/QLearning.cpp:33
Method
setQFunction
src/MDP/Algorithms/Utils/OffPolicyTemplate.cpp:87
Method
setQFunction
include/AIToolbox/Factored/MDP/Algorithms/CooperativePrioritizedSweeping.hpp:291
Method
setQueueThreshold
include/AIToolbox/MDP/Algorithms/PrioritizedSweeping.hpp:251
Method
setRandomizeFactorProbability
src/Factored/Bandit/Algorithms/Utils/ReusingIterativeLocalSearch.cpp:76
Method
setResetActionProbability
src/Factored/Bandit/Algorithms/Utils/ReusingIterativeLocalSearch.cpp:73
Method
setRewardFunction
include/AIToolbox/MDP/SparseModel.hpp:434
Method
setRewardMatrix
src/MDP/SparseExperience.cpp:49
Method
setRewardMatrix
include/AIToolbox/MDP/SparseExperience.hpp:295
Method
setRewardMatrix
include/AIToolbox/MDP/Experience.hpp:282
← previous
next →
1,201–1,300 of 1,420, ranked by callers