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 0.2.0 #63

Merged
merged 77 commits into from
Jul 12, 2022
Merged

Version 0.2.0 #63

merged 77 commits into from
Jul 12, 2022

Conversation

benjamc
Copy link
Collaborator

@benjamc benjamc commented Jul 7, 2022

No description provided.

@codecov
Copy link

codecov bot commented Jul 7, 2022

Codecov Report

Merging #63 (1a231f3) into main (43cf6fd) will increase coverage by 7.84%.
The diff coverage is 52.26%.

@@            Coverage Diff             @@
##             main      #63      +/-   ##
==========================================
+ Coverage   11.51%   19.35%   +7.84%     
==========================================
  Files          62       63       +1     
  Lines        3542     3967     +425     
  Branches      587      623      +36     
==========================================
+ Hits          408      768     +360     
- Misses       3110     3163      +53     
- Partials       24       36      +12     

Impacted file tree graph

@benjamc benjamc merged commit 3707750 into main Jul 12, 2022
TheEimer pushed a commit that referenced this pull request Jun 9, 2023
* 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>
TheEimer pushed a commit that referenced this pull request Jul 17, 2023
* 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>
TheEimer pushed a commit that referenced this pull request Jul 20, 2023
* 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>
TheEimer pushed a commit that referenced this pull request Jul 25, 2023
* 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>
TheEimer pushed a commit that referenced this pull request Aug 8, 2023
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants