Talk:CassiusClay

From Robowiki
Jump to navigation Jump to search

Serious bug in 2rho.02ma

I haven't been able to check this out but from these results it seems there is a disabled-bot problem in the latest CC:

http://darkcanuck.net/rumble/BattleDetails?game=roborumble&name=pez.rumble.CassiusClay%202rho.02ma&vs=gh.micro.GrubbmThree%200.9

The pattern seems to be when the same rr@h client runs CC the second time. Something with loading data I guess, but I didn't see it when testing. Maybe my save files have grown to big?

-- PEZ 10:28, 7 November 2011 (UTC)

Something I've noticed when running RoboResearch is that in new Robocodes the data files are shared between versions, whereas I think in old robocodes each version had its own 200k of filespace. I'm guessing you'd want to be careful when data *saving*, not loading, as that is when there will be problems. Maybe you run out of space and when you save the file it saves an empty file, which is then corrupted when it is loaded causing errors? --Skilgannon 13:14, 7 November 2011 (UTC)

Same data files between versions? That sounds really odd. Regardless, your are right about making sure the write doesn't go wrong. I will disable data saving and restoring all together for the time being and then, later when I'm done experimenting wildly, add something smarter than my current straight serializing. -- PEZ 13:37, 7 November 2011 (UTC)