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

Doc and code updates and bug fixing #285

Merged
merged 8 commits into from
Dec 20, 2021
Merged

Doc and code updates and bug fixing #285

merged 8 commits into from
Dec 20, 2021

Commits on Jul 27, 2021

  1. fix replay mode canvas issue

    Visualize filtered actions with replay mode throws an exception because global canvas object was not used by replay loop
    ferpasri committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    42af84f View commit details
    Browse the repository at this point in the history
  2. use abstractCustomId in SimpleGuiStateGraph algorithms

    - Use the AbstractIDCustom tag (instead ConcreteID) to identify actions and states in QLearning and StateGraph algorithms
    ferpasri committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    dc6580e View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. Configuration menu
    Copy the full SHA
    d4a789a View commit details
    Browse the repository at this point in the history
  2. update docker java version to 16

    Fix #279
    openjdk-16 is the Ubuntu 20.04 LTS version
    ferpasri committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    63bbec0 View commit details
    Browse the repository at this point in the history
  3. update gradlew version and readme

    - Update gradle wrapper to 7.1.1
    - Remove old windows UIAutomation instructions from readme, and move them to wiki as advanced instructions
    ferpasri committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    7332050 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95c26f7 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

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

Commits on Dec 11, 2021

  1. fix upload-artifact and update log4j

    - Workaround for a github workflow issue that does not allow to upload 0 bytes artifacts
    - Update log4j to 2.15.0 for vulnerability reasons
    ferpasri committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    68ef14d View commit details
    Browse the repository at this point in the history