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

Model factory #351

Open
wants to merge 31 commits into
base: main
Choose a base branch
from
Open

Model factory #351

wants to merge 31 commits into from

Commits on Jan 21, 2022

  1. corrected bug in assertion: missing self.env

    SHILOVA Alena committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    4ce9d7b View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. blacked main

    riccardodv committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    e230152 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. DQN with user set Q network

    SHILOVA Alena committed May 4, 2022
    Configuration menu
    Copy the full SHA
    8cdec6f View commit details
    Browse the repository at this point in the history
  2. newer version of rlberry

    SHILOVA Alena committed May 4, 2022
    Configuration menu
    Copy the full SHA
    25b425d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'new_main' into main

    SHILOVA Alena committed May 4, 2022
    Configuration menu
    Copy the full SHA
    1daf92f View commit details
    Browse the repository at this point in the history
  4. More details in DQN docstring about Qnet and test on changing default…

    … Qnet
    SHILOVA Alena committed May 4, 2022
    Configuration menu
    Copy the full SHA
    0a17c00 View commit details
    Browse the repository at this point in the history
  5. blacked last commit

    SHILOVA Alena committed May 4, 2022
    Configuration menu
    Copy the full SHA
    cdfe2c0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4a25e6f View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. Better docstring for DQN: explains what is str for q_net_constructor …

    …and gives shorter example when it is function
    SHILOVA Alena committed May 5, 2022
    Configuration menu
    Copy the full SHA
    1984059 View commit details
    Browse the repository at this point in the history
  2. blacked last commit

    SHILOVA Alena committed May 5, 2022
    Configuration menu
    Copy the full SHA
    57ce593 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. Merge remote-tracking branch 'upstream/main' into main

    SHILOVA Alena committed May 11, 2022
    Configuration menu
    Copy the full SHA
    e4065bb View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Merge remote-tracking branch 'upstream/main' into main

    SHILOVA Alena committed May 12, 2022
    Configuration menu
    Copy the full SHA
    bbcca1a View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Merge remote-tracking branch 'upstream/main' into main

    SHILOVA Alena committed May 13, 2022
    Configuration menu
    Copy the full SHA
    eaf6343 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Merge remote-tracking branch 'upstream/main' into main

    SHILOVA Alena committed May 16, 2022
    Configuration menu
    Copy the full SHA
    6955cfc View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Merge remote-tracking branch 'upstream/main' into main

    Alena Shilova committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    b19a54a View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Merge remote-tracking branch 'upstream/main' into main

    SHILOVA Alena committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    0e65761 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Merge remote-tracking branch 'upstream/main' into main

    SHILOVA Alena committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    abe710d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42d5271 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Merge remote-tracking branch 'upstream/main' into main

    SHILOVA Alena committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    c067475 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Merge remote-tracking branch 'upstream/main'

    SHILOVA Alena committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    e407a2f View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Merge remote-tracking branch 'upstream/main'

    SHILOVA Alena committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    1654aca View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Merge remote-tracking branch 'upstream/main' into main

    Alena Shilova committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    564b05f View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Merge remote-tracking branch 'upstream/main'

    SHILOVA Alena committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    b72c7fd View commit details
    Browse the repository at this point in the history
  2. model factory can take externally defined nn and load it from file + …

    …checks that externally defined nn is suitable for environment
    SHILOVA Alena committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    4d442c2 View commit details
    Browse the repository at this point in the history
  3. blacked

    SHILOVA Alena committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    c278e6c View commit details
    Browse the repository at this point in the history
  4. more coverage

    SHILOVA Alena committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    19b9bfd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b99188d View commit details
    Browse the repository at this point in the history
  6. blacked

    SHILOVA Alena committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    215bec5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5d1ec09 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'model_factory' of github.com:AleShi94/rlberry into mode…

    …l_factory
    SHILOVA Alena committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    925b040 View commit details
    Browse the repository at this point in the history
  9. flake 8 should be fine

    SHILOVA Alena committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    411d3ca View commit details
    Browse the repository at this point in the history