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: add SwimmerCost environment #180

Merged
merged 6 commits into from
Jul 9, 2023
Merged

feat: add SwimmerCost environment #180

merged 6 commits into from
Jul 9, 2023

Conversation

rickstaa
Copy link
Owner

@rickstaa rickstaa commented Jul 9, 2023

This pull request adds the SwimmerCost environment. This environment was based on the swimmer environment of the gymnasium library. Compared to that environment, only the reward was changed so that a reference speed was tracked.

This commit adds the SwimmerCost environment. This environment was based on the
[swimmer environment](https://gymnasium.farama.org/environments/mujoco/swimmer/) of
the [gymnasium library](https://gymnasium.farama.org). Compared to that environment,
only the reward was changed so that a reference speed was tracked.
@codecov
Copy link

codecov bot commented Jul 9, 2023

Codecov Report

Merging #180 (6d513ab) into main (277c1f9) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main      #180   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         5    +1     
  Lines           73        95   +22     
=========================================
+ Hits            73        95   +22     
Impacted Files Coverage Δ
tests/test_cart_pole.py 100.00% <100.00%> (ø)
tests/test_swimmer_cost.py 100.00% <100.00%> (ø)

@rickstaa rickstaa force-pushed the add_swimmer_cost branch from e9461a5 to d9854fa Compare July 9, 2023 20:34
@rickstaa rickstaa force-pushed the add_swimmer_cost branch 3 times, most recently from c762fc4 to d700afa Compare July 9, 2023 20:57
@rickstaa rickstaa force-pushed the add_swimmer_cost branch from d700afa to 1489133 Compare July 9, 2023 20:58
@rickstaa rickstaa merged commit f9eb341 into main Jul 9, 2023
@rickstaa rickstaa deleted the add_swimmer_cost branch July 9, 2023 21:13
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.

1 participant