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

feat: internal update for v0.2.0 #73

Merged
merged 368 commits into from
Mar 17, 2023
Merged
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    9c6e043 View commit details
    Browse the repository at this point in the history
  2. test: refactor test suite by using fixtures and conftest.py

    Daniel Luo authored and Coac committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    4389f30 View commit details
    Browse the repository at this point in the history
  3. refactor(binpack): remove pandas dependency

    Cemlyn Waters authored and Coac committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    e0fb5ec View commit details
    Browse the repository at this point in the history
  4. fix: support python 3.7

    clement-bonnet authored and Coac committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    61f69bb View commit details
    Browse the repository at this point in the history
  5. docs: general update

    alaterre authored and Coac committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    034b899 View commit details
    Browse the repository at this point in the history
  6. feat(Snake): implement render method

    clement-bonnet authored and Coac committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    d42950a View commit details
    Browse the repository at this point in the history
  7. docs(connect4): update connect 4 docstrings

    djbyrne authored and Coac committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    e6867f6 View commit details
    Browse the repository at this point in the history
  8. feat(anakin): create anakin notebook with snake

    Laurence Midgley authored and Coac committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    1ed2bc4 View commit details
    Browse the repository at this point in the history
  9. doc(wrappers): user guide wrappers

    Cemlyn Waters authored and Coac committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    c537dc1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5a09933 View commit details
    Browse the repository at this point in the history
  11. docs(routing): updated class docstrings

    djbyrne authored and Coac committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    487d476 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. docs(binpack): updated docs for binpacking

    djbyrne authored and Coac committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    5bcbc32 View commit details
    Browse the repository at this point in the history
  2. refactor(pre-commit): move flake8 config and mypy config to pyproject…

    ….toml file
    Cemlyn Waters authored and Coac committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    1d2cd7e View commit details
    Browse the repository at this point in the history
  3. feat(JumanjiEnvironmentToGymEnv): create gym wrapper for Jumanji envi…

    …ronment
    Daniel Luo authored and Coac committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    d48bca4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    10e4d95 View commit details
    Browse the repository at this point in the history
  5. fix(snake): close figure so it doesn't get rendered (instadeepai#47)

    Co-authored-by: laurence <[email protected]>
    lollcat and laurence committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    3c8d1e8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fe00491 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    20c0f74 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ebe963c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    99d91a3 View commit details
    Browse the repository at this point in the history
  10. Removed PyVirtualDisplay and disabled SDL for tests. (instadeepai#63)

    Co-authored-by: Cemlyn Waters <[email protected]>
    cemlyn007 and Cemlyn Waters committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    d1dce11 View commit details
    Browse the repository at this point in the history
  11. docs: added user guide to jumanji to gym (instadeepai#62)

    Co-authored-by: Donal Byrne <[email protected]>
    Co-authored-by: Clément Bonnet <[email protected]>
    3 people committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    b35706a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    138b2e3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0bc7faa View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. docs: update source install instructions

    djbyrne authored and alaterre committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    dc9ee58 View commit details
    Browse the repository at this point in the history
  2. chore: fix white spaces

    djbyrne authored and alaterre committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    4405ffc View commit details
    Browse the repository at this point in the history
  3. test: moved wrapper tests to wrapper

    djbyrne authored and alaterre committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    507391e View commit details
    Browse the repository at this point in the history
  4. tests: added make_environment_spec test

    djbyrne authored and alaterre committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    223180a View commit details
    Browse the repository at this point in the history
  5. fix: test type returns for env_tests.py

    djbyrne authored and alaterre committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    96a1844 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6ab90bb View commit details
    Browse the repository at this point in the history
  7. docs: mkdocs display wrapper user guide (instadeepai#76)

    Co-authored-by: Cemlyn Waters <[email protected]>
    cemlyn007 and Cemlyn Waters committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    3fbb7aa View commit details
    Browse the repository at this point in the history
  8. fix: integral -> integer (instadeepai#78)

    Co-authored-by: laurence <[email protected]>
    lollcat and laurence committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    d1b0362 View commit details
    Browse the repository at this point in the history
  9. refactor(TimeStep): move extras into TimeStep (instadeepai#51)

    Co-authored-by: Daniel Luo <[email protected]>
    Co-authored-by: Donal Byrne <[email protected]>
    Co-authored-by: Clément Bonnet <[email protected]>
    4 people committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    511e7b3 View commit details
    Browse the repository at this point in the history
  10. feat(binpack): implement binpack render method (instadeepai#65)

    Co-authored-by: Cemlyn Waters <[email protected]>
    Co-authored-by: Donal Byrne <[email protected]>
    Co-authored-by: Alex Laterre <[email protected]>
    Co-authored-by: laurence <[email protected]>
    5 people committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    5b55b6f View commit details
    Browse the repository at this point in the history
  11. refactor: renamed simple instance generator to toy instance generator (

    …instadeepai#77)
    
    Co-authored-by: Cemlyn Waters <[email protected]>
    cemlyn007 and Cemlyn Waters committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    21a920a View commit details
    Browse the repository at this point in the history
  12. 71 refactor remove deprecated features (instadeepai#80)

    Co-authored-by: Cemlyn Waters <[email protected]>
    cemlyn007 and Cemlyn Waters committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    11a4a08 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. 28 feat(spec): implement multi dimensional discrete array spec (insta…

    …deepai#74)
    
    Co-authored-by: laurence <[email protected]>
    Co-authored-by: Clément Bonnet <[email protected]>
    3 people committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    d08660f View commit details
    Browse the repository at this point in the history
  2. fix(JumanjiToGymWrapper): conversion of nested observations (instadee…

    …pai#81)
    
    Co-authored-by: Daniel Luo <[email protected]>
    Co-authored-by: Laurence Midgley <[email protected]>
    Co-authored-by: Clément Bonnet <[email protected]>
    4 people committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    be1d5d5 View commit details
    Browse the repository at this point in the history
  3. docs: added jumanji to gym to user guide (instadeepai#87)

    Co-authored-by: Clément Bonnet <[email protected]>
    cemlyn007 and clement-bonnet committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    7431f5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4783090 View commit details
    Browse the repository at this point in the history
  5. docs: update authors list (instadeepai#83)

    Co-authored-by: Donal Byrne <[email protected]>
    djbyrne and djbyrne committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    fdef9b8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d0c2649 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Configuration menu
    Copy the full SHA
    81c2535 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30e2db9 View commit details
    Browse the repository at this point in the history
  3. fix(mypy): ensure pre-commit run --all-files runs all mypy checks (in…

    …stadeepai#85)
    
    Co-authored-by: Daniel Luo <[email protected]>
    dluo96 and Daniel Luo committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    7a5c4e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5175c79 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a284c3d View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. refactor: move envs into games or combinatorial_optimization folders (i…

    …nstadeepai#57)
    
    Co-authored-by: Donal Byrne <[email protected]>
    Co-authored-by: Clément Bonnet <[email protected]>
    3 people committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    e1a112d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    619d4e1 View commit details
    Browse the repository at this point in the history
  3. docs(binpack): first draft of binpack readme (instadeepai#49)

    Co-authored-by: Donal Byrne <[email protected]>
    Co-authored-by: Laurence Midgley <[email protected]>
    Co-authored-by: Clément Bonnet <[email protected]>
    Co-authored-by: Daniel <[email protected]>
    5 people committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    c6fcc61 View commit details
    Browse the repository at this point in the history
  4. fix: paths to snake image (instadeepai#110)

    Co-authored-by: Donal Byrne <[email protected]>
    djbyrne and djbyrne committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    af899af View commit details
    Browse the repository at this point in the history
  5. docs: add example with scan and vmap to the readme (instadeepai#100)

    Co-authored-by: laurence <[email protected]>
    Co-authored-by: alaterre <[email protected]>
    3 people committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    0eb9600 View commit details
    Browse the repository at this point in the history
  6. ci: rename workflow to test and linters (instadeepai#116)

    Co-authored-by: alaterre <[email protected]>
    Coac and alaterre committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    ba3edf5 View commit details
    Browse the repository at this point in the history
  7. feat: updated inits for root and envs (instadeepai#111)

    Co-authored-by: Donal Byrne <[email protected]>
    djbyrne and djbyrne committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    5c38cc0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    820249f View commit details
    Browse the repository at this point in the history
  9. fix: register envs with new folder structure (instadeepai#118)

    Co-authored-by: laurence <[email protected]>
    lollcat and laurence committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    a5c374e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e567ee4 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. docs: matplotlib backends (instadeepai#120)

    Co-authored-by: Alex Laterre <[email protected]>
    cemlyn007 and alaterre committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    8633352 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    798d538 View commit details
    Browse the repository at this point in the history
  3. feat: move env to root (instadeepai#126)

    Co-authored-by: Donal Byrne <[email protected]>
    djbyrne and djbyrne committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    527f445 View commit details
    Browse the repository at this point in the history
  4. docs: readme db review (instadeepai#132)

    Co-authored-by: Donal Byrne <[email protected]>
    Co-authored-by: Alex Laterre <[email protected]>
    Co-authored-by: Laurence Midgley <[email protected]>
    Co-authored-by: Daniel <[email protected]>
    Co-authored-by: alaterre <[email protected]>
    6 people committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    6ed9980 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    39d024a View commit details
    Browse the repository at this point in the history
  6. docs(mkdocs): improve autogenerated documentation for GitHub Pages (i…

    …nstadeepai#106)
    
    Co-authored-by: Daniel Luo <[email protected]>
    Co-authored-by: Cemlyn <[email protected]>
    Co-authored-by: Donal Byrne <[email protected]>
    Co-authored-by: alaterre <[email protected]>
    5 people committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    9e084bd View commit details
    Browse the repository at this point in the history
  7. docs: typo in extras in readme (instadeepai#138)

    Co-authored-by: Clément Bonnet <[email protected]>
    clement-bonnet and clement-bonnet committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    b19190a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    63478f5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    15644d5 View commit details
    Browse the repository at this point in the history
  10. docs: typos in readme (instadeepai#141)

    Co-authored-by: Clément Bonnet <[email protected]>
    clement-bonnet and clement-bonnet committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    1c44258 View commit details
    Browse the repository at this point in the history
  11. docs: update to readme (instadeepai#142)

    Co-authored-by: Clément Bonnet <[email protected]>
    clement-bonnet and clement-bonnet committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    c135c51 View commit details
    Browse the repository at this point in the history
  12. feat(binpack): implement environment logic (instadeepai#69)

    Co-authored-by: Clément Bonnet <[email protected]>
    Co-authored-by: Alex Laterre <[email protected]>
    Co-authored-by: Donal Byrne <[email protected]>
    4 people committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    8575956 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Configuration menu
    Copy the full SHA
    1d5bf34 View commit details
    Browse the repository at this point in the history
  2. feat: update with CPU option (instadeepai#146)

    Co-authored-by: laurence <[email protected]>
    lollcat and laurence committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    231c53b View commit details
    Browse the repository at this point in the history
  3. docs: improve documentation in repo (instadeepai#149)

    Co-authored-by: Daniel Luo <[email protected]>
    Co-authored-by: Laurence Midgley <[email protected]>
    Co-authored-by: Donal Byrne <[email protected]>
    Co-authored-by: Alex Laterre <[email protected]>
    5 people committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    b3eb1e5 View commit details
    Browse the repository at this point in the history
  4. fix: rendering for colab (instadeepai#128)

    Co-authored-by: Daniel <[email protected]>
    Co-authored-by: Laurence Midgley <[email protected]>
    3 people committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    d76c84d View commit details
    Browse the repository at this point in the history
  5. docs: review README (instadeepai#150)

    Co-authored-by: Clément Bonnet <[email protected]>
    Co-authored-by: Clément Bonnet <[email protected]>
    Co-authored-by: Alex Laterre <[email protected]>
    Co-authored-by: Donal Byrne <[email protected]>
    Co-authored-by: Daniel <[email protected]>
    6 people committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    445ce50 View commit details
    Browse the repository at this point in the history
  6. ci(runners): use self-hosted runners on GitHub Actions (instadeepai#155)

    Co-authored-by: Daniel Luo <[email protected]>
    dluo96 and Daniel Luo committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    aa3544e View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. 156 feat autoreset wrapper binpack (instadeepai#157)

    Co-authored-by: laurence <[email protected]>
    Co-authored-by: Clément Bonnet <[email protected]>
    3 people committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    9770cc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c5ede7 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. colab: add pip install (instadeepai#161)

    Co-authored-by: laurence <[email protected]>
    lollcat and laurence committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    5bf0ac4 View commit details
    Browse the repository at this point in the history
  2. fix: colab link (instadeepai#164)

    Co-authored-by: laurence <[email protected]>
    lollcat and laurence committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    fd3f856 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d40d1a1 View commit details
    Browse the repository at this point in the history
  4. fix: gym test remove call to start (instadeepai#166)

    Co-authored-by: Clément Bonnet <[email protected]>
    clement-bonnet and clement-bonnet committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    ab97772 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    226f48d View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. feat: merge public (instadeepai#169)

    Co-authored-by: Clément Bonnet <[email protected]>
    Co-authored-by: Clément Bonnet <[email protected]>
    Co-authored-by: Laurence Midgley <[email protected]>
    Co-authored-by: laurence <[email protected]>
    Co-authored-by: Jeroen Van Goey <[email protected]>
    Co-authored-by: Cemlyn <[email protected]>
    Co-authored-by: Daniel <[email protected]>
    Co-authored-by: S Ashwin <[email protected]>
    Co-authored-by: surana01 <[email protected]>
    10 people committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    d114b7d View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

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

Commits on Nov 24, 2022

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

Commits on Nov 25, 2022

  1. Configuration menu
    Copy the full SHA
    cf66f2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03d4754 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. feat: environment tutorial notebook (instadeepai#202)

    Co-authored-by: Donal Byrne <[email protected]>
    clement-bonnet and djbyrne committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    09212b5 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

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

Commits on Jan 3, 2023

  1. Configuration menu
    Copy the full SHA
    a12e730 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    512838e View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

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

Commits on Jan 5, 2023

  1. Configuration menu
    Copy the full SHA
    635f32b View commit details
    Browse the repository at this point in the history
  2. feat: merge jumanji-v.0.1.4 (instadeepai#229)

    Co-authored-by: alaterre <[email protected]>
    Co-authored-by: Alex Laterre <[email protected]>
    Co-authored-by: Laurence Midgley <[email protected]>
    Co-authored-by: laurence <[email protected]>
    Co-authored-by: Jeroen Van Goey <[email protected]>
    Co-authored-by: Cemlyn <[email protected]>
    Co-authored-by: Daniel <[email protected]>
    Co-authored-by: S Ashwin <[email protected]>
    Co-authored-by: surana01 <[email protected]>
    Co-authored-by: Cyprien <[email protected]>
    11 people committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    5eb05e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd200bc View commit details
    Browse the repository at this point in the history
  4. feat: implement RubiksCube environment (instadeepai#210)

    Signed-off-by: TristanKalloniatis <[email protected]>
    Co-authored-by: tristankalloniatis <[email protected]>
    TristanKalloniatis and tristankalloniatis committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    b33589a View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Configuration menu
    Copy the full SHA
    361ac97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0297466 View commit details
    Browse the repository at this point in the history
  3. feat: rubik's cube nits (instadeepai#234)

    Co-authored-by: tristankalloniatis <[email protected]>
    TristanKalloniatis and tristankalloniatis committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    5b8e782 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    449126f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d57ed2e View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Configuration menu
    Copy the full SHA
    9ec8565 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83a93fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa4372f View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. feat(training): implement a2c (#253)

    Co-authored-by: Donal Byrne <[email protected]>
    clement-bonnet and djbyrne committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    78e5dfd View commit details
    Browse the repository at this point in the history
  2. feat(training): actor-critic networks for encoder-decoder architectur…

    …e (#256)
    
    Co-authored-by: Donal Byrne <[email protected]>
    clement-bonnet and djbyrne committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    d3340bf View commit details
    Browse the repository at this point in the history
  3. docs: added more conditions to the new env checklist (#246)

    Co-authored-by: Donal Byrne <[email protected]>
    Co-authored-by: Clément Bonnet <[email protected]>
    3 people committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    399100a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4801e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c90436a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1cc2074 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    584adbf View commit details
    Browse the repository at this point in the history
  8. feat(jobshop): implement step method (#247)

    Co-authored-by: Clément Bonnet <[email protected]>
    dluo96 and clement-bonnet committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    84cc296 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Configuration menu
    Copy the full SHA
    971fc68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71661eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2965dd6 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. feat: rubik/minesweeper inspired cleanup (#265)

    Co-authored-by: tristankalloniatis <[email protected]>
    TristanKalloniatis and tristankalloniatis committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    91595d5 View commit details
    Browse the repository at this point in the history
  2. feat: implement Minesweeper (#252)

    Signed-off-by: TristanKalloniatis <[email protected]>
    Co-authored-by: tristankalloniatis <[email protected]>
    TristanKalloniatis and tristankalloniatis committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    5a1e3b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55be554 View commit details
    Browse the repository at this point in the history
  4. feat: minesweeper rendering (#266)

    Signed-off-by: TristanKalloniatis <[email protected]>
    Co-authored-by: tristankalloniatis <[email protected]>
    TristanKalloniatis and tristankalloniatis committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    1920d52 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Configuration menu
    Copy the full SHA
    09de010 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8572e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eea2b06 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Configuration menu
    Copy the full SHA
    5e7f9f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68ea78f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71bd5d1 View commit details
    Browse the repository at this point in the history
  4. feat(Minesweeper): implement random network (#284)

    Signed-off-by: TristanKalloniatis <[email protected]>
    Co-authored-by: tristankalloniatis <[email protected]>
    TristanKalloniatis and tristankalloniatis committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    cf4d689 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc50aa9 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. feat(wrapper): implement VmapAutoResetWrapper for efficient auto rese…

    …t behavior (#283)
    
    Co-authored-by: Daniel <[email protected]>
    clement-bonnet and dluo96 committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    d845366 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a71e6a9 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. fix(jobshop): remove bugs in step function (#292)

    Co-authored-by: Clément Bonnet <[email protected]>
    dluo96 and clement-bonnet committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    1386862 View commit details
    Browse the repository at this point in the history
  2. fix: add large negative penalty for invalid actions in tsp and cvrp (…

    …#295)
    
    Co-authored-by: Clément Bonnet <[email protected]>
    dluo96 and clement-bonnet committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    937fc9f View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. feat(2048): add types and specs (#248)

    Co-authored-by: Clément Bonnet <[email protected]>
    OmaymaMahjoub and clement-bonnet committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    e9f1c6c View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Configuration menu
    Copy the full SHA
    445e1ba View commit details
    Browse the repository at this point in the history
  2. fix: hydra requirement (#304)

    Co-authored-by: Clément Bonnet <[email protected]>
    alaterre and clement-bonnet committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    226d782 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f90c99 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    153699a View commit details
    Browse the repository at this point in the history
  2. fix(ci): upgrade isort (#330)

    sash-a committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    866594d View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    89a1229 View commit details
    Browse the repository at this point in the history
  2. feat(minesweeper): actor-critic networks (#324)

    Signed-off-by: TristanKalloniatis <[email protected]>
    Co-authored-by: tristankalloniatis <[email protected]>
    Co-authored-by: Clément Bonnet <[email protected]>
    3 people committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    9dcabb4 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. feat(connector): types, utils and specs (#296)

    Co-authored-by: Donal Byrne <[email protected]>
    Co-authored-by: Daniel <[email protected]>
    Co-authored-by: Clément Bonnet <[email protected]>
    4 people committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    2cd289a View commit details
    Browse the repository at this point in the history
  2. feat(tsp): implement rendering (#323)

    Co-authored-by: Daniel <[email protected]>
    Co-authored-by: Clément Bonnet <[email protected]>
    3 people committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    b791ff3 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. feat(cvrp): rendering (#345)

    Co-authored-by: Daniel <[email protected]>
    surana01 and dluo96 committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    55b7b0a View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. feat: maze env (instadeepai#235)

    Co-authored-by: Daniel <[email protected]>
    Co-authored-by: Clément Bonnet <[email protected]>
    3 people committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    6f75230 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. feat(animation): minesweeper and rubikscube (#342)

    Signed-off-by: TristanKalloniatis <[email protected]>
    Co-authored-by: tristankalloniatis <[email protected]>
    TristanKalloniatis and tristankalloniatis committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    2483b51 View commit details
    Browse the repository at this point in the history
  2. feat(rubiks_cube): actor critic nn (#339)

    Signed-off-by: TristanKalloniatis <[email protected]>
    Co-authored-by: tristankalloniatis <[email protected]>
    Co-authored-by: Clément Bonnet <[email protected]>
    3 people committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    6fb23a8 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. feat(training): tensorboard logger (#362)

    Co-authored-by: tristankalloniatis <[email protected]>
    Co-authored-by: Clément Bonnet <[email protected]>
    3 people committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    80ff5a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    165e2bf View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. feat(connector): generator (#297)

    Co-authored-by: Donal Byrne <[email protected]>
    Co-authored-by: Daniel <[email protected]>
    Co-authored-by: Clément Bonnet <[email protected]>
    4 people committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    9519396 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. feat: clean CVRP, Knapsack, TSP (instadeepai#204)

    Co-authored-by: Clément Bonnet <[email protected]>
    Co-authored-by: surana01 <[email protected]>
    Co-authored-by: surana01 <[email protected]>
    Co-authored-by: Daniel <[email protected]>
    5 people committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    771205b View commit details
    Browse the repository at this point in the history
  2. feat(rware): types (#350)

    Co-authored-by: Clément Bonnet <[email protected]>
    Co-authored-by: Daniel <[email protected]>
    3 people committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    e2e9f1b View commit details
    Browse the repository at this point in the history
  3. feat(cmst): implemented types and specs for cooperative minimum spann…

    …ing tree environment (#360)
    
    Co-authored-by: Clément Bonnet <[email protected]>
    Co-authored-by: Daniel <[email protected]>
    3 people committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    b82425e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe9608c View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. feat(connector): reward (#366)

    Co-authored-by: Donal Byrne <[email protected]>
    Co-authored-by: Daniel <[email protected]>
    Co-authored-by: Clément Bonnet <[email protected]>
    4 people committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    ba66ccb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    644151b View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. feat (connector): env skeleton (#370)

    Co-authored-by: Donal Byrne <[email protected]>
    Co-authored-by: Daniel <[email protected]>
    Co-authored-by: Clément Bonnet <[email protected]>
    4 people committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    ca5dd3e View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Configuration menu
    Copy the full SHA
    bd80ed3 View commit details
    Browse the repository at this point in the history
  2. feat(cleaner): random instance generator (#341)

    Co-authored-by: Daniel <[email protected]>
    coyettev and dluo96 committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    29af738 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. feat(2048): env implementation (#249)

    Co-authored-by: Daniel <[email protected]>
    Co-authored-by: Clément Bonnet <[email protected]>
    3 people committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    3008ae7 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. feat(training) add ichor manifest (#361)

    Co-authored-by: Daniel <[email protected]>
    clement-bonnet and dluo96 committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    e6d4d7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    779a516 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b94d4f6 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Configuration menu
    Copy the full SHA
    d759c6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    022f238 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc50538 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. feat: merge jumanji-v.0.1.5 (#392)

    Co-authored-by: alaterre <[email protected]>
    Co-authored-by: Alex Laterre <[email protected]>
    Co-authored-by: Laurence Midgley <[email protected]>
    Co-authored-by: laurence <[email protected]>
    Co-authored-by: Jeroen Van Goey <[email protected]>
    Co-authored-by: Cemlyn <[email protected]>
    Co-authored-by: Daniel <[email protected]>
    Co-authored-by: S Ashwin <[email protected]>
    Co-authored-by: surana01 <[email protected]>
    Co-authored-by: Cyprien <[email protected]>
    11 people committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    8f2a6ae View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. feat(connector): reset (#372)

    Co-authored-by: Daniel <[email protected]>
    Co-authored-by: Clément Bonnet <[email protected]>
    3 people committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    4bd62bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e58871a View commit details
    Browse the repository at this point in the history
  3. fix: brax requirements

    clement-bonnet committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    735876e View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Merge branch 'main' of github.com:instadeepai/jumanji into main

    # Conflicts:
    #	requirements/requirements.txt
    clement-bonnet committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    268a7ad View commit details
    Browse the repository at this point in the history
  2. feat(2048): rendering 2048 (#389)

    Co-authored-by: Clément Bonnet <[email protected]>
    Co-authored-by: Daniel <[email protected]>
    3 people committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    e970686 View commit details
    Browse the repository at this point in the history
  3. 205(feat) maze thick walls (#395)

    Co-authored-by: Clément Bonnet <[email protected]>
    PDuckworth and clement-bonnet committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    b73870d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00c7284 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55e1a73 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Configuration menu
    Copy the full SHA
    8306540 View commit details
    Browse the repository at this point in the history
  2. feat: merge jumanji v0.1.6 (#403)

    Co-authored-by: alaterre <[email protected]>
    Co-authored-by: Alex Laterre <[email protected]>
    Co-authored-by: Laurence Midgley <[email protected]>
    Co-authored-by: laurence <[email protected]>
    Co-authored-by: Jeroen Van Goey <[email protected]>
    Co-authored-by: Cemlyn <[email protected]>
    Co-authored-by: Daniel <[email protected]>
    Co-authored-by: S Ashwin <[email protected]>
    Co-authored-by: surana01 <[email protected]>
    Co-authored-by: Cyprien <[email protected]>
    11 people committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    8563b32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9aeb43 View commit details
    Browse the repository at this point in the history
  4. feat (connector): utils methods and tests refactor (#401)

    Co-authored-by: Clément Bonnet <[email protected]>
    sash-a and clement-bonnet committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    e2558f6 View commit details
    Browse the repository at this point in the history
  5. docs(2048): documentation (#251)

    Co-authored-by: Daniel <[email protected]>
    Co-authored-by: Clément Bonnet <[email protected]>
    3 people committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    e1b74dd View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Configuration menu
    Copy the full SHA
    25004f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd5c718 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46a8528 View commit details
    Browse the repository at this point in the history
  4. feat: maze reset to use random instance generator (#409)

    Co-authored-by: Clément Bonnet <[email protected]>
    PDuckworth and clement-bonnet committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    19156df View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    8f1324f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8d2dd6 View commit details
    Browse the repository at this point in the history
  3. feat(training): transformer block, tsp networks and fix a2c advantage…

    … normalization (#417)
    
    Co-authored-by: Daniel <[email protected]>
    clement-bonnet and dluo96 committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    42194df View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. feat: maze render to use maze generation (#422)

    Co-authored-by: Clément Bonnet <[email protected]>
    PDuckworth and clement-bonnet committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    8103c0f View commit details
    Browse the repository at this point in the history
  2. feat(connector): step (#410)

    Co-authored-by: Clément Bonnet <[email protected]>
    Co-authored-by: Daniel <[email protected]>
    3 people committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    385fbd7 View commit details
    Browse the repository at this point in the history
  3. docs(maze): documentation (#424)

    Co-authored-by: Clément Bonnet <[email protected]>
    PDuckworth and clement-bonnet committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    e6e24a7 View commit details
    Browse the repository at this point in the history
  4. feat(maze): create random agent (#426)

    Co-authored-by: Daniel <[email protected]>
    Co-authored-by: Clément Bonnet <[email protected]>
    3 people committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    391f19c View commit details
    Browse the repository at this point in the history
  5. feat(2048): actor-critic net (#411)

    Co-authored-by: Clément Bonnet <[email protected]>
    OmaymaMahjoub and clement-bonnet committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    947930b View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    5aee4c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b5e9d0 View commit details
    Browse the repository at this point in the history
  3. docs: update jumanji logo (#377)

    Co-authored-by: Clément Bonnet <[email protected]>
    dluo96 and clement-bonnet committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    50dee1f View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. feat: remove routing environment (#440)

    Co-authored-by: Clément Bonnet <[email protected]>
    dluo96 and clement-bonnet committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    a7af64a View commit details
    Browse the repository at this point in the history
  2. feat(jobshop): clean up environment (#427)

    Co-authored-by: Clément Bonnet <[email protected]>
    dluo96 and clement-bonnet committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    8366ef2 View commit details
    Browse the repository at this point in the history
  3. feat(training): implement cvrp networks (#431)

    Co-authored-by: Daniel <[email protected]>
    clement-bonnet and dluo96 committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    07f9b32 View commit details
    Browse the repository at this point in the history
  4. feat(knapsack): implement rendering (#313)

    Co-authored-by: Clément Bonnet <[email protected]>
    dluo96 and clement-bonnet committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    3d252b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    965ef1e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    96745ba View commit details
    Browse the repository at this point in the history
  7. feat(maze) implement a2c agent (#438)

    Co-authored-by: Clément Bonnet <[email protected]>
    Co-authored-by: Clément Bonnet <[email protected]>
    3 people committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    951947d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c8580e1 View commit details
    Browse the repository at this point in the history
  9. test: add smoke tests (#447)

    dluo96 committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    54d1b6f View commit details
    Browse the repository at this point in the history
  10. feat(maze) register 10x10 default (#448)

    Co-authored-by: Clément Bonnet <[email protected]>
    PDuckworth and clement-bonnet committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    e233b59 View commit details
    Browse the repository at this point in the history
  11. feat (connector): random agent (#451)

    Co-authored-by: Clément Bonnet <[email protected]>
    sash-a and clement-bonnet committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    5bbf6f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Configuration menu
    Copy the full SHA
    7f90413 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d342313 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    143c0f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f626979 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    efc1778 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2c33e22 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. feat(connector): docs (#444)

    Co-authored-by: Daniel <[email protected]>
    Co-authored-by: Clément Bonnet <[email protected]>
    3 people committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    5940424 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    098641d View commit details
    Browse the repository at this point in the history
  3. refactor: clean up of environments (#458)

    Co-authored-by: Clément Bonnet <[email protected]>
    dluo96 and clement-bonnet committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    7f50b43 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    8f9555c View commit details
    Browse the repository at this point in the history
  2. feat(connector): rendering (#428)

    Co-authored-by: Clément Bonnet <[email protected]>
    sash-a and clement-bonnet committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    51acb47 View commit details
    Browse the repository at this point in the history
  3. test: verify make for all registered environments (#465)

    Co-authored-by: Clément Bonnet <[email protected]>
    dluo96 and clement-bonnet committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    559eb25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f33ef8c View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    bdf76e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    080be90 View commit details
    Browse the repository at this point in the history
  3. docs: update README (#443)

    Co-authored-by: Clément Bonnet <[email protected]>
    dluo96 and clement-bonnet committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    d38364f View commit details
    Browse the repository at this point in the history
  4. fix(bin_pack): clean bin_pack (#464)

    Co-authored-by: Daniel <[email protected]>
    clement-bonnet and dluo96 committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    063c4b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Configuration menu
    Copy the full SHA
    a3ee7f8 View commit details
    Browse the repository at this point in the history
  2. fea(bin_pack): a2c networks (#471)

    Co-authored-by: Daniel <[email protected]>
    clement-bonnet and dluo96 committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    cf913f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4734924 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. docs: gifs (#477)

    dluo96 committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    7107d68 View commit details
    Browse the repository at this point in the history
  2. feat: more clean up (#476)

    Co-authored-by: Clément Bonnet <[email protected]>
    dluo96 and clement-bonnet committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    2966bf7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16e290a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e3875e View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. refactor: update registry (#479)

    Co-authored-by: Clément Bonnet <[email protected]>
    dluo96 and clement-bonnet committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    8c41f0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82dedda View commit details
    Browse the repository at this point in the history
  3. docs(2048): add documentation to the types file (#482)

    Co-authored-by: Clément Bonnet <[email protected]>
    OmaymaMahjoub and clement-bonnet committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    7e70856 View commit details
    Browse the repository at this point in the history
  4. feat(2048): finalise network and configs (#483)

    Co-authored-by: Clément Bonnet <[email protected]>
    dluo96 and clement-bonnet committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    e46f072 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. refactor: use save path (#484)

    dluo96 committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    9b33358 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. docs: update README (#487)

    Co-authored-by: Clément Bonnet <[email protected]>
    dluo96 and clement-bonnet committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    e2d933d View commit details
    Browse the repository at this point in the history
  2. feat: update readme and remove notebook (#489)

    Co-authored-by: Clément Bonnet <[email protected]>
    dluo96 and clement-bonnet committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    7098ed5 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. feat(rubiks_cube): final adjustments (#485)

    Co-authored-by: Daniel <[email protected]>
    clement-bonnet and dluo96 committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    6147756 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa8b7fd View commit details
    Browse the repository at this point in the history
  3. Tristan/typoe (#491)

    Signed-off-by: TristanKalloniatis <[email protected]>
    Co-authored-by: tristankalloniatis <[email protected]>
    Co-authored-by: Clément Bonnet <[email protected]>
    3 people committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    623c510 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f2d771 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    541d641 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. feat(jobshop): a2c network with transformer (#449)

    Co-authored-by: Clément Bonnet <[email protected]>
    dluo96 and clement-bonnet committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    c2ce833 View commit details
    Browse the repository at this point in the history
  2. feat(training): bin_pack networks (#481)

    Co-authored-by: Daniel <[email protected]>
    clement-bonnet and dluo96 committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    58af6b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2cd6d19 View commit details
    Browse the repository at this point in the history
  4. fix(rendering): remove start_event_loop(2.0) and fix environment clos…

    …e and render (#441)
    
    Co-authored-by: Clément Bonnet <[email protected]>
    Co-authored-by: Clément Bonnet <[email protected]>
    3 people committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    b5ae462 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    97d3a5e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    95793fc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6c02fb0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7f038d1 View commit details
    Browse the repository at this point in the history