Thread history

Fragment of a discussion from Talk:DrussGT/Version History
Viewing a history listing
Jump to navigation Jump to search
Time User Activity Comment
No results

Both 3.13 and 3.13DC use GoTo surfing. 3.13DC uses DC, while 3.13 uses some form of VCS. (Correct me if I am wrong)

Straw (talk)00:16, 25 December 2013

Correct :-) In the movement, to be more specific.

And considering I write a changelog, I don't see how this question is anything other than lazy at its worst.

Skilgannon (talk)08:04, 25 December 2013

I was always wondering why the best bot used VCS, DC seems much more elegant. Does it improve performance in your tests?

Straw (talk)09:05, 25 December 2013

For some reason I've never managed to get the DC to perform as well as the VCS, so it still used VCS. I remember Jdev commenting that a range search worked better for him than a KNN search in movement, so I'll be trying that next.

Skilgannon (talk)22:34, 25 December 2013

Have you tried doing something similar to your many randomized attribute buffers with kD-Trees? You could make 100 trees, each with a random subset of the predictors, then combine the results. You could even start weighting some tree's results higher if they perform better.

Straw (talk)01:36, 14 January 2014

In my mind, a tree is more heavyweight than a buffer. You need multiple buffers to begin to approximate the smoothing you get from KNN and kernel density. I use multiple trees in my surfing for the same reasons, but more on the order of 10 than 100.

Voidious (talk)02:03, 14 January 2014
 

I was running some tests over the holidays, and it seems I've improved my DC to the point where against weaker bots it is as good as VCS. However, against top bots VCS movement is still much stronger, ~15% difference on the MC2K7.

Skilgannon (talk)08:08, 14 January 2014
 

Could someone explain why averaging the results from many random trees is stronger than using a single well-tuned tree?

MN (talk)14:13, 16 January 2014
 

DC is more versatile than VCS. There is more room for improvement, but also more room to screw up. And WaveSim doesn't work with movement.

It is harder to unlock all the potential from DC in movement.

MN (talk)02:20, 14 January 2014