Skip to content

Bemhreth/intelligent-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intelligent Agent

How to run guide ?

  • First clone the git repository

`git clone https://github.com/Bemhreth/intelligent-agent

cd intelligent-agent

mkdir build

cd build

cmake ..

  • Inside the build folder the build folder, the executable for main and libraries for the other subdirectories inside wumpus can be found.

Hence to run main, which contains excutable to see the agent play:

    ./wumpus/main/main
  • Similarly, we can run test for the world class, specifcally room class using:
    ./test/world/unittest_room
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published