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

Migration to Gymnasium + bug fixes + QOL features #34

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

Commits on Mar 31, 2024

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

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    e3c20a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a81ba6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d789eb9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64379d4 View commit details
    Browse the repository at this point in the history
  5. fixed careless bug

    Moonflower2022 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    27d0ce9 View commit details
    Browse the repository at this point in the history
  6. small syntax change

    Moonflower2022 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    8ba6717 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    73dae00 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2cad05d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    32f2768 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b3e9991 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e17efa2 View commit details
    Browse the repository at this point in the history
  12. more clarification

    Moonflower2022 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    e60a02d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f6bbf1b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    04aaa9f View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    266f7fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c180a14 View commit details
    Browse the repository at this point in the history
  3. qol features

    Moonflower2022 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    ef0ae07 View commit details
    Browse the repository at this point in the history
  4. mlp models

    Moonflower2022 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    9324002 View commit details
    Browse the repository at this point in the history
  5. cnn trained models

    Moonflower2022 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    e2207b7 View commit details
    Browse the repository at this point in the history
  6. deleted old gym model

    Moonflower2022 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    507f17c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    38e066a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3595176 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    9eb95f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    026b4d0 View commit details
    Browse the repository at this point in the history
  3. more models

    Moonflower2022 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    3e3e65e View commit details
    Browse the repository at this point in the history
  4. changes for fluidity

    Moonflower2022 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    c611af5 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    2851e1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    737c3b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c46ee79 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

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

    Moonflower2022 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    853d699 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1748394 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. added cell_size and border_size as optional variables, changed cleari…

    …ng from filling screen to be all black to just drawing a black rectangle over its drawing area
    Moonflower2022 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    39a2165 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51702bc View commit details
    Browse the repository at this point in the history
  3. revamped snake logic

    Moonflower2022 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    5ff6bcd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b3b8942 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f94b25 View commit details
    Browse the repository at this point in the history
  6. logs

    Moonflower2022 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    d268a2e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    78623dc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    99ec123 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e449938 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4fc94a9 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

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

Commits on Apr 11, 2024

  1. changed score variable to fruits variable and changed draw_score func…

    …tion to be draw_info (now draws more info)
    Moonflower2022 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    3d4d219 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bd7671 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15b8e94 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea88716 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    3157b37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9edc3dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e010e53 View commit details
    Browse the repository at this point in the history
  4. another 7x7 model

    Moonflower2022 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    4ae488c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    159a37f View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. fixed display bug

    Moonflower2022 committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    1bcbcf2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f90302 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ace9a7b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f73939 View commit details
    Browse the repository at this point in the history
  5. fixed typo

    Moonflower2022 committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    ac6daad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a530757 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b82c2cb View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. made sizing consistent

    Moonflower2022 committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    38396b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bdfa57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d802509 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2692213 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc7b958 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

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