Metadata-Version: 2.1
Name: hakuna-matata
Version: 0.0.3
Summary: A logic-based agent that plays Hunt the Wumpus
Home-page: https://github.com/lorenzleutgeb/ils
Author: Lorenz Leutgeb
Author-email: lorenz@leutgeb.xyz
License: MIT
Description: # Hakuna Matata
        
        A playing agent for "Hunt the Wumpus".
        
        ## Dependencies
        
        To install the required Python packages, run
        
        ```sh
          $ pip3 install -r src/requirements.txt
        ```
          
        ## Usage Options
        
          + `-size` allows to set the size of the generated world, as a positive integer number.
          + `-seed` allows to set the seed for the world generator, as a hexadecimal number.
          + `-world` allows to set the world specification (size, location of pits/wumpus/gold), given as an input file.
          + `-agent` allows to specify a playing agent for the current game. Possible values are: `proxy`, `perfect`, `asp`.
          + `-generate` allows to generate a world together with the score obtained by the perfect agent over it, given a base.
          + `-benchmark` allows to test an agent against a given benchmark suite.
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Education
Description-Content-Type: text/markdown
