4 min presentation in DD2438
Group 14:3
Samin Chowdhury and David Kaufmann
Approach so far
Up next…
Behaviour Trees
Pairwise Distances
Pro
Con
Attackers
Open Questions
Attackers next steps… what do you think?
Different Ideas | Pros | Cons |
Voronoi Calculate Voronoi partition to find grid-cells the attacker can reach before any opponent | Will guarantee that we can reach all cells without getting caught by opponent | Computational expensive, How to decide which field within the Voronoi region to choose? |
Some “deep” Q-Learning Learn action values from which we can infer the optimal action in each situation | We are excited to work with it, Fast querying of Q-Values, Decision in every situation if policy is good | Will policy be good?, Need to setup training environment, How to run training, What is the input and output, Changing number of agents? |
A* with smart heuristics Run A* based on grid with heuristic expressing more than distance | Could work as a heuristics approach, Could have similar benefits as Q-Learning without training difficulty, | What should we set as target position, Again are we fast enough to calculate, Can we define expressive heuristics |
Defenders
Observations
Client-Server
We experienced issues when running client server mode:
Anyone having similar issues or any hints?
Progress Status Week