Difference between revisions of "User talk:Jlm0924"

From Robowiki
Jump to navigation Jump to search
(FuturePosition & HawkOnFire?)
Line 19: Line 19:
  
 
Hey, haven't look at the source yet, but is this robot use FuturePosition library from Abert and HawkOnFire movement from rozu? &raquo; <span style="font-size:0.9em;color:darkgreen;">[[User:Nat|Nat]] | [[User_talk:Nat|Talk]]</span> &raquo; 03:20, 26 May 2009 (UTC)
 
Hey, haven't look at the source yet, but is this robot use FuturePosition library from Abert and HawkOnFire movement from rozu? &raquo; <span style="font-size:0.9em;color:darkgreen;">[[User:Nat|Nat]] | [[User_talk:Nat|Talk]]</span> &raquo; 03:20, 26 May 2009 (UTC)
 +
 +
Hey Nat, I've been attempting to use Alberts prediction to add  wave surfing results into a minimum risk type movement.  (unsuccessfully so far) I'm hoping robocode vr 1.7.2  bug fixes help. hawkOnFire's movement was a influence and reference when making Demonics initial movement. Though Demonics  movement has grown 10 times the size of hawks entire bot (at least) Hawk is a strong Melee bot. I wouldn't be surprised if Hawk out moves Demonic with head on targeting :) -justin
 +
 +
Thanks Voidious, I'll make sure 1.1 doesnt have same issue.. -justin

Revision as of 22:01, 27 May 2009

Care to introduce yourself? » Nat | Talk » 08:20, 28 April 2009 (UTC)

Hi Justin - I saw you entered a new Melee bot and got afraid, so I went to check its scores and saw a bunch of very low scores from me. It's because my clients are 1.5.4. I'm getting this error:

justin.DemonicRage 1.0: Throwable: java.lang.NoSuchMethodError: justin.Module.getGraphics()Ljava/awt/Graphics2D;
java.lang.NoSuchMethodError: justin.Module.getGraphics()Ljava/awt/Graphics2D;
    at justin.movement.MovSim.futurePos(MovSim.java:70)
    at justin.movement.MovSim.futurePos(MovSim.java:43)
    at justin.movement.MovSim.futurePos(MovSim.java:37)
    at justin.movement.Hawk.move(Hawk.java:136)
    at justin.Module.executeBehavior(Module.java:96)
    at justin.Module.run(Module.java:83)
    at robocode.peer.RobotPeer.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:619)

I should just update my clients, as this happened with another bot recently. But as of now, 1.5.4 is still allowed for Darkcanuck/RRServer, so there's nothing stopping others from running it and hitting this problem. I've stopped my clients for now and will update them, so if you want to re-post as 1.0b, you can get the "real" scores for it... Sorry about that. Also, I want to know about your bots - post some details! =) --Voidious 22:38, 25 May 2009 (UTC)

Also, it looks like you must have the wrong participants URL in your MeleeRumble client. I'm seeing a bunch of battles for 1v1-only bots in the MeleeRumble that came from your client... I've updated my clients and tested DemonicRage, so whenever your re-post it, you'll have my clients contributing battles. --Voidious 00:33, 26 May 2009 (UTC)

Hey, haven't look at the source yet, but is this robot use FuturePosition library from Abert and HawkOnFire movement from rozu? » Nat | Talk » 03:20, 26 May 2009 (UTC)

Hey Nat, I've been attempting to use Alberts prediction to add wave surfing results into a minimum risk type movement. (unsuccessfully so far) I'm hoping robocode vr 1.7.2 bug fixes help. hawkOnFire's movement was a influence and reference when making Demonics initial movement. Though Demonics movement has grown 10 times the size of hawks entire bot (at least) Hawk is a strong Melee bot. I wouldn't be surprised if Hawk out moves Demonic with head on targeting :) -justin

Thanks Voidious, I'll make sure 1.1 doesnt have same issue.. -justin