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

Add MDP policy gradient #14

Merged
merged 30 commits into from
Feb 5, 2024
Merged

Commits on Dec 22, 2023

  1. adapted value iteration and q learning to latest version of Russel an…

    …d Norvig, Artificial Intelligence: A Modern Approach 4th Edition (2020)
    Fabian Konstantinidis authored and Fabian Konstantinidis committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    1f96d4d View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. ran black format

    Fabian Konstantinidis authored and Fabian Konstantinidis committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    f69cc57 View commit details
    Browse the repository at this point in the history
  2. added missing changes to tests/test_mdp_lecture_tex.py

    Fabian Konstantinidis authored and Fabian Konstantinidis committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    ebd6e8b View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    f8252d1 View commit details
    Browse the repository at this point in the history
  2. added tutorial for mdp_policy_gradient

    Fabian Konstantinidis authored and Fabian Konstantinidis committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    11bd109 View commit details
    Browse the repository at this point in the history
  3. added torch to requirements.txt

    Fabian Konstantinidis authored and Fabian Konstantinidis committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    5ee478b View commit details
    Browse the repository at this point in the history
  4. added typing List to be compatible with python <3.9

    Fabian Konstantinidis authored and Fabian Konstantinidis committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    8619ad3 View commit details
    Browse the repository at this point in the history
  5. removed comment. Now should be final

    Fabian Konstantinidis authored and Fabian Konstantinidis committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    86b153b View commit details
    Browse the repository at this point in the history
  6. added type for parameters to fix failed build checks

    Fabian Konstantinidis authored and Fabian Konstantinidis committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    0ef3d38 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Update src/behavior_generation_lecture_python/mdp/mdp.py

    Co-authored-by: Maximilian Naumann <[email protected]>
    fabikonsti and m-naumann authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    db97165 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. manually added arrow visualization from PR KIT-MRT#16

    Fabian Konstantinidis authored and Fabian Konstantinidis committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    8a4811c View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    3a54e35 View commit details
    Browse the repository at this point in the history
  2. Run isort

    m-naumann committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    3e6a15e View commit details
    Browse the repository at this point in the history
  3. Linter happiness

    m-naumann committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    d399b30 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    f98c6c2 View commit details
    Browse the repository at this point in the history
  2. added typehints

    Fabian Konstantinidis authored and Fabian Konstantinidis committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    a376a86 View commit details
    Browse the repository at this point in the history
  3. try to fix pyling error

    Fabian Konstantinidis authored and Fabian Konstantinidis committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    43db495 View commit details
    Browse the repository at this point in the history
  4. ran black

    Fabian Konstantinidis authored and Fabian Konstantinidis committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    4d4a95f View commit details
    Browse the repository at this point in the history
  5. unified torch calls

    Fabian Konstantinidis authored and Fabian Konstantinidis committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    7fb8ddc View commit details
    Browse the repository at this point in the history
  6. unified torch calls

    Fabian Konstantinidis authored and Fabian Konstantinidis committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    90f0bf0 View commit details
    Browse the repository at this point in the history
  7. ran black

    Fabian Konstantinidis authored and Fabian Konstantinidis committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    e0bb558 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Configuration menu
    Copy the full SHA
    202a2f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    394b93f View commit details
    Browse the repository at this point in the history
  3. Update to python 3.8

    m-naumann committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    3877ac7 View commit details
    Browse the repository at this point in the history
  4. Run black

    m-naumann committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    3d88f57 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f1a9fbf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b295aa View commit details
    Browse the repository at this point in the history
  7. Fix typehint for mlp

    m-naumann committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    65c31ca View commit details
    Browse the repository at this point in the history
  8. Capitalize ci.yml

    m-naumann committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    d40007a View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Merge pull request #2 from KIT-MRT/fabikonsti-mdp_policy_gradient

    Update to py3.8 and fix type hints
    fabikonsti authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    0e0847b View commit details
    Browse the repository at this point in the history