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

Qlearning+sarsa v2.0 #1005

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

Commits on Mar 14, 2020

  1. Added a first version of Qlearning + updated rl interface

    Adrián Javaloy authored and davisking committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    650c1d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0bd6a8 View commit details
    Browse the repository at this point in the history
  3. Added test for the reinforcement learning methods and checked backwar…

    …d compability with lspi.
    adrianjav authored and davisking committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    8b241b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d20c510 View commit details
    Browse the repository at this point in the history
  5. Commented example + updated abstracts

    adrianjav authored and davisking committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    3e56eb5 View commit details
    Browse the repository at this point in the history
  6. Applied review notes

    - Improved English notes
    - Merged feature_extractor and model (now the user can choose which one to implement, offline or online model)
    - Improved training function header in qlearning and sarsa
    adrianjav authored and davisking committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    160db7d View commit details
    Browse the repository at this point in the history
  7. travis hotfix

    adrianjav authored and davisking committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    8830753 View commit details
    Browse the repository at this point in the history
  8. Revert "travis hotfix"

    This reverts commit ee5428a.
    adrianjav authored and davisking committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    c5cf9b3 View commit details
    Browse the repository at this point in the history
  9. real travis hotfix

    There was a compilation error that happened on gcc4.8.4 on travis but not in my local compiler
    adrianjav authored and davisking committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    ebc5648 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9650cd8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cade6fb View commit details
    Browse the repository at this point in the history
  12. changed uint type to int

    adrianjav authored and davisking committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    b6f1fde View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    eaa621a View commit details
    Browse the repository at this point in the history
  14. cleanup and add some tests

    davisking committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    e3f2d28 View commit details
    Browse the repository at this point in the history