Skip to content

Commit

Permalink
Merge pull request #167 from MyoHub/fatigue
Browse files Browse the repository at this point in the history
[feature] Add 3CC-r Fatigue Model
  • Loading branch information
Vittorio-Caggiano authored May 13, 2024
2 parents 2bddf8c + d6ce0e0 commit ec35170
Show file tree
Hide file tree
Showing 12 changed files with 1,253 additions and 205 deletions.
3 changes: 3 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.4.0] - 2024-05-13
[FEATURE] Added 3CC-r Fatigue Model (#167). Thanks to @fl0fischer

## [2.3.0] - 2024-05-01
[FEATURE] Support for both Gym/Gymnasium (#142)
[FEATURE] Add support for TorchRL by @vmoens (5efdf93)
Expand Down
1 change: 1 addition & 0 deletions docs/source/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ This example shows how to add fatigue to a model. It tests random actions on a m
env.step(env.action_space.sample()) # take a random action
env.close()
More advanced examples as well as detailed explanations can be found in `this tutorial<https://github.com/MyoHub/myosuite/tree/main/docs/source/tutorials/7_Fatigue_Modeling.ipynb>`.

.. _test_sarcopenia:

Expand Down
Loading

0 comments on commit ec35170

Please sign in to comment.