MultiAgentLearning/playground

Help wanted

Offen

#202 geöffnet am 05.03.2019

 (6 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (215 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (728 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Here are three implementations that the community would really appreciate:

  1. Add in the flames and the direction of movement to the observation: This is here because the top competitors all recreated it.

  2. Make a history function that returns all the states that this agent experienced and an ability to start from any of these states: This is here because it helps a lot with debugging agents and understanding where they are going wrong.

  3. Make a doc that details how agents move: This is here because a lot of folks ask about it and it's an imperative to understand before building an agent in earnest.

Contributor Guide