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

[gym/common] Add termination condition abstraction. #812

Merged
merged 6 commits into from
Jun 21, 2024

[gym/common] Add unit tests.

56e3e8b
Select commit
Loading
Failed to load commit list.
Merged

[gym/common] Add termination condition abstraction. #812

[gym/common] Add unit tests.
56e3e8b
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Jun 21, 2024 in 0s

6 new issues (0 max.) of at least minor severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 6
           

Complexity increasing per file
==============================
- python/gym_jiminy/unit_py/test_terminations.py  16
- python/gym_jiminy/common/gym_jiminy/common/utils/pipeline.py  2
         

Clones added
============
- python/gym_jiminy/unit_py/test_terminations.py  6
- python/gym_jiminy/unit_py/test_rewards.py  2
- python/gym_jiminy/common/gym_jiminy/common/bases/compositions.py  2
         

See the complete overview on Codacy

Annotations

Check warning on line 57 in python/gym_jiminy/unit_py/test_terminations.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

python/gym_jiminy/unit_py/test_terminations.py#L57

Cell variable quantity_cls defined in loop

Check warning on line 58 in python/gym_jiminy/unit_py/test_terminations.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

python/gym_jiminy/unit_py/test_terminations.py#L58

Cell variable quantity_kwargs defined in loop

Check notice on line 74 in python/gym_jiminy/unit_py/test_terminations.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

python/gym_jiminy/unit_py/test_terminations.py#L74

Variable name "oMf" doesn't conform to snake_case naming style

Check notice on line 191 in python/gym_jiminy/unit_py/test_terminations.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

python/gym_jiminy/unit_py/test_terminations.py#L191

Variable name "ROLL_MIN" doesn't conform to snake_case naming style

Check notice on line 192 in python/gym_jiminy/unit_py/test_terminations.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

python/gym_jiminy/unit_py/test_terminations.py#L192

Variable name "PITCH_MIN" doesn't conform to snake_case naming style

Check notice on line 229 in python/gym_jiminy/unit_py/test_terminations.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

python/gym_jiminy/unit_py/test_terminations.py#L229

Unnecessary parens after 'not' keyword