Skip to content

Experimental Python client for 2020/21 edition of the Multi-Agent Programming Contest

License

Notifications You must be signed in to change notification settings

agentcontest/python-mapc2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-mapc2020

An experimental Python client for the 2020/21 edition of the Multi-Agent Programming Contest. Used in our WESAAC 2021 short course.

Install

pip install git+https://github.com/agentcontest/python-mapc2020

Example

>>> import mapc2020
>>> agent = mapc2020.Agent.open("agentA1", "1")

>>> agent.move("n")

<Agent view>

Missing features

This library may be useful to experiment, but probably not suitable for participating in the contest just yet. It currently does not handle:

  • Simulation changes
  • Reestablishing interrupted connections
  • In-depth type-checking of percepts and messages

About

Experimental Python client for 2020/21 edition of the Multi-Agent Programming Contest

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published