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

Only send rewards if triggered #137

Merged
merged 21 commits into from
Jul 4, 2016
Merged

Only send rewards if triggered #137

merged 21 commits into from
Jul 4, 2016

Commits on Jul 1, 2016

  1. Added dimension attribute to all reward producers.

    Tim Hutton committed Jul 1, 2016
    Configuration menu
    Copy the full SHA
    71582f6 View commit details
    Browse the repository at this point in the history
  2. Using Reward structure defined in schemas for storing rewards. Work i…

    …n progress.
    Tim Hutton committed Jul 1, 2016
    Configuration menu
    Copy the full SHA
    2372f0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e38e08 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    896ef6f View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2016

  1. Made MissionEnded final reward optional, to match behavior with other…

    … rewards. Finished add code.
    timhutton committed Jul 2, 2016
    Configuration menu
    Copy the full SHA
    b46a439 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2016

  1. Configuration menu
    Copy the full SHA
    a9c4c15 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2016

  1. Storing multidimensional rewards in TimestampedRewards, was Timestamp…

    …edFloat.
    Tim Hutton committed Jul 4, 2016
    Configuration menu
    Copy the full SHA
    4cefed9 View commit details
    Browse the repository at this point in the history
  2. Tweaked TimestampedReward API.

    Tim Hutton committed Jul 4, 2016
    Configuration menu
    Copy the full SHA
    9e11f55 View commit details
    Browse the repository at this point in the history
  3. Added conversion functions for working with TimestampedReward instanc…

    …es from different sources.
    Tim Hutton committed Jul 4, 2016
    Configuration menu
    Copy the full SHA
    3f77127 View commit details
    Browse the repository at this point in the history
  4. Handle parse errors in reward message by adding to world_state.error_…

    …messages.
    Tim Hutton committed Jul 4, 2016
    Configuration menu
    Copy the full SHA
    e5594ac View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into rewards

    Tim Hutton committed Jul 4, 2016
    Configuration menu
    Copy the full SHA
    e32be88 View commit details
    Browse the repository at this point in the history
  6. Minor: updated changelog with rewards changes.

    Tim Hutton committed Jul 4, 2016
    Configuration menu
    Copy the full SHA
    86ade07 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' into rewards

    Conflicts:
    	Minecraft/src/main/java/com/microsoft/Malmo/Client/ClientStateMachine.java
    	changelog.txt
    Tim Hutton committed Jul 4, 2016
    Configuration menu
    Copy the full SHA
    11e6703 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' into rewards

    Tim Hutton committed Jul 4, 2016
    Configuration menu
    Copy the full SHA
    99b5a28 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'master' into rewards

    Tim Hutton committed Jul 4, 2016
    Configuration menu
    Copy the full SHA
    f8209cb View commit details
    Browse the repository at this point in the history
  10. Merge branch 'master' into rewards

    Tim Hutton committed Jul 4, 2016
    Configuration menu
    Copy the full SHA
    4ce21b6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a59b5ed View commit details
    Browse the repository at this point in the history
  12. tabular_q_learning can now use the number of rewards, instead of thei…

    …r value.
    Tim Hutton committed Jul 4, 2016
    Configuration menu
    Copy the full SHA
    cebb40f View commit details
    Browse the repository at this point in the history
  13. Fix: restored mutex guard location to as before.

    Tim Hutton committed Jul 4, 2016
    Configuration menu
    Copy the full SHA
    9f845e3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e273548 View commit details
    Browse the repository at this point in the history
  15. Merge branch 'master' into rewards

    Tim Hutton committed Jul 4, 2016
    Configuration menu
    Copy the full SHA
    3f2a483 View commit details
    Browse the repository at this point in the history