Sunday, September 30, 2012

Lance Armstrong, Doping, and the Rules of Sport

I'm not a person who follows any sports as a fan, so I tend to come at issues like drug use in professional sports as a bit of an outsider. The recent controversy with Lance Armstrong being stripped of his Tour De France titles got me thinking about several aspects of professional sport that bother me.

Let me say up front that I think Armstrong probably is guilty of doping, and that I don't think he should have his titles taken from him. Contradictory? Read on!

The Joy of Pissing Into a Container

The first point of concern here is the rampant use of, not drugs, but drug testing in sports. It's just accepted as a standard thing these days, but taking frequent drugs tests is kind of demeaning and humiliating. Whether it's urine samples or blood tests, it's still a violation of your person and it has the implication that you are being treated as guilty until proven innocent, both things that shouldn't be taken lightly.

I'm not necessarily saying that drug testing shouldn't be done at all in sports (though I probably am saying that), but I do think that when you subject athletes to hundreds of drug tests, as Armstrong has been, then at the very least you should be willing to stand behind those tests and accept them as valid. If Armstrong can pass hundreds of drug tests over his career with flying colours and then still have things like this doping issue come up years later, then we're basically saying that not only are athletes being demeaned regularly at the time they compete, but on top of that they will still be accused of cheating afterwards anyway, basically giving them the worst of both worlds.

Who Won the Tour De France Then?

Various top cyclists have claimed that 'everyone' at the highest levels of professional competitive cycling dopes or uses drugs of some sort. This is in fact part of the argument against Armstrong; that he can't possibly have been beating all of these other cyclists who were doping unless he was too.

If this level of cheating is really happening, then who do you even call the winner in the Tours De France that Armstrong won? Everyone passed their drug tests, so who was the best performer in each event that you can confidently say didn't cheat?

Who Sets the Rules?

When 'everyone' at the highest levels of a sport is cheating, is it really cheating? Various organizations make the rules for each sport, and decide which substances are allowed and which are banned. But who really is in the best position to decide what is okay? If most of the top athletes in any sport are doing something, then I think that's a very strong argument that what they are doing is not wrong, and that the rules are out of date. These are the actual people dedicating their lives to the pursuit of some pointless, arbitrary activity, and if they don't feel that taking some particular substance diminishes the 'purity' of that activity, then shouldn't this more or less be the definition of what that sport is? I would apply the same reasoning to changing rules in a sport too.

Which Enhancements are Okay?

Over time we continue to make advances in nutrition and technology, and these things impact on sports. Better cycles, aerodynamic helmets and clothing, all of these things can improve a person's performance. A better diet, supplementation with protein, vitamins, all sorts of substances can also improve a person's performance. It's a very grey and muddy area deciding which things should be acceptable and which shouldn't. Do you care if your favourite athlete is taking steroids? EPO? Creatine? Cold and flu tablets? Pain killers? Caffeine? Multivitamins? Protein shakes?

If a competing athlete has, say, a naturally high testosterone level, would you have a problem with other athletes taking supplements that boosted their testosterone to the exact same level? In the not too distant future gene therapy will make it possible to enhance our bodies at the genetic level, giving us all sorts of performance enhancement possibilities that will be totally undetectable. At that point, people will either need to figure out what the purpose of competitive sports actually is, or pine for the good old days when people just did blood doping and steroids!

Saturday, September 22, 2012

God the Game Developer

Countless volumes have been written contemplating the nature of God. People much smarter than me have invented all kinds of intricate logical reasoning to explain why he does what he does, and doesn't do what he doesn't do.

The problem, of course, is that if you start with faulty premises, no matter how clever your reasoning is from that point, it's all basically wasted effort. The most obvious faulty premise here is that a god must exist. Sure, it's possible that some supernatural being exists and is the direct cause of our universe, but without evidence it is pure speculation. It certainly shouldn't be treated as an axiom!

What I find more interesting, though, is the persistence of attributes that are frequently assigned to god, and then used as further premises on which to base even more pointless philosophical speculation. Coming up with explanations for questions such as, "If God is good, why does he let bad things happen to good people", is a complete waste of time if the premise "God is good" is wrong, yet very smart people persist in doing exactly this.

The most common attributes people like to gift God with are:
  • Omniscience (all knowing)
  • Omnipotence (all powerful)
  • Omnipresence (is everywhere)
  • Omnibenevolence (all good)
I'll ignore the philosophical debates about precisely how you define each of these terms, and just go with what should be reasonable, intuitive definitions. What I'm curious about is why people have always assigned these attributes to God.

My best guess is that people tend to assume that any being capable of bringing an entire universe into existence must be extremely powerful, and these attributes seem reasonable ones to expect that being to have. Omnibenevolence is a bit of an exception though, since I think it's probably easier to argue that the universe was created by a malevolent being, given the overall amount of suffering experienced by so many living things on Earth.

However, now that we have the ability to create worlds of our own, via computer simulation, I think we can look at the nature of God a little differently. Games developers are well aware of our own limitations when it comes to interacting with the worlds we create, and so in what follows I will look at each of the traits mentioned above from the point of view of the game developer and his creation.

Omniscience


In theory, we can gather any information we want from a game world. We control all of the data. We can pause the simulation at will and collect whatever we want, giving us the seeming ability to know everything. The problem is that it's not always a straightforward thing to do to gather all the relevant pieces of information, analyze them, and then output them in a way that is useful and intuitive.

The other problem is that each act of data gathering and interpretation needs to be an active choice. We can only know the things that we've thought to look for. If there's something really interesting happening somewhere in the game world but we didn't know to look for it, we will miss it.

Omnipotence


It seems fairly obvious that we can manipulate the worlds that we create. We usually give ourselves the ability to do things like spawn objects into the world, move things around, maybe even change the state of a creatures 'brain' to make it behave differently. If we want to do something novel that we didn't give ourselves the ability to do already, we can usually add these abilities in as needed (Especially if we're using Runtime Compiled C++!)

What we can't do is things that we don't have the skill/knowledge/ability to figure out how to do. For example, if your AI uses neural networks to store its knowledge and representation of the world, where facts are not stored as discrete pieces of information, but rather distributed across multiple link and node weights, good luck figuring out how to manipulate that in a deliberate way to achieve a specific result, without getting a whole heap of unintended side effects.

So power is limited by the intelligence and skill of the person, and this then limits exactly what powers we can wield in a simulation.
 

Omnipresence


We can pause a simulation and look anywhere at anything, but to actually look everywhere at everything? That takes a lot of effort, which is a big deal, even if time were not a factor, because just as most people can't memorize the entire contents of a book, being able to look at everything in a game world and remember what you've seen in any useful way is not a given thing.

Also, when looking at things, we run into the problem of scale. If you look at, say, a forest in the real world, whether you're looking at the scale of the trees, the insects, the microbes, or the atoms, there are very different things to observe. Being able to be everywhere and see everything on every scale is a pretty tall order, and in the end, like omniscience, it comes down to looking for specific things, and writing the tools to see those things. But if we don't think to look for something, we're going to miss it.
 

Omnibenevolence


It would certainly be possible to be kind and caring towards the creatures in your simulated world. If your world involves some creatures killing other creatures you've got a tougher problem of explaining the way you set up your world as 'kind' or 'good' or 'just', but this is hardly a problem unique to simulated worlds.

What is interesting, though, is that in so many of the game worlds that we create, if there is a way to be an asshole, some people will try it. There is a reason that so many games have morality systems and allow good and evil choices. This is true whether you're playing a character in the world or take on the role of master controller in a god simulation game.

The point is that, even if you can formulate a consistent definition of goodness and the world you've created allows for this, there is no reason to see this as any kind of requirement. It's simply just one possible way you could control the world, but it doesn't seem any more likely than being an evil god, or an indifferent one, or a mischievous one.


Final Thoughts


I don't know if other people find discussions like this interesting, but hopefully I've inspired some other games developers to think a bit about our relationship with the worlds that we create. If the creatures in those worlds could ponder the nature of their creator, what would they think of us, based on the things we do and the way we treat them? Right now we don't have any real ethical issues to worry about because our created worlds are not that sophisticated, but if we one day reach the point that the creatures in these worlds start appearing to exhibit something like self awareness, we will have to take these issues seriously, and it will be a very interesting time.