Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding RLlib compatible Multi-agent environment #895

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Sep 8, 2020

  1. Added Minecraft launcher

    Adrian O'Grady committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    dd617fa View commit details
    Browse the repository at this point in the history
  2. Added initial RLlib traiing script

    Adrian O'Grady committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    e8d3c84 View commit details
    Browse the repository at this point in the history
  3. Fixed info to be returned as a dict

    Adrian O'Grady committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    a7719a1 View commit details
    Browse the repository at this point in the history
  4. Added RLlib compatible multi-agent env

    Adrian O'Grady committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    bb8643d View commit details
    Browse the repository at this point in the history
  5. Moved the SyncEnv into core.py

    Adrian O'Grady committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    8fdb577 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'elpollouk/MultiAgentEnv' of https://github.com/elpollou…

    …k/malmo into elpollouk/MultiAgentEnv
    Adrian O'Grady committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    cfbb10d View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Added multi-agent training

    Adrian O'Grady committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    c09a386 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Stable RLlib training

    Adrian O'Grady committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    aab8397 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. Switching back to turn based actions

    Adrian O'Grady committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    f3d5174 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. Synchronised observations for turn based experiments

    Adrian O'Grady committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    8871515 View commit details
    Browse the repository at this point in the history
  2. Removed debug info

    Adrian O'Grady committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    590af3d View commit details
    Browse the repository at this point in the history
  3. Removed some redundant changes

    Adrian O'Grady committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    d8ccfdb View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

  1. Added automatic generation of version.properties

    Adrian O'Grady committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    25b7cdc View commit details
    Browse the repository at this point in the history