MGS Markov Game Simulator

I found a really cool paper that basically benchmarks a lot of MARL algorithms using MGS, a stochastic game simulator written in Java.  This simulator is like my MALSIM except I only implemented features for repeated games not stochastic games.

Swarm of text

Can we use the Shapley idea to determine if there is a swarm on twitter based on tweets?  A swarm could be thought as a lot of retweets or a tweet with similar words.  We could find old tweet swarms characterize them and use them to predict whether certain tweets will become swarms.  I think… Continue reading Swarm of text

Twitter: @tech5py

Well I got a twitter account.  https://twitter.com/tech5py  I doubt I will ever tweet anything, but I am planning on collecting data from twitter for use in my Adv. AI class.  Cool thing is that if you google tech5py there is not a single hit!  So, if I become popular 😉 then I will have a… Continue reading Twitter: @tech5py

Published
Categorized as Web

Reinforcement Learning

Here is a nice informative PhD thesis on Reinforcement Learning.  Really does a nice job in Chapter 2.2.3 explaining the use of Boltzmann distribution and Q-values. http://www.compapp.dcu.ie/~humphrys/PhD/ch2.html

Swarms within the internet

I was wondering if I had access to the data that AddThis collects if I could identify swarming within the data using the Shapley value idea?  Might be interesting.

Github

I am going to be moving the projects that I had as zip files on google code to Github in order to centralize my source code.  Hopefully it will be easier to use.

Published
Categorized as Journal