robocode

Java: How can I assemble/create a single instance for classification using a Weka generated model?

故事扮演 提交于 2020-01-01 19:20:15
问题 I've been searching for an answer to this for a while to no avail. First a bit of background: I'm trying to create an AI for robocode using Weka. I'm first logging the required data from a manual robot to an ARFF file, this is working as it should. This data is then processed this using Weka and a model created, I'm then saving this file. I can successfully import the model and classify a dataset that has been imported from another arff file and use the results. What I want to do now is every

Developing a Robocode type game with .Net, for a School Assignment

走远了吗. 提交于 2019-12-17 09:53:31
问题 I am currently in my final year at school, studying for a Higher National Diploma in Computer Studies, and basically in this final semester, we need to develop a Software Project, that basically incorporates a whole system. Now, what I'm thinking of doing is something along the lines of Robocode, but instead of Java, I will be doing this with the .Net Framework. What is Robocode ? For those of you don't know what Robocode is, it's basically a sort of programming game in where people develop

JGAP Robocode User Guide

眉间皱痕 提交于 2019-12-11 09:52:55
问题 I've had a look at the JGAP package from the robocode website and I have been getting problems when attempting to set it up. It seems that some of the files that are talked about are not actually in the download. For instance the line on the website says:- "MyRobot that resides in subdirectory myrobots. In the above call, Aspirant3285 is used" However the above subdirectory or robot is not in the download also when attempting to run the JAR files the error bellow is shown: "[main] WARN org

Robocode + Python

半城伤御伤魂 提交于 2019-12-10 09:45:57
问题 The question is, how do you make a robot for Robocode using Python? There seem to be two options: Robocode + Jython Robocode for .NET + Iron Python There's some info for the first, but it doesn't look very robust, and none for the latter. Step by step, anyone? 回答1: As long as your java-class extends robocode.Robot everything is recognized as robot. It doesn't matter where you put the class. 来源: https://stackoverflow.com/questions/8683501/robocode-python

Robocode + Python

爱⌒轻易说出口 提交于 2019-12-06 01:48:03
The question is, how do you make a robot for Robocode using Python? There seem to be two options: Robocode + Jython Robocode for .NET + Iron Python There's some info for the first, but it doesn't look very robust, and none for the latter. Step by step, anyone? As long as your java-class extends robocode.Robot everything is recognized as robot. It doesn't matter where you put the class. 来源: https://stackoverflow.com/questions/8683501/robocode-python

Java: How can I assemble/create a single instance for classification using a Weka generated model?

三世轮回 提交于 2019-12-04 18:46:15
I've been searching for an answer to this for a while to no avail. First a bit of background: I'm trying to create an AI for robocode using Weka. I'm first logging the required data from a manual robot to an ARFF file, this is working as it should. This data is then processed this using Weka and a model created, I'm then saving this file. I can successfully import the model and classify a dataset that has been imported from another arff file and use the results. What I want to do now is every time the game status changes is assemble an instance and classify it, to decide for example which way

Developing a Robocode type game with .Net, for a School Assignment

我是研究僧i 提交于 2019-11-27 08:56:06
I am currently in my final year at school, studying for a Higher National Diploma in Computer Studies, and basically in this final semester, we need to develop a Software Project, that basically incorporates a whole system. Now, what I'm thinking of doing is something along the lines of Robocode , but instead of Java, I will be doing this with the .Net Framework. What is Robocode ? For those of you don't know what Robocode is, it's basically a sort of programming game in where people develop their own robots using methods from the class interfaces and downloadable classes that exist, and then