View source for Talk:Saving Gun Data

From Robowiki
Jump to navigation Jump to search

Contents

Thread titleRepliesLast modified
Help saving data?722:34, 21 December 2013

Help saving data?

I don't know java files very well, and I want to have a bot record some data for research. Whenever I try to make a file to record stuff in, robocode stops the bot. I am trying to create a file in the robot's data directory, but I must be doing something wrong. How do you specify a path to a directory in which you are allowed to write?

Straw (talk)05:33, 21 December 2013

You can use AdvancedRobot.getDataDirectory() to get the path you're allowed to write in. Alternatively, you can use AdavancedRobot.getDataFile(String filename)

To enforce the write quota, Robocode also requires that you write to the file using RobocodeFileOutputStream or RobocodeFileWriter (instead of FileOutputStream or OutputStreamWriter)

(and, as is mentioned on Saving Gun Data of course you can adjust the write quota)

Rednaxela (talk)06:18, 21 December 2013

Thanks.

Straw (talk)09:59, 21 December 2013
Edited by author.
Last edit: 22:30, 21 December 2013

Straw the write quota has to be 200 kb or below in order to roborumble P.S what data is saved P.P.S what K-D-tree are you using

Tmservo (talk)19:44, 21 December 2013

This doesn't have anything to roborumble. I'm sure Straw understands that non-default quotas only apply to one's own robocode install.

Rednaxela (talk)22:14, 21 December 2013

You do not have permission to edit this page, for the following reasons:

  • The action you have requested is limited to users in the group: Users.
  • You must confirm your email address before editing pages. Please set and validate your email address through your user preferences.

You can view and copy the source of this page.

Return to Thread:Talk:Saving Gun Data/Help saving data?/reply (5).

 

I am using a modified version of Skilgannon's kD-Tree which supports dynamic reweighting.

Straw (talk)22:29, 21 December 2013

can you open source that version

Tmservo (talk)22:34, 21 December 2013