Skip to content

Group work repository for AIMAS course at DTU

Notifications You must be signed in to change notification settings

victorelkjaer/AIMAS18

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Artificial Intelligence & Multi Agent Systems 2018

This repo contains the work of Victor Elkjær Birk, William Frisch Møller and Daniel Thoren for the course Artificial Intelligence and multi-agent systems at DTU.

Set up git and pull the repo

  1. I'll give you collaborator access, which, most importantly, gives you pull/push access to the repo.

  2. Setup git on your machine - either with Github Desktop (recommended) or manually.

  3. At the top of the repo webpage press setup in desktop (or use terminal and git) to setup the repository on your machine. Take a note of the directory in which you place the repo.

  4. Enter your favorite Emoji or something below, then commit and push the git - verify that the changes shows up on the repo webpage.

About the authors

  • Danny mustache lvl 0
  • Victor
  • William mustache lvl over 9000

Warmup Assignment

Compile and run files (java)

  • Open a new terminal session

  • Navigate to the repo's folder 01 Warmup Assignment directory with: cd ~/Path/To/Repo/01\ Warmup\ Assignment/

  • Compile SearchClient java files with: javac searchclient/*.java

  • Run code: java -jar server.jar -l levels/SAD1.lvl -c "java -Xmx2g searchclient.SearchClient -dfs" -g 50 -t 300

  • Set parameters

    • In the example above we are using the DFS algorithm and 2GB RAM.
    • Replace -dfs- with -astar, -wastar or -greedy to change search algorithm
    • Replace -Xmx2g with another RAM setting limit or -jar

Resources

About

Group work repository for AIMAS course at DTU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published