Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Flatland Flatland
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 93
    • Issues 93
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Flatland
  • FlatlandFlatland
  • Issues
  • #25

Closed
Open
Created May 16, 2019 by Christian Eichenberger@christian_eichenberger🏸Owner

Predictor/planner API

@mlerik Agents should communicate their future plans to each other. Maybe provide only API without implementation.

As a Starter Kit we should implement:

  • Each agent predicts its simplified path --> Always taking action forward / or always shortest path
  • All predictions of all agents are stored either as set of all visited cells (coordinates, direction, timestamp) or we build a prediction object where each cells contains a set of visiting agents, their times and their directions
  • This prediction should be accessible by observation_builder and easily modified by participants of the challenge
Edited May 21, 2019 by Erik Nygren
Assignee
Assign to
Time tracking