Difference between revisions of "Oculus"
Jump to navigation
Jump to search
Dsekercioglu (talk | contribs) |
Dsekercioglu (talk | contribs) |
||
Line 13: | Line 13: | ||
| movement = [[Neural Movement]] (WS-GF) | | movement = [[Neural Movement]] (WS-GF) | ||
| released = 26.08.2017 | | released = 26.08.2017 | ||
− | | rating = | + | | rating = 55 |
− | | current_version = 1. | + | | current_version = 1.3 |
| download_link = https://www.dropbox.com/s/cxru8jou8evgnfm/dsekercioglu.Oculus_1.0.jar?dl=1 | | download_link = https://www.dropbox.com/s/cxru8jou8evgnfm/dsekercioglu.Oculus_1.0.jar?dl=1 | ||
| isOneOnOne = true | | isOneOnOne = true | ||
Line 49: | Line 49: | ||
:[[Rozu]]: predictPosition from [[Apollon]]. | :[[Rozu]]: predictPosition from [[Apollon]]. | ||
:[[Xor]]: Made me make this robot. | :[[Xor]]: Made me make this robot. | ||
− | :[[Rsalesc]]: [[Roborio]] is really close. | + | :[[Rsalesc]]: [[Roborio]] is really close which encouraged me to make a new bot. |
− | :[[Darkcanuck]]: | + | :[[Darkcanuck]]: Has shown how NNs can be useful in robocode. |
== Strategy == | == Strategy == | ||
Line 81: | Line 81: | ||
: ''[[ColdBreath]] used too much data for both gun and movement. In this bot I will be able to improve it by just adding some data.'' | : ''[[ColdBreath]] used too much data for both gun and movement. In this bot I will be able to improve it by just adding some data.'' | ||
: ''I didn't use any precise or multi-surfing stuff so I have a lot of ideas for the next updates.'' | : ''I didn't use any precise or multi-surfing stuff so I have a lot of ideas for the next updates.'' | ||
+ | : ''In [[ColdBreath]] I could just hardcode things. [[Oculus]] is much cleaner. | ||
; Can I use your code? | ; Can I use your code? | ||
− | : ''Of course everybody can use it.'' | + | : ''Of course everybody can use it. The code is very clear.'' |
; What's next for your robot? | ; What's next for your robot? | ||
: ''Passing [[SimpleBot]].'' | : ''Passing [[SimpleBot]].'' | ||
: ''Beating [[Roborio]].'' | : ''Beating [[Roborio]].'' | ||
− | |||
; Does it have any [[White Whale]]s? | ; Does it have any [[White Whale]]s? |
Revision as of 16:22, 27 August 2017
- Oculus Sub-pages:
- Version History
Oculus | |
Author(s) | Dsekercioglu |
Extends | AdvancedRobot |
Targeting | Neural Targeting (GF) |
Movement | Neural Movement (WS-GF) |
Released | 26.08.2017 |
Current Rating | 55 |
Current Version | 1.3 |
Download |
Background Information
- Bot Name
- Oculus.
- Author
- dsekercioglu
- Extends
- AdvancedRobot.
- What's special about it?
- Oculus's movement uses only 3 inputs.
- Oculus's gun uses only 4 inputs.
- I will be able to improve it easily
- It's my most original bot after Tomahawk.
- I think that it's graphics hasn't been used before.
- Great, I want to try it. Where can I download it.
- https://www.dropbox.com/s/cxru8jou8evgnfm/dsekercioglu.Oculus_1.0.jar?dl=1
- How competitive is it?
- For me it is very competitive.
- Credits
- Credits should go to:
- Rozu: predictPosition from Apollon.
- Xor: Made me make this robot.
- Rsalesc: Roborio is really close which encouraged me to make a new bot.
- Darkcanuck: Has shown how NNs can be useful in robocode.
Strategy
- How does it move?
- True Surfing
- How does it fire?
- Trying to predict the probabilities of GFs with a Neural Network.
- How does it dodge bullets?
- Trying to predict the dangers of GFs with a Neural Network.
- How does the melee strategy differ from One-on-one strategy?
- Nothing.
- How does it select a target to attack/avoid in melee?
- The first enemy it sees.
- What does it save between rounds and matches?
- NN weights.
Additional Information
- Where did you get the name?
- Eye in latin.
- Why did you make this bot?
- SimpleBot was really close to pass ColdBreath and ColdBreath was a bit too messy to improve.
- ColdBreath used too much data for both gun and movement. In this bot I will be able to improve it by just adding some data.
- I didn't use any precise or multi-surfing stuff so I have a lot of ideas for the next updates.
- In ColdBreath I could just hardcode things. Oculus is much cleaner.
- Can I use your code?
- Of course everybody can use it. The code is very clear.
- Does it have any White Whales?
- Every bot I make does really bad against Tron.
- What other robot(s) is it based on?
- None