BedMaker

Jump to navigation Jump to search
Revision as of 18 July 2012 at 22:12.
The highlighted comment was edited in this revision. [diff]

Glad to see someone else enthusiastic about BedMaker. =) I also dropped Darkcanuck an email a few days ago. I'm not sure what's up - he's usually pretty responsive. Maybe a summer vacation?

Anyway, while it's not a good permanent solution, let me know if you want me to run some configurations for you and post the RoboRumble challenge files, to get you started. For instance, my current test bed is like: "400 bots that Diamond scores 60-92 against" (~top half of the rumble, bedmaker.pl -n 400 -r roborumble -ref voidious.Diamond -min 60 -max 92), and I think my next one is going to be "500 bots that Diamond scores 55 - 99 against" (ie, large random sampling of most of the rumble, excluding DrussGT and bots I score almost perfectly against).

    Voidious21:02, 17 July 2012

    Thanks!

    I'm sure it's vacation and summer stuff. No biggie. I'm really looking forward to making some test beds so that I can try out some fixes and tweaks, give them an evening/night run on my computer and see how they fare without bothering the Rumble with them.

    It's been confounding to me how often I'll make a change, test and see improvement against 8/10 bots, and see that alteration tank in the Rumble! Not to mention the time taken in manual testing. Much more fun to just code, and see the results in the morning locally.

    I've been trying to get up near CassiusClay, YersiniaPestis et. al. in Rumble score before adding on more advanced stuff like Bullet Shadows and Gun Heat Waves (both of which I've got my code in a state to pretty easily tack on, thankfully!) It's been a heck of a struggle though, and I'm fighting for every 0.1 APS it seems. Good ol' law of diminishing returns.

    If you wouldn't mind generating a challenge file for me, I'd be appreciative! How about....

    "150 bots that deBroglie rev0108 scores 57-95 against"

    That should get me a decent size test bed of bots that I'd like to see myself do much better against. There hasn't been too much churn version-to-version above the 95 percent line.. and there's been lots of churn below ~57, most of which will take more advanced work to really beat anyway.

    Feel free to tell me if you think that's a poor choice for an 'Am I helping or hurting this bot with this change' type of test bed, or if it should be bigger or smaller.

      Tkiesel01:29, 18 July 2012
       

      Sure, here you go - I made a second with the same parameters in case you hit errors with any of the bots, or they're super slow, and you want to swap some out by hand: [1] [2] One nice thing bedmaker does is copy just those bots into roboresearch/robocode_bots, so I guess you'll have to just copy your whole rumble/robots dir in there unless you want to write a script or something. =)

      That seems like a good cross-section to test general rumble performance. I hate wasting CPU cycles re-running battles with almost no variance, like bots I score 99+ against, but at the same time you have to be careful not to specialize too much on the bots you have lots of room for improvement against. I certainly haven't mastered the art of choosing test beds, but big test beds across a large section of the rumble seem pretty safe. They'll at least show you pretty quickly when you've really screwed up. =)

        Voidious01:51, 18 July 2012

        Thanks!

        How many seasons do you usually run something like this for?

          Tkiesel02:02, 18 July 2012
           

          Lately I've been running ~2000 battles, which seems accurate to within 0.05 or 0.1. That's made easier now that I can do that in 2-2.5 hours on my new machine, though - previously it was taking me 2+ hours for one season of a 250-bot test bed!

          So you'll have to feel it out for yourself as far as your bot and what changes you're making (and how patient you are =)). Like with some changes, I just want to know it's not totally screwing things up before testing it in the rumble. While tweaking parameters little by little, I have to run a lot more battles to know what's going on.

            Voidious02:06, 18 July 2012

            2000 seasons??? *brain explodes!!*

              Tkiesel02:09, 18 July 2012
               

              No no no, 2000 battles total. =) So for this test bed, like 13 seasons. My current test bed is 400 bots and I'm doing 5-6 seasons.

                Voidious02:10, 18 July 2012
                 

                Excellent! After culling a few bots that were throwing BufferedInputStream errors (seems like it was bots that like to output to the external Robocode terminal instead of their own System.out) It's cranking away.

                Is there a convenient way to view RoboResearch output for test beds this big other than copying to wiki? That results window is awfully crowded. :)

                Thanks so much for the help, Voidious!

                  Tkiesel02:43, 18 July 2012
                   

                  No problem! I don't know, my test beds are usually either so big that I only check the overall score, or so small (like my 5 worst matchups) that I can just remember the order. =) RoboResearch also has a GUI which probably has nicer output, but IIRC it puts all the scores on one line, which might be a few thousand pixels wide with 150 bots.

                    Voidious02:49, 18 July 2012
                     

                    Oh, "results window", maybe you are using the GUI? I use the command line ("CLI"), which I like, but it seems most people do prefer the GUI.

                      Voidious02:52, 18 July 2012

                      All I've got is "gui.sh" and "run.sh" and run.sh doesn't do anything.

                        Tkiesel04:38, 18 July 2012
                         

                        Okay. Hacked together a "cli.sh" using "gui.sh" as a template.

                        Problem I have now is how do I pass the challenger's name to the command line? That space between the bot name and the bot version number keeps getting me...

                        ./cli.sh -S -C challenges/debroglie1.rrc -c tjk.deBroglie rev0108 -r 35 -s 10

                        fouls up on the bot name. Using the jar file doesn't seem to work either.

                        EDIT: Nevermind. Got it. ;)

                          Tkiesel05:19, 18 July 2012
                           

                          You should be able to just put it in quotes. I have a di.sh with a commands like: java -cp bin:hsqldb.jar roboResearch.CLI -S -t 6 -c "voidious.Diamond 1.7.56.x1" di1.cfg

                            Voidious05:21, 18 July 2012

                            Quotes didn't work because quotes get a bit mangled when passing from one bash script to another. I just went ahead and called java directly. Now I have a terminal window running the RoboResearch server, and three windows each chugging away on bots. (rev108 and two changes to surf wave timing and MEA predict timing. Probably veeeery small changes there. Oh well.)

                            It's going though. Woot!

                              Tkiesel05:40, 18 July 2012
                               

                              Is it bad to run two of these simultaneously out of the same directory. The CLI is needing lots of babysitting because of stuff like

                              Thead 1: Unrecognized output from robocode, "Got an error with alex.Diabolo5: java.lang.ClassNotFoundException: alex.Diabolo5". Killing battle.

                              followed with lots of java.io.IOException stuff.

                                Tkiesel21:57, 18 July 2012
                                 

                                I'm not sure, I always run one challenge at a time with the max threads I'm willing to use ("-t 6" for 6 threads). That error does sound like they might be stepping on each other's toes.

                                  Voidious21:59, 18 July 2012

                                  Oddly enough, using the -t tag for more threads causes problems for me...

                                  (Running using server) Result for robot named "tjk.deBroglie rev0115 (2)". Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: -1 at java.lang.String.substring(String.java:1949) at roboResearch.engine.Result.<init>(Result.java:31) at roboResearch.engine.BattleResults.load(BattleResults.java:42) at roboResearch.engine.BattleResults.load(BattleResults.java:24) at roboResearch.engine.BattleRunner.run(BattleRunner.java:107) at roboResearch.CLI.run(CLI.java:94) at roboResearch.CLI.<init>(CLI.java:69) at roboResearch.CLI.main(CLI.java:38)

                                    Tkiesel22:28, 18 July 2012
                                     

                                    Hmm, weird. Well, I don't know if this is the issue, but the instructions say when you use -t, you should also start the SQL DB separately and pass -S. The command to start the DB is:

                                    java -Xmx1024M -cp hsqldb.jar org.hsqldb.Server -database.0 file:roboresearch -dbname.0 roboresearch

                                    So I do that, then run with "-S -t 6" and it works. That "tjk.deBroglie rev0115 (2)" almost seems like you have two of that bot/version in a battle against itself, though - is that the case? Not sure if I've tried that or if it would cause issues.

                                      Voidious23:39, 18 July 2012

                                      Yeah, I've got the -S flag in there. Here's the whole thing:

                                      tom@gecko ~/RoboResearch $ java -Xmx512M -cp bin:hsqldb.jar roboResearch.CLI -S -t 3 -C challenges/debroglie1.rrc -c "tjk.deBroglie rev0116" -r 35 -s 14

                                      Challenge Specifications:

                                      Challenge: deBroglierev108 150-57-95

                                      Bot: tjk.deBroglie rev0116

                                      Alias: null

                                      Rounds: 35

                                      Threads: 3

                                      Type: null

                                      Seasons: 14


                                      (Running using server)

                                      Result for robot named "tjk.deBroglie rev0116 (2)".

                                      Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: -1

                                      at java.lang.String.substring(String.java:1949)

                                      at roboResearch.engine.Result.<init>(Result.java:31)

                                      at roboResearch.engine.BattleResults.load(BattleResults.java:42)

                                      at roboResearch.engine.BattleResults.load(BattleResults.java:24)

                                      at roboResearch.engine.BattleRunner.run(BattleRunner.java:107)

                                      at roboResearch.CLI.run(CLI.java:94)

                                      at roboResearch.CLI.<init>(CLI.java:69)

                                      at roboResearch.CLI.main(CLI.java:38)

                                      Strange. I've been using the prepackaged one linked at the wiki here. Maybe I'll get the latest one via SVN and work around the build instructions that refer to nonexistent files.

                                        Tkiesel00:11, 19 July 2012