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

Version 1.0.0 #102

Merged
merged 717 commits into from
Aug 9, 2023
Merged

Version 1.0.0 #102

merged 717 commits into from
Aug 9, 2023
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jul 20, 2023

  1. Fix mypy

    Carolin Benjamins authored and TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    1a596e7 View commit details
    Browse the repository at this point in the history
  2. Fix mypy

    Carolin Benjamins authored and TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    b40627d View commit details
    Browse the repository at this point in the history
  3. black, isort and flake8

    sebidoe authored and TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    b581cb1 View commit details
    Browse the repository at this point in the history
  4. Version 0.2.0 (#63)

    * Update twine check
    
    * Fix return type
    
    * Annotate inits
    
    * Annotate args
    
    * carl/context mypy fixed
    
    * Fix mypy
    
    * Handle return types of gym.Env in reset
    
    * Fix mypy for carl_env.py
    
    * Correct reset function
    
    * Fix mypy
    
    * Fix mypy brax
    
    * Fix mypy brax
    
    * Moved demo to examples
    
    * Update reset signature
    
    * Remove rendering of score label
    
    In the current gym version, there is no score label.
    
    * Fix mypy box2d
    
    * Move CARLVehicleRacing example
    
    * Update carracing example
    
    * Fix mypy box2d
    
    * Fix mypy
    
    * Fix mypy
    
    * Update reset function
    
    * mypy dmc fish
    
    * mypy dmc quadruped
    
    * mypy dmc context utils
    
    * wrapper fix
    
    * Fix mypy mario
    
    * mypy dmc walker
    
    * mypy dmc loader
    
    * Fix mypy mario
    
    * mypy dmc
    
    * Add changelog.md
    
    * Add S.D. to authors
    
    * Update version
    
    * mario everything except from env done
    
    * mario_env done
    
    * Update setup.py
    
    Remove setup.cfg and fill init with more info.
    
    * Update gym version
    
    * Remove RNA
    
    * mypy corrected for everything except carl_rna
    
    * gitignore
    
    * Fix mypy
    
    * Change type of contexts to Contexts
    
    * Change type of default_context to Context
    
    * black, isort and flake8
    
    * Update try_dm_control.py
    
    * Update try_dm_control.py
    
    * Fix pre-commit
    
    * Update changelog.md
    
    * Update changelog.md
    
    * Update changelog.md
    
    * Fix tests
    
    * Fix dist check
    
    * Fix mypy
    
    * Format isort
    
    * Remove setup packages for experiments
    
    No experiments in this branch
    
    * Remove requirements for rna
    
    * Update requirements
    
    * Remove RNA
    
    * Fix tests.yaml
    
    * Remove operating system warning
    
    * Add test for dmc loader
    
    * Move to examples
    
    * Add requirement
    
    * Remove requirement
    
    * Update tests.yaml
    
    * Fix whitespace in tests.yaml
    
    Co-authored-by: Carolin Benjamins <benjamins@tnt.uni-hannover.de>
    Co-authored-by: amsks <adityak735@gmail.com>
    Co-authored-by: Sebastian Döhler <sebastiandoehler@hotmail.de>
    Co-authored-by: sebidoe <45859263+sebidoe@users.noreply.github.com>
    5 people authored and TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    db3f8cd View commit details
    Browse the repository at this point in the history
  5. Update changelog.md

    Carolin Benjamins authored and TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    77fdf59 View commit details
    Browse the repository at this point in the history
  6. added rna files

    amsks authored and TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    4a1c83e View commit details
    Browse the repository at this point in the history
  7. RNA design environmentclear

    amsks authored and TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    0e93236 View commit details
    Browse the repository at this point in the history
  8. started editing rna_env

    amsks authored and TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    9a495c7 View commit details
    Browse the repository at this point in the history
  9. mypy the main files

    amsks authored and TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    ac2d61a View commit details
    Browse the repository at this point in the history
  10. removed carl_rna issues

    amsks authored and TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    97c7ae8 View commit details
    Browse the repository at this point in the history
  11. pre-commit issues fixed

    amsks authored and TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    1755b2a View commit details
    Browse the repository at this point in the history
  12. Update to gymnasium (#82)

    * update install_requires
    
    * §
    
    * fix imports: gym → gymnasium
    
    * fix step function
    
    * fix step
    
    * gym->gymnasium
    
    * §
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * fix render
    
    * .
    
    * fix all step returns
    
    * Delete build/lib/carl directory
    
    * Delete myenv directory
    
    * Update README.md
    
    Fix documentation link.
    
    * make pre-commit and format
    
    * rename every occurrence of trunched to truncated
    
    * @Arman717
    
    * change trunched to truncated
    
    * Fix gymnasium version with box2d
    
    ---------
    
    Co-authored-by: C. Benjamins <75323339+benjamc@users.noreply.github.com>
    2 people authored and TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    af2c052 View commit details
    Browse the repository at this point in the history
  13. Update changelog.md

    benjamc authored and TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    884437b View commit details
    Browse the repository at this point in the history
  14. formatting update

    TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    2e9b416 View commit details
    Browse the repository at this point in the history
  15. more merging

    TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    0ea79bc View commit details
    Browse the repository at this point in the history
  16. added new brax envs

    amsks authored and TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    d7fdbe0 View commit details
    Browse the repository at this point in the history
  17. Changed citation in README

    amsks authored and TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    222567e View commit details
    Browse the repository at this point in the history
  18. updated gitignore

    amsks authored and TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    9ddc226 View commit details
    Browse the repository at this point in the history
  19. added dmc updates

    amsks authored and TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    8ff30b0 View commit details
    Browse the repository at this point in the history
  20. Update dependencies

    benjamc authored and TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    22e749c View commit details
    Browse the repository at this point in the history
  21. New carl env

    Carolin Benjamins authored and TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    c311939 View commit details
    Browse the repository at this point in the history
  22. Format

    Carolin Benjamins authored and TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    07de8ec View commit details
    Browse the repository at this point in the history
  23. Current

    benjamc authored and TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    d694ce6 View commit details
    Browse the repository at this point in the history
  24. Convert carracing (rendering broken)

    benjamc authored and TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    63622e7 View commit details
    Browse the repository at this point in the history
  25. Update Brax Envs

    benjamc authored and TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    98788ed View commit details
    Browse the repository at this point in the history
  26. Dmc new format

    TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    c842f79 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    baa5b34 View commit details
    Browse the repository at this point in the history
  28. Add Brax prefix to class names

    benjamc authored and TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    9c348cc View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    74807df View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    b8cf568 View commit details
    Browse the repository at this point in the history
  31. remove mario for now

    TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    fe76e58 View commit details
    Browse the repository at this point in the history
  32. Fix brax context space

    benjamc authored and TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    ed0cf69 View commit details
    Browse the repository at this point in the history
  33. Prettify spec checking

    benjamc authored and TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    ada08c5 View commit details
    Browse the repository at this point in the history
  34. Make format

    benjamc authored and TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    414a6d5 View commit details
    Browse the repository at this point in the history
  35. specify mario install issues

    TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    b311d7e View commit details
    Browse the repository at this point in the history
  36. Fix tests

    benjamc authored and TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    c97b321 View commit details
    Browse the repository at this point in the history
  37. Update setup.py

    Remove setup.cfg and fill init with more info.
    Carolin Benjamins authored and TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    da6dc5d View commit details
    Browse the repository at this point in the history
  38. mario everything except from env done

    amsks authored and TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    9973f6b View commit details
    Browse the repository at this point in the history
  39. black, isort and flake8

    sebidoe authored and TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    4e75b26 View commit details
    Browse the repository at this point in the history
  40. RNA design environmentclear

    amsks authored and TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    3c205b1 View commit details
    Browse the repository at this point in the history
  41. merge with dev

    TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    f8018f1 View commit details
    Browse the repository at this point in the history
  42. test passing after merge

    TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    d984f0a View commit details
    Browse the repository at this point in the history
  43. Update setup.py

    Remove setup.cfg and fill init with more info.
    Carolin Benjamins authored and TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    74664e0 View commit details
    Browse the repository at this point in the history
  44. Update gym version

    Carolin Benjamins authored and TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    d36966b View commit details
    Browse the repository at this point in the history
  45. Remove RNA

    Carolin Benjamins authored and TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    27205da View commit details
    Browse the repository at this point in the history
  46. Fix mypy

    Carolin Benjamins authored and TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    2627738 View commit details
    Browse the repository at this point in the history
  47. Fix mypy brax

    Carolin Benjamins authored and TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    746dce0 View commit details
    Browse the repository at this point in the history
  48. Fix mypy

    Carolin Benjamins authored and TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    57c92a3 View commit details
    Browse the repository at this point in the history
  49. Fix mypy

    Carolin Benjamins authored and TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    b03316b View commit details
    Browse the repository at this point in the history
  50. Fix mypy mario

    Carolin Benjamins authored and TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    83b486d View commit details
    Browse the repository at this point in the history
  51. mario everything except from env done

    amsks authored and TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    ad84def View commit details
    Browse the repository at this point in the history
  52. Fix mypy mario

    Carolin Benjamins authored and TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    c810d62 View commit details
    Browse the repository at this point in the history
  53. mario_env done

    amsks authored and TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    f3d5509 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    1b70d94 View commit details
    Browse the repository at this point in the history
  55. Change type of contexts to Contexts

    Carolin Benjamins authored and TheEimer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    42fa7e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. black, isort and flake8

    sebidoe authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    d826917 View commit details
    Browse the repository at this point in the history
  2. Fix pre-commit

    Carolin Benjamins authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    6be9ee2 View commit details
    Browse the repository at this point in the history
  3. Fix dist check

    Carolin Benjamins authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    8393aa2 View commit details
    Browse the repository at this point in the history
  4. Remove setup packages for experiments

    No experiments in this branch
    Carolin Benjamins authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    d8ba4a6 View commit details
    Browse the repository at this point in the history
  5. Remove requirements for rna

    Carolin Benjamins authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    d76ea10 View commit details
    Browse the repository at this point in the history
  6. Update requirements

    Carolin Benjamins authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    8d61252 View commit details
    Browse the repository at this point in the history
  7. Add requirement

    Carolin Benjamins authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    b3a78f4 View commit details
    Browse the repository at this point in the history
  8. Remove requirement

    Carolin Benjamins authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    f4d5677 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3c6bcf7 View commit details
    Browse the repository at this point in the history
  10. Fix docs installation

    TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    4f8dc79 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f60a46e View commit details
    Browse the repository at this point in the history
  12. makefile resolve

    TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    791c108 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f6a063f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    217f87c View commit details
    Browse the repository at this point in the history
  15. removed duplicated api file

    TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    e97c204 View commit details
    Browse the repository at this point in the history
  16. Update dist names

    Carolin Benjamins authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    81b22a6 View commit details
    Browse the repository at this point in the history
  17. Fix pre-commit

    Carolin Benjamins authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    f072206 View commit details
    Browse the repository at this point in the history
  18. Update changelog.md

    Carolin Benjamins authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    4dda189 View commit details
    Browse the repository at this point in the history
  19. Remove entry points

    Carolin Benjamins authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    063d2e5 View commit details
    Browse the repository at this point in the history
  20. Fix gym version

    benjamc authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    5133d65 View commit details
    Browse the repository at this point in the history
  21. Fix gym version

    benjamc authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    3a8819f View commit details
    Browse the repository at this point in the history
  22. Add finger dmc (#67)

    * Extend gitignore
    
    * Add DMC Finger (current status)
    
    * current status
    
    * Current status
    
    * Current status
    
    * Current status
    
    * Format
    
    * Format + pre-commit
    
    * Remove test notebook
    
    * Add method to check if it is okay to set context feature
    
    Because we might have incomplete contexts
    
    * Add more tests
    
    * Format
    
    * Format
    
    * Merge main
    
    * gravity bounds
    
    * More tests
    
    * Correct gravity bounds
    
    Co-authored-by: Carolin Benjamins <benjamins@tnt.uni-hannover.de>
    Co-authored-by: sebidoe <45859263+sebidoe@users.noreply.github.com>
    3 people authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    1d2773e View commit details
    Browse the repository at this point in the history
  23. Fix format, fix tests (#73)

    * Fix format, fix tests
    
    * Fix format
    
    * Increase coverage
    
    * Remove test code
    
    * Add more tests
    
    Co-authored-by: Carolin Benjamins <benjamins@tnt.uni-hannover.de>
    2 people authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    e21c69b View commit details
    Browse the repository at this point in the history
  24. added rna files

    amsks authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    342e3d3 View commit details
    Browse the repository at this point in the history
  25. updated the download eterna file

    amsks authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    46818d3 View commit details
    Browse the repository at this point in the history
  26. RNA design environmentclear

    amsks authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    501ad08 View commit details
    Browse the repository at this point in the history
  27. mypy the main files

    amsks authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    f0c808d View commit details
    Browse the repository at this point in the history
  28. fixed docstrings

    amsks authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    75b284a View commit details
    Browse the repository at this point in the history
  29. Add files via upload

    benjamc authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    23f1bee View commit details
    Browse the repository at this point in the history
  30. Update figures

    Carolin Benjamins authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    b13cda8 View commit details
    Browse the repository at this point in the history
  31. removed carl_rna issues

    amsks authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    df3e1de View commit details
    Browse the repository at this point in the history
  32. pre-commit issues fixed

    amsks authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    584e64b View commit details
    Browse the repository at this point in the history
  33. Fix ranges for brax package

    Carolin Benjamins authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    5f3ce89 View commit details
    Browse the repository at this point in the history
  34. Update to gymnasium (#82)

    * update install_requires
    
    * §
    
    * fix imports: gym → gymnasium
    
    * fix step function
    
    * fix step
    
    * gym->gymnasium
    
    * §
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * fix render
    
    * .
    
    * fix all step returns
    
    * Delete build/lib/carl directory
    
    * Delete myenv directory
    
    * Update README.md
    
    Fix documentation link.
    
    * make pre-commit and format
    
    * rename every occurrence of trunched to truncated
    
    * @Arman717
    
    * change trunched to truncated
    
    * Fix gymnasium version with box2d
    
    ---------
    
    Co-authored-by: C. Benjamins <75323339+benjamc@users.noreply.github.com>
    2 people authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    844a57d View commit details
    Browse the repository at this point in the history
  35. Add changelog.md

    Carolin Benjamins authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    398e8c4 View commit details
    Browse the repository at this point in the history
  36. Update setup.py

    Remove setup.cfg and fill init with more info.
    Carolin Benjamins authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    9e73524 View commit details
    Browse the repository at this point in the history
  37. Update gym version

    Carolin Benjamins authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    3e92ec0 View commit details
    Browse the repository at this point in the history
  38. Remove RNA

    Carolin Benjamins authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    2e9bf0d View commit details
    Browse the repository at this point in the history
  39. Fix return type

    Carolin Benjamins authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    f48566e View commit details
    Browse the repository at this point in the history
  40. Annotate inits

    Carolin Benjamins authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    9b469f6 View commit details
    Browse the repository at this point in the history
  41. Annotate args

    Carolin Benjamins authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    8029925 View commit details
    Browse the repository at this point in the history
  42. Fix mypy brax

    Carolin Benjamins authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    1ff5ebf View commit details
    Browse the repository at this point in the history
  43. Fix mypy

    Carolin Benjamins authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    cd6db2f View commit details
    Browse the repository at this point in the history
  44. Fix mypy

    Carolin Benjamins authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    af51c50 View commit details
    Browse the repository at this point in the history
  45. Fix mypy mario

    Carolin Benjamins authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    7761d99 View commit details
    Browse the repository at this point in the history
  46. mario everything except from env done

    amsks authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    ed7222a View commit details
    Browse the repository at this point in the history
  47. Fix mypy mario

    Carolin Benjamins authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    c79b4b7 View commit details
    Browse the repository at this point in the history
  48. mario_env done

    amsks authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    4d962d9 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    4f01b0a View commit details
    Browse the repository at this point in the history
  50. black, isort and flake8

    sebidoe authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    c9eda26 View commit details
    Browse the repository at this point in the history
  51. Update changelog.md

    Carolin Benjamins authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    5cae041 View commit details
    Browse the repository at this point in the history
  52. Update changelog.md

    Carolin Benjamins authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    eb88bef View commit details
    Browse the repository at this point in the history
  53. Update changelog.md

    Carolin Benjamins authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    dafa103 View commit details
    Browse the repository at this point in the history
  54. Fix dist check

    Carolin Benjamins authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    ea3a826 View commit details
    Browse the repository at this point in the history
  55. Update requirements

    Carolin Benjamins authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    c6c5a72 View commit details
    Browse the repository at this point in the history
  56. Fix tests.yaml

    Carolin Benjamins authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    f31ba52 View commit details
    Browse the repository at this point in the history
  57. Update tests.yaml

    Carolin Benjamins authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    499cf96 View commit details
    Browse the repository at this point in the history
  58. makefile resolve

    TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    d811978 View commit details
    Browse the repository at this point in the history
  59. remove wayward merge string

    TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    c3cc364 View commit details
    Browse the repository at this point in the history
  60. Version 0.2.0 (#63)

    * Update twine check
    
    * Fix return type
    
    * Annotate inits
    
    * Annotate args
    
    * carl/context mypy fixed
    
    * Fix mypy
    
    * Handle return types of gym.Env in reset
    
    * Fix mypy for carl_env.py
    
    * Correct reset function
    
    * Fix mypy
    
    * Fix mypy brax
    
    * Fix mypy brax
    
    * Moved demo to examples
    
    * Update reset signature
    
    * Remove rendering of score label
    
    In the current gym version, there is no score label.
    
    * Fix mypy box2d
    
    * Move CARLVehicleRacing example
    
    * Update carracing example
    
    * Fix mypy box2d
    
    * Fix mypy
    
    * Fix mypy
    
    * Update reset function
    
    * mypy dmc fish
    
    * mypy dmc quadruped
    
    * mypy dmc context utils
    
    * wrapper fix
    
    * Fix mypy mario
    
    * mypy dmc walker
    
    * mypy dmc loader
    
    * Fix mypy mario
    
    * mypy dmc
    
    * Add changelog.md
    
    * Add S.D. to authors
    
    * Update version
    
    * mario everything except from env done
    
    * mario_env done
    
    * Update setup.py
    
    Remove setup.cfg and fill init with more info.
    
    * Update gym version
    
    * Remove RNA
    
    * mypy corrected for everything except carl_rna
    
    * gitignore
    
    * Fix mypy
    
    * Change type of contexts to Contexts
    
    * Change type of default_context to Context
    
    * black, isort and flake8
    
    * Update try_dm_control.py
    
    * Update try_dm_control.py
    
    * Fix pre-commit
    
    * Update changelog.md
    
    * Update changelog.md
    
    * Update changelog.md
    
    * Fix tests
    
    * Fix dist check
    
    * Fix mypy
    
    * Format isort
    
    * Remove setup packages for experiments
    
    No experiments in this branch
    
    * Remove requirements for rna
    
    * Update requirements
    
    * Remove RNA
    
    * Fix tests.yaml
    
    * Remove operating system warning
    
    * Add test for dmc loader
    
    * Move to examples
    
    * Add requirement
    
    * Remove requirement
    
    * Update tests.yaml
    
    * Fix whitespace in tests.yaml
    
    Co-authored-by: Carolin Benjamins <benjamins@tnt.uni-hannover.de>
    Co-authored-by: amsks <adityak735@gmail.com>
    Co-authored-by: Sebastian Döhler <sebastiandoehler@hotmail.de>
    Co-authored-by: sebidoe <45859263+sebidoe@users.noreply.github.com>
    5 people authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    80a1071 View commit details
    Browse the repository at this point in the history
  61. Update dist names

    Carolin Benjamins authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    854a5a2 View commit details
    Browse the repository at this point in the history
  62. Fix pre-commit

    Carolin Benjamins authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    fc2329b View commit details
    Browse the repository at this point in the history
  63. Update changelog.md

    Carolin Benjamins authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    61fa410 View commit details
    Browse the repository at this point in the history
  64. added sh and util files for data

    amsks authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    5a3dc3d View commit details
    Browse the repository at this point in the history
  65. added rna files

    amsks authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    a4c6290 View commit details
    Browse the repository at this point in the history
  66. updated the download eterna file

    amsks authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    30b58cd View commit details
    Browse the repository at this point in the history
  67. udpated parse_dor_brackets

    amsks authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    1c68931 View commit details
    Browse the repository at this point in the history
  68. RNA design environmentclear

    amsks authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    c30d6ec View commit details
    Browse the repository at this point in the history
  69. started editing rna_env

    amsks authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    713c4c8 View commit details
    Browse the repository at this point in the history
  70. mypy the main files

    amsks authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    7aa30c8 View commit details
    Browse the repository at this point in the history
  71. Update changelog.md

    benjamc authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    12a960c View commit details
    Browse the repository at this point in the history
  72. doc update

    TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    210c81e View commit details
    Browse the repository at this point in the history
  73. Add files via upload

    benjamc authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    79957d2 View commit details
    Browse the repository at this point in the history
  74. Update figures

    Carolin Benjamins authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    1211d9f View commit details
    Browse the repository at this point in the history
  75. removed carl_rna issues

    amsks authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    2bf8644 View commit details
    Browse the repository at this point in the history
  76. pre-commit issues fixed

    amsks authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    66f685a View commit details
    Browse the repository at this point in the history
  77. Update to gymnasium (#82)

    * update install_requires
    
    * §
    
    * fix imports: gym → gymnasium
    
    * fix step function
    
    * fix step
    
    * gym->gymnasium
    
    * §
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * fix render
    
    * .
    
    * fix all step returns
    
    * Delete build/lib/carl directory
    
    * Delete myenv directory
    
    * Update README.md
    
    Fix documentation link.
    
    * make pre-commit and format
    
    * rename every occurrence of trunched to truncated
    
    * @Arman717
    
    * change trunched to truncated
    
    * Fix gymnasium version with box2d
    
    ---------
    
    Co-authored-by: C. Benjamins <75323339+benjamc@users.noreply.github.com>
    2 people authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    b40454c View commit details
    Browse the repository at this point in the history
  78. Update changelog.md

    benjamc authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    86a2760 View commit details
    Browse the repository at this point in the history
  79. formatting update

    TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    b12a5dc View commit details
    Browse the repository at this point in the history
  80. fixing dist + import

    TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    670da1c View commit details
    Browse the repository at this point in the history
  81. fix package name

    TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    e2ef9f7 View commit details
    Browse the repository at this point in the history
  82. precommit

    TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    3b7bd4e View commit details
    Browse the repository at this point in the history
  83. added dmc updates

    amsks authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    d3fe8a8 View commit details
    Browse the repository at this point in the history
  84. Update dependencies

    benjamc authored and TheEimer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    d368d96 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    7ddc152 View commit details
    Browse the repository at this point in the history
  2. removed debug statement

    becktepe committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    6bf4585 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Remove RNA

    Carolin Benjamins authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    8c15e89 View commit details
    Browse the repository at this point in the history
  2. Fix mypy brax

    Carolin Benjamins authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    54edc83 View commit details
    Browse the repository at this point in the history
  3. Fix mypy

    Carolin Benjamins authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    e7d7ecc View commit details
    Browse the repository at this point in the history
  4. Fix mypy mario

    Carolin Benjamins authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    f4c459a View commit details
    Browse the repository at this point in the history
  5. mario everything except from env done

    amsks authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    e110d13 View commit details
    Browse the repository at this point in the history
  6. Fix mypy mario

    Carolin Benjamins authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    c46d8c9 View commit details
    Browse the repository at this point in the history
  7. mario_env done

    amsks authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    2085421 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    83c5739 View commit details
    Browse the repository at this point in the history
  9. black, isort and flake8

    sebidoe authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    a58ee4a View commit details
    Browse the repository at this point in the history
  10. Fix pre-commit

    Carolin Benjamins authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    218ff93 View commit details
    Browse the repository at this point in the history
  11. Format isort

    Carolin Benjamins authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    259a692 View commit details
    Browse the repository at this point in the history
  12. Add requirement

    Carolin Benjamins authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    de4940c View commit details
    Browse the repository at this point in the history
  13. Remove requirement

    Carolin Benjamins authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    381f909 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ceaf27b View commit details
    Browse the repository at this point in the history
  15. Fix docs installation

    TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    a2de58b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a1d7387 View commit details
    Browse the repository at this point in the history
  17. makefile resolve

    TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    e1de2a9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    43d676e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    eda334c View commit details
    Browse the repository at this point in the history
  20. removed duplicated api file

    TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    2f08c38 View commit details
    Browse the repository at this point in the history
  21. Update dist names

    Carolin Benjamins authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    d054646 View commit details
    Browse the repository at this point in the history
  22. Fix pre-commit

    Carolin Benjamins authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    0bb4c27 View commit details
    Browse the repository at this point in the history
  23. Fix format, fix tests (#73)

    * Fix format, fix tests
    
    * Fix format
    
    * Increase coverage
    
    * Remove test code
    
    * Add more tests
    
    Co-authored-by: Carolin Benjamins <benjamins@tnt.uni-hannover.de>
    2 people authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    f51e534 View commit details
    Browse the repository at this point in the history
  24. added rna files

    amsks authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    aa6addd View commit details
    Browse the repository at this point in the history
  25. updated the download eterna file

    amsks authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    02bb64f View commit details
    Browse the repository at this point in the history
  26. updated the download eterna file

    amsks authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    d4aa531 View commit details
    Browse the repository at this point in the history
  27. udpated parse_dor_brackets

    amsks authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    5956751 View commit details
    Browse the repository at this point in the history
  28. RNA design environmentclear

    amsks authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    adc6d66 View commit details
    Browse the repository at this point in the history
  29. started editing rna_env

    amsks authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    f22f1b4 View commit details
    Browse the repository at this point in the history
  30. mypy the main files

    amsks authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    8d0f9d5 View commit details
    Browse the repository at this point in the history
  31. fixed docstrings

    amsks authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    3f8a03b View commit details
    Browse the repository at this point in the history
  32. Add files via upload

    benjamc authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    e47b488 View commit details
    Browse the repository at this point in the history
  33. Update figures

    Carolin Benjamins authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    bbf9c08 View commit details
    Browse the repository at this point in the history
  34. removed carl_rna issues

    amsks authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    9cc6793 View commit details
    Browse the repository at this point in the history
  35. pre-commit issues fixed

    amsks authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    9fafdc1 View commit details
    Browse the repository at this point in the history
  36. Update to gymnasium (#82)

    * update install_requires
    
    * §
    
    * fix imports: gym → gymnasium
    
    * fix step function
    
    * fix step
    
    * gym->gymnasium
    
    * §
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * fix render
    
    * .
    
    * fix all step returns
    
    * Delete build/lib/carl directory
    
    * Delete myenv directory
    
    * Update README.md
    
    Fix documentation link.
    
    * make pre-commit and format
    
    * rename every occurrence of trunched to truncated
    
    * @Arman717
    
    * change trunched to truncated
    
    * Fix gymnasium version with box2d
    
    ---------
    
    Co-authored-by: C. Benjamins <75323339+benjamc@users.noreply.github.com>
    2 people authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    ff5837c View commit details
    Browse the repository at this point in the history
  37. Add changelog.md

    Carolin Benjamins authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    1f3d9d0 View commit details
    Browse the repository at this point in the history
  38. Update setup.py

    Remove setup.cfg and fill init with more info.
    Carolin Benjamins authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    ab82ed6 View commit details
    Browse the repository at this point in the history
  39. Remove RNA

    Carolin Benjamins authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    5a9f3bb View commit details
    Browse the repository at this point in the history
  40. Fix return type

    Carolin Benjamins authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    fc7fb66 View commit details
    Browse the repository at this point in the history
  41. Annotate inits

    Carolin Benjamins authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    9b40fdf View commit details
    Browse the repository at this point in the history
  42. Annotate args

    Carolin Benjamins authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    7245ee4 View commit details
    Browse the repository at this point in the history
  43. Fix mypy brax

    Carolin Benjamins authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    760320a View commit details
    Browse the repository at this point in the history
  44. Fix mypy

    Carolin Benjamins authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    42fa115 View commit details
    Browse the repository at this point in the history
  45. Fix mypy mario

    Carolin Benjamins authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    3d46108 View commit details
    Browse the repository at this point in the history
  46. mario everything except from env done

    amsks authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    83d5ba2 View commit details
    Browse the repository at this point in the history
  47. Fix mypy mario

    Carolin Benjamins authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    9120043 View commit details
    Browse the repository at this point in the history
  48. mario_env done

    amsks authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    bcb5760 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    637fc81 View commit details
    Browse the repository at this point in the history
  50. black, isort and flake8

    sebidoe authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    2d6928b View commit details
    Browse the repository at this point in the history
  51. Update changelog.md

    Carolin Benjamins authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    6a04106 View commit details
    Browse the repository at this point in the history
  52. Update changelog.md

    Carolin Benjamins authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    761c906 View commit details
    Browse the repository at this point in the history
  53. Update changelog.md

    Carolin Benjamins authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    73793fd View commit details
    Browse the repository at this point in the history
  54. Fix dist check

    Carolin Benjamins authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    623d96f View commit details
    Browse the repository at this point in the history
  55. Update requirements

    Carolin Benjamins authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    fd94638 View commit details
    Browse the repository at this point in the history
  56. Fix tests.yaml

    Carolin Benjamins authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    2b8a9af View commit details
    Browse the repository at this point in the history
  57. Update tests.yaml

    Carolin Benjamins authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    da87e5d View commit details
    Browse the repository at this point in the history
  58. makefile resolve

    TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    111fd42 View commit details
    Browse the repository at this point in the history
  59. remove wayward merge string

    TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    689bd58 View commit details
    Browse the repository at this point in the history
  60. Version 0.2.0 (#63)

    * Update twine check
    
    * Fix return type
    
    * Annotate inits
    
    * Annotate args
    
    * carl/context mypy fixed
    
    * Fix mypy
    
    * Handle return types of gym.Env in reset
    
    * Fix mypy for carl_env.py
    
    * Correct reset function
    
    * Fix mypy
    
    * Fix mypy brax
    
    * Fix mypy brax
    
    * Moved demo to examples
    
    * Update reset signature
    
    * Remove rendering of score label
    
    In the current gym version, there is no score label.
    
    * Fix mypy box2d
    
    * Move CARLVehicleRacing example
    
    * Update carracing example
    
    * Fix mypy box2d
    
    * Fix mypy
    
    * Fix mypy
    
    * Update reset function
    
    * mypy dmc fish
    
    * mypy dmc quadruped
    
    * mypy dmc context utils
    
    * wrapper fix
    
    * Fix mypy mario
    
    * mypy dmc walker
    
    * mypy dmc loader
    
    * Fix mypy mario
    
    * mypy dmc
    
    * Add changelog.md
    
    * Add S.D. to authors
    
    * Update version
    
    * mario everything except from env done
    
    * mario_env done
    
    * Update setup.py
    
    Remove setup.cfg and fill init with more info.
    
    * Update gym version
    
    * Remove RNA
    
    * mypy corrected for everything except carl_rna
    
    * gitignore
    
    * Fix mypy
    
    * Change type of contexts to Contexts
    
    * Change type of default_context to Context
    
    * black, isort and flake8
    
    * Update try_dm_control.py
    
    * Update try_dm_control.py
    
    * Fix pre-commit
    
    * Update changelog.md
    
    * Update changelog.md
    
    * Update changelog.md
    
    * Fix tests
    
    * Fix dist check
    
    * Fix mypy
    
    * Format isort
    
    * Remove setup packages for experiments
    
    No experiments in this branch
    
    * Remove requirements for rna
    
    * Update requirements
    
    * Remove RNA
    
    * Fix tests.yaml
    
    * Remove operating system warning
    
    * Add test for dmc loader
    
    * Move to examples
    
    * Add requirement
    
    * Remove requirement
    
    * Update tests.yaml
    
    * Fix whitespace in tests.yaml
    
    Co-authored-by: Carolin Benjamins <benjamins@tnt.uni-hannover.de>
    Co-authored-by: amsks <adityak735@gmail.com>
    Co-authored-by: Sebastian Döhler <sebastiandoehler@hotmail.de>
    Co-authored-by: sebidoe <45859263+sebidoe@users.noreply.github.com>
    5 people authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    e145935 View commit details
    Browse the repository at this point in the history
  61. Update dist names

    Carolin Benjamins authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    6cf422c View commit details
    Browse the repository at this point in the history
  62. Fix pre-commit

    Carolin Benjamins authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    7bcc725 View commit details
    Browse the repository at this point in the history
  63. Update changelog.md

    Carolin Benjamins authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    778eb1e View commit details
    Browse the repository at this point in the history
  64. added sh and util files for data

    amsks authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    24fb09d View commit details
    Browse the repository at this point in the history
  65. added rna files

    amsks authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    f29d970 View commit details
    Browse the repository at this point in the history
  66. updated the download eterna file

    amsks authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    64f8bfe View commit details
    Browse the repository at this point in the history
  67. udpated parse_dor_brackets

    amsks authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    d921c30 View commit details
    Browse the repository at this point in the history
  68. RNA design environmentclear

    amsks authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    97c98a2 View commit details
    Browse the repository at this point in the history
  69. started editing rna_env

    amsks authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    f8e93c8 View commit details
    Browse the repository at this point in the history
  70. mypy the main files

    amsks authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    191220a View commit details
    Browse the repository at this point in the history
  71. Update changelog.md

    benjamc authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    cd575ae View commit details
    Browse the repository at this point in the history
  72. Add files via upload

    benjamc authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    7155511 View commit details
    Browse the repository at this point in the history
  73. Update figures

    Carolin Benjamins authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    debf4b6 View commit details
    Browse the repository at this point in the history
  74. removed carl_rna issues

    amsks authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    9542451 View commit details
    Browse the repository at this point in the history
  75. pre-commit issues fixed

    amsks authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    3c3254d View commit details
    Browse the repository at this point in the history
  76. Update to gymnasium (#82)

    * update install_requires
    
    * §
    
    * fix imports: gym → gymnasium
    
    * fix step function
    
    * fix step
    
    * gym->gymnasium
    
    * §
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * fix render
    
    * .
    
    * fix all step returns
    
    * Delete build/lib/carl directory
    
    * Delete myenv directory
    
    * Update README.md
    
    Fix documentation link.
    
    * make pre-commit and format
    
    * rename every occurrence of trunched to truncated
    
    * @Arman717
    
    * change trunched to truncated
    
    * Fix gymnasium version with box2d
    
    ---------
    
    Co-authored-by: C. Benjamins <75323339+benjamc@users.noreply.github.com>
    2 people authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    4630bf8 View commit details
    Browse the repository at this point in the history
  77. Update changelog.md

    benjamc authored and TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    4d625b2 View commit details
    Browse the repository at this point in the history
  78. formatting update

    TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    b601600 View commit details
    Browse the repository at this point in the history
  79. Fix tests

    TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    dfeb161 View commit details
    Browse the repository at this point in the history
  80. fixing dist + import

    TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    2b6d127 View commit details
    Browse the repository at this point in the history
  81. fix package name

    TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    2434163 View commit details
    Browse the repository at this point in the history
  82. precommit

    TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    38bd9ad View commit details
    Browse the repository at this point in the history
  83. Fix gitmodules

    benjamc committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    04543d8 View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    310642c View commit details
    Browse the repository at this point in the history
  85. Those files sneaked in

    benjamc committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    252494d View commit details
    Browse the repository at this point in the history
  86. Revert test carl env

    benjamc committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    b579db8 View commit details
    Browse the repository at this point in the history
  87. pre-cpmmit

    TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    839f31a View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    aa4f7e2 View commit details
    Browse the repository at this point in the history
  89. omegaconf dependency

    TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    1342095 View commit details
    Browse the repository at this point in the history
  90. key error in test

    TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    bdd5793 View commit details
    Browse the repository at this point in the history
  91. Fix test

    benjamc committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    d09e41b View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    43b7cff View commit details
    Browse the repository at this point in the history
  93. Merge pull request #89 from automl/feature/envrework

    Rework Envs
    TheEimer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    c525c65 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Update todos

    benjamc committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    ea34f2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f30d834 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #96 from automl/doc_update

    Added DMC to docs
    TheEimer committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    f1a11f9 View commit details
    Browse the repository at this point in the history
  4. Update docstrings

    benjamc committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    8b4a7e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c249f3 View commit details
    Browse the repository at this point in the history
  6. version upgrade

    TheEimer committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    d9e3fba View commit details
    Browse the repository at this point in the history
  7. formatting

    TheEimer committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    cd4ae7a View commit details
    Browse the repository at this point in the history
  8. Update changelog.md

    benjamc committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    b8678f0 View commit details
    Browse the repository at this point in the history
  9. Ciao

    benjamc committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    e2c7f94 View commit details
    Browse the repository at this point in the history
  10. Remove old sampling

    benjamc committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    0678ebd View commit details
    Browse the repository at this point in the history
  11. Add docstrings

    benjamc committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    3a84089 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    76d83c9 View commit details
    Browse the repository at this point in the history
  13. Make format

    benjamc committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    8731d06 View commit details
    Browse the repository at this point in the history
  14. Soften codecov

    benjamc committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    56dacfe View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b8220c5 View commit details
    Browse the repository at this point in the history
  16. Soften codepatch :)))

    benjamc committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    1834558 View commit details
    Browse the repository at this point in the history