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

[rllib] Support prev_state/prev_action in rollout and fix multiagent #4565

Merged
merged 10 commits into from
Apr 10, 2019

Commits on Apr 4, 2019

  1. Configuration menu
    Copy the full SHA
    8b9be61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dac943b View commit details
    Browse the repository at this point in the history
  3. Linter.

    vladfi1 committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    35b735a View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2019

  1. appease flake8

    vladfi1 committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    ae0bc2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    578fb14 View commit details
    Browse the repository at this point in the history
  3. All agents have a policy_agent_mapping.

    Reset the mapping cache at the start of each episode.
    vladfi1 committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    8d05633 View commit details
    Browse the repository at this point in the history
  4. Update rollout.py

    ericl authored Apr 6, 2019
    Configuration menu
    Copy the full SHA
    50adcc9 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2019

  1. Configuration menu
    Copy the full SHA
    73f0167 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    486ad06 View commit details
    Browse the repository at this point in the history
  3. Use agent_id, not policy_id.

    vladfi1 committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    5fd9ef5 View commit details
    Browse the repository at this point in the history