Skip to content

agentcontest/python-mapc2020

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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