Probabilistic Logic and Monty hall game

we realize that there is another case we should deal with and which is an example of strategic thinking.

we realize that there is another case we should deal with and which is an example of strategic thinking.
People: Andres Perea
Practical and Theoretical problems in every chapter.

Given a search space, apply search and find the solution quickly and make sure that solution is optimal. i.e, both look up cost and execution cost must be minimum.
Brute force procedure
BritishMuseum (){
}
Branch&Bound(){
}
GeneralisedBranch&Bound(){
}
Dijkstra’s Alg(){
}
A*(){
// heuristic fun f(n) = g(n) + h(n)
//g(n) =known cost of path found from S to n
//h(n) = Estimated cost of path from n to G
}
PropagateImprovement(m){
}
Admissibility of A*
Assumptions:
Board Games:
Convention of game trees

In above figure, Max has found
Reinforcement learning (RL) in Soar allows agents to alter behavior over time by
dynamically changing numerical indifferent preferences in procedural memory in response
to a reward signal.
This learning mechanism contrasts starkly with chunking. Whereas
chunking is a one-shot form of learning that increases agent execution performance by
summarizing sub-goal results, RL is an incremental form of learning that probabilistically
alters agent behavior.
Many people say that the games, bridge and Euchre are very similar to each other and if you like to play one than you will more than likely enjoy playing the other as well.
Bridge:
Euchre:
Not many games are as methodical as Bridge, and this makes many Bridge players fanatical in their dedication to the game. The game developed from Whist, and in particular a variant called Russian Whist. Computer bridge players though not yet challenging to Experts but they has a real time explanation of what bids mean as well as an extensive help file, so is ideal for beginners and experts.
wolrdbridge.org – World Bridge Federation
acbl.org – the American Contract Bridge League
Cats at Cards – how to play Contract Bridge
Bridge Winners – great information on all things Bridge
Bridge+ this is a great French Bridge Site
Fifth Chair Bridge Foundation for those who need another chair!
Karen’s Bridge Library – well worth a look
The House Of Cards – a great resource for all card games
Wikipedia – the classic resource
Cats at Cards – a very good manual on Euchre rules
The House Of Cards – great Euchre resource
Pagat – a terrific site for lots of card game rules
Euchre – There Is No Other Card Game site
Championship Euchre – for PalmOS PDA’s
DFS
BFS
Best first search
Hill climbing
branch and bound
A* Search.
AO* Search / Goal Tree Search.
in each of the above we will be discussing space complexity and time complexity and main purpose of algorithm.
These days in pursuit of certainty, I have made many many academic gurus online and offline, directly and indirectly, through textbooks or Moocs or live class rooms here at IITM.
So these knowledge i have been gaining must pen down …else due to my bounded resources and capabilities, i am highly prone to forgetfulness .
Few courses i have taken at IIT
AI: Artificial Intelligence By Prof. Deepak Khemani
NLP: Natural Language Processing By Prof. Sutanu Chakraborthy
FunDaS: Algorithmic foundations of Data Science By Prof. John Augustine
CA: Computer Architecture By Prof.Chandra shekar
MCCS: Mathematical Concepts for Computer Science By Prof. Raghavendra rao and Prof. Jayalal sharma
ADSA: Advanced Data Structures and Algorithms by Prof. John Augustine and Prof. Meghana Nasre
APL: Advanced Programming Lab by Prof. John Augustine and Prof. Meghana Nasre
KRR: Knowledge Representation and Reasoning. by Prof. Deepak Khemani
PnCS: Planning and Constraint Satisfaction by Prof.Deepak Khemani and Prof. Narayana Swami.
TAO: Theory and Applications of Ontologies by Prof.Sreenivas Kumar.
MBR: Memory Based Reasoning in AI.by Prof. Sutanu Chakraborthy.
Few Courses online
Society of Mind by Prof.Marvin Minsky.
Artificial Intelligence by Patrick Winston.
Intro to Logic by M.Genesereth
General Game Playing by M.Genesereth
Game Theory by
NLP by Jurafsky
Algorithmic Game Theory
what is Epistemic Logic and reasoning