Re: AI controlled interactive robot
Pavel Šavara <[email protected]>
| Newsgroups | gmane.comp.java.robocode |
|---|---|
| Message-ID | <CABB+071DGzdxboJFk5wXXgjF+-peGLQJS4QoiO+ZNhhBrkHnvg@mail.gmail.com> |
Hi, to control robot from outside of the engine is probably possible if you disable security and use control API. On the other hand it, we made the robot environment isolated from outside for reason. The reason s, that by looking at snapshot data on control API you are gaining more information than robot inside the environment. (for example location of bullets) which is of course cheating to the game rules. That's why the robots are in sandbox, to enforce same rules for everyone. Pavel