All Projects β†’ wrighteagle2d β†’ Wrighteaglebase

wrighteagle2d / Wrighteaglebase

Licence: other
WrightEagle Base Code for RoboCup Soccer Simulation 2D

Labels

Projects that are alternatives of or similar to Wrighteaglebase

football analytics
βš½πŸ“Š A collection of football analytics projects, data, and analysis by Edd Webster (@eddwebster), including a curated list of publicly available resources published by the football analytics community.
Stars: ✭ 405 (+454.79%)
Mutual labels:  soccer
Footballdata
A hodgepodge of JSON and CSV Football/Soccer data
Stars: ✭ 526 (+620.55%)
Mutual labels:  soccer
Football Cli
⚽ Command line interface for Hackers who love football
Stars: ✭ 984 (+1247.95%)
Mutual labels:  soccer
rcssserver
The RoboCup Soccer Simulator Server
Stars: ✭ 100 (+36.99%)
Mutual labels:  soccer
Football Crunching
Analysis and datasets about football (soccer)
Stars: ✭ 252 (+245.21%)
Mutual labels:  soccer
Engsoccerdata
English and European soccer results 1871-2020
Stars: ✭ 615 (+742.47%)
Mutual labels:  soccer
rsoccerlive
Live highlight updates from the https://reddit.com/r/soccer subreddit.
Stars: ✭ 14 (-80.82%)
Mutual labels:  soccer
Soccerapi
soccerapi ⚽️ , an unambitious soccer odds scraper
Stars: ✭ 52 (-28.77%)
Mutual labels:  soccer
Fifa Worldcup 2018
FIFA Worldcup 2018 - json data
Stars: ✭ 335 (+358.9%)
Mutual labels:  soccer
Golazon
Football data mnmlist way. Built with Next.js and Ruby.
Stars: ✭ 28 (-61.64%)
Mutual labels:  soccer
euro2016predictor
Soccer Matches Predictor using Machine Learning
Stars: ✭ 38 (-47.95%)
Mutual labels:  soccer
libertadores-cli
A simple CLI to get information about "Copa Libertadores" right in your terminal
Stars: ✭ 20 (-72.6%)
Mutual labels:  soccer
Open Data
Free football data from StatsBomb
Stars: ✭ 891 (+1120.55%)
Mutual labels:  soccer
regista
An R package for soccer modelling
Stars: ✭ 71 (-2.74%)
Mutual labels:  soccer
Soccergraphr
Soccer Analytics in R using OPTA data
Stars: ✭ 42 (-42.47%)
Mutual labels:  soccer
robocup-firmware
Georgia Tech RoboJackets Firmware for the RoboCup Small Size League
Stars: ✭ 22 (-69.86%)
Mutual labels:  soccer
World Cup 2018 Cli Dashboard
βš½πŸ†A World Cup 2018 CLI dashboard – Watch matches in your terminal
Stars: ✭ 529 (+624.66%)
Mutual labels:  soccer
Fifa Fut Data
Web-scraping script that writes the data of all players from FutHead and FutBin to a CSV file or a DB
Stars: ✭ 55 (-24.66%)
Mutual labels:  soccer
Epl Fantasy Geek
English Premier League 2017-18 Fantasy Stats for Geeks
Stars: ✭ 50 (-31.51%)
Mutual labels:  soccer
Datofutbol
Dato FΓΊtbol repository
Stars: ✭ 23 (-68.49%)
Mutual labels:  soccer

wrighteaglebase

Build Status

This is the code release of WrightEagleBASE, which serves as the basic framework of WrightEagle. A video from RoboCup 2015 final -- HELIOS2015 v.s. WrightEagle2015 -- is as follows.

RoboCup 2015 Final Video

Highlights

  • WrightEagle has won 6 world champions and 5 runners-up in annual RoboCup Soccer Simulation 2D competitions since 2005. Detailed historical results from 2005 to 2013 can be found as follows: data/results.png

  • WrightEagle/WrightEagleBASE is developed following the MAXQ-OP online planning algorithm for Markov Decision Processes. The MAXQ-OP task structure of the agent:
    data/wrighteagle.png

Binaries

For latest WrightEagle binaries used in RoboCup Soccer Simulation 2D competitions, please refer to: https://wrighteagle2d.github.io/

References

Researchers are encouraged to cite the following selected publications when using WrightEagleBASE/WrightEagle codes/binaries/tools/materials in research.

  • Online planning for large Markov decision processes with hierarchical decomposition, Aijun Bai, Feng Wu, and Xiaoping Chen, ACM Transactions on Intelligent Systems and Technology (ACM TIST),6(4):45:1–45:28, July 2015. [pdf] [appendix] [bib]
  • Towards a Principled Solution to Simulated Robot Soccer, Aijun Bai, Feng Wu, and Xiaoping Chen, RoboCup-2012: Robot Soccer World Cup XVI, Lecture Notes in Artificial Intelligence, Vol. 7500, Springer Verlag, Berlin, 2013. [pdf] [bib] [slides]
  • Online Planning for Large MDPs with MAXQ Decomposition (Extended Abstract), Aijun Bai, Feng Wu, and Xiaoping Chen, Proceedings of the 11th International Conference on Autonomous Agents and Multiagent Systems (AAMAS), Valencia, Spain, June 2012. [pdf] [bib] [code]
  • WrightEagle and UT Austin Villa: RoboCup 2011 Simulation League Champions, Aijun Bai, Xiaoping Chen, Patrick MacAlpine, Daniel Urieli, Samuel Barrett, and Peter Stone, RoboCup-2011: Robot Soccer World Cup XV, Lecture Notes in Artificial Intelligence, Vol. 7416, Springer Verlag, Berlin, 2012. [pdf] [code]
  • Bounded Incremental Real-Time Dynamic Programming, Changjie Fan, and Xiaoping Chen, IEEE Proceedings Frontiers in the Convergence of Bioscience and Information Technologies of 2007 (FBIT), Jeju Island, Korea, 2007. [pdf]
  • Solving Large-Scale and Sparse-Reward DEC-POMDPs with Correlation-MDPs, Feng Wu, and Xiaoping Chen, Proceedings of RoboCup Symposium 2007. Atlanta, America, July 2007. [pdf]

Videos

Install

  • sudo add-apt-repository ppa:gnurubuntu/rubuntu
  • sudo apt update
  • sudo apt install rcssserver rcssmonitor rcsslogplayer
  • git clone https://github.com/wrighteagle2d/wrighteaglebase

Compiling

  • cd wrighteaglebase
  • Run make [debug] for a debug version with debugging information and assertions
  • Run make release for a release version

Usages

A RoboCup Soccer 2D Simulator (as well as a monitor and a logplayer) is needed to run WrightEagleBASE. Please refer to https://wavepackage.wordpress.com/2013/06/07/how-to-install-the-robocup-soccer-server-2d/ and https://wavepackage.wordpress.com/2015/07/22/how-to-install-robocup-2d-simulation-server-on-ubuntu-14-04/ for installation instructions.

After installation,

  • Run rcssserver to start a soccer server which simulates the game
  • Run rcssmonitor to start a soccer monitor which is used to display the game
  • Run ./start.sh to start a team on the left side with default teamname WEBase
  • Run ./start.sh -t [TEAMNAME] to start a team on the right side with teamname [TEAMNAME]

After both teams are connected, send a KickOff command to the server by hitting Ctrl+K in the monitor to start the game!

Tutorials

Hacks

  • void Player::Run in src/Player.cpp is the main loop consisting of sensing, decision-making and executing
  • ActiveBehavior DecisionTree::Search in src/DecisionTree.cpp is the main decision-making loop
  • void Behavior*::Plan in src/Behavior*.cpp implement planning part of behaviours
  • void Behavior*::Execute in src/Behavior*.cpp implement executing part of behaviours

A good starting point to hack the team is digging into void Behavior*::Plan functions.

Related Project

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].